mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2024-11-04 16:35:08 -05:00
423e8ecbda
Using Sinatra provides better handling of mime types and supports 304's/etc. Also updated the Gemfile to exclude most gem outside of developemnt (default).
17 lines
280 B
Ruby
17 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' |