mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-10-31 23:35:00 -04:00
19 lines
327 B
Ruby
19 lines
327 B
Ruby
source "http://rubygems.org"
|
|
|
|
group :development do
|
|
gem 'rake'
|
|
gem 'rack'
|
|
gem 'jekyll', '~> 0.11'
|
|
gem 'rdiscount'
|
|
gem 'pygments.rb'
|
|
gem 'RedCloth'
|
|
gem 'haml', '~> 3.1'
|
|
gem 'compass', '~> 0.12'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent', '~> 0.9'
|
|
gem 'stringex'
|
|
gem 'liquid', '~> 2.3'
|
|
end
|
|
|
|
gem 'sinatra', '~> 1.3'
|