mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
71ad7185bc
Conflicts: Gemfile Gemfile.lock
18 lines
280 B
Ruby
18 lines
280 B
Ruby
source "http://rubygems.org"
|
|
|
|
group :development do
|
|
gem 'rake'
|
|
gem 'rack'
|
|
gem 'jekyll'
|
|
gem 'rdiscount'
|
|
gem 'pygments.rb'
|
|
gem 'RedCloth'
|
|
gem 'haml', '>= 3.1'
|
|
gem 'compass', '>= 0.11'
|
|
gem 'rubypants'
|
|
gem 'rb-fsevent'
|
|
gem 'stringex'
|
|
end
|
|
|
|
gem 'sinatra', '1.2.6'
|