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:
parent
53d80139aa
commit
811cbb3c3e
1 changed files with 3 additions and 1 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue