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

skip liquid on rbx in 1.9 mode for now

This commit is contained in:
Konstantin Haase 2012-03-15 09:27:10 +01:00
parent 9a2fa48074
commit 9542b5a692

View file

@ -32,7 +32,7 @@ gem 'haml', '>= 3.0'
gem 'sass' if RUBY_VERSION < "2.0" gem 'sass' if RUBY_VERSION < "2.0"
gem 'builder' gem 'builder'
gem 'erubis' gem 'erubis'
gem 'liquid' gem 'liquid' if RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9'
gem 'slim', '~> 1.0' gem 'slim', '~> 1.0'
gem 'temple', '!= 0.3.3' gem 'temple', '!= 0.3.3'
gem 'coffee-script', '>= 2.0' gem 'coffee-script', '>= 2.0'