mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
21 lines
392 B
Ruby
21 lines
392 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rake'
|
|
|
|
gem 'jekyll'
|
|
gem 'jekyll-assets'
|
|
|
|
gem 'octopress', git: 'git@github.com:octopress/octopress.git', branch: 'master'
|
|
gem 'octopress-deploy', '~> 1.0.0.rc.6'
|
|
# octopress-deploy requires pry-debugger but does not specify it
|
|
# as a runtime dependency.
|
|
gem 'pry-debugger'
|
|
|
|
gem 'kramdown', '~> 1.3.3'
|
|
|
|
gem 'facets'
|
|
|
|
gem 'uglifier'
|
|
gem 'sass'
|
|
gem 'bourbon'
|