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:
parent
9a2fa48074
commit
9542b5a692
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -32,7 +32,7 @@ gem 'haml', '>= 3.0'
|
|||
gem 'sass' if RUBY_VERSION < "2.0"
|
||||
gem 'builder'
|
||||
gem 'erubis'
|
||||
gem 'liquid'
|
||||
gem 'liquid' if RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9'
|
||||
gem 'slim', '~> 1.0'
|
||||
gem 'temple', '!= 0.3.3'
|
||||
gem 'coffee-script', '>= 2.0'
|
||||
|
|
Loading…
Add table
Reference in a new issue