fix gemfile

This commit is contained in:
Konstantin Haase 2012-03-15 10:17:03 +01:00
parent 30d2d4deaf
commit bde0e7756c
1 changed files with 1 additions and 1 deletions

View File

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