1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

make sure we are running slim 1.0

This commit is contained in:
Konstantin Haase 2011-09-01 11:29:07 -06:00
parent 53d80139aa
commit 811cbb3c3e

View file

@ -29,12 +29,14 @@ gem 'sass'
gem 'builder'
gem 'erubis'
gem 'less', '~> 1.0'
if RUBY_ENGINE == "maglev"
gem 'liquid', :git => "https://github.com/Shopify/liquid.git"
else
gem 'liquid'
end
gem 'slim'
gem 'slim', '~> 1.0'
gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma'
gem 'coffee-script', '>= 2.0'
gem 'rdoc'