diff --git a/Gemfile b/Gemfile index 2a3f60aa..a1751bf3 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'sass', :group => 'sass' gem 'builder', :group => 'builder' gem 'erubis', :group => 'erubis' gem 'less', '~> 1.0', :group => 'less' -gem 'liquid', :group => 'liquid' +gem 'liquid', :group => 'liquid' unless RUBY_ENGINE == 'maglev' gem 'slim', :group => 'slim' gem 'RedCloth', :group => 'redcloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma' gem 'coffee-script', '>= 2.0', :group => 'coffee-script'