mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 00:48:53 -05:00
99767a4e0c
Conflicts: Gemfile.lock
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'
|