You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
485 B
20 lines
485 B
source "https://rubygems.org"
|
|
|
|
group :development do
|
|
gem 'rake', '~> 0.9'
|
|
gem 'jekyll', '~> 0.12'
|
|
gem 'rdiscount', '~> 2.0.7'
|
|
gem 'pygments.rb', '~> 0.3.4'
|
|
gem 'RedCloth', '~> 4.2.9'
|
|
gem 'haml', '~> 3.1.7'
|
|
gem 'compass', '~> 0.12.2'
|
|
gem 'sass', '~> 3.2'
|
|
gem 'sass-globbing', '~> 1.0.0'
|
|
gem 'rubypants', '~> 0.2.0'
|
|
gem 'rb-fsevent', '~> 0.9'
|
|
gem 'stringex', '~> 1.4.0'
|
|
gem 'liquid', '~> 2.3.0'
|
|
gem 'directory_watcher', '1.4.1'
|
|
end
|
|
|
|
gem 'sinatra', '~> 1.4.2'
|
|
|