Skip to content

Commit

Permalink
fix gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 15, 2012
1 parent 30d2d4d commit bde0e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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' 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 'slim', '~> 1.0'
gem 'temple', '!= 0.3.3' gem 'temple', '!= 0.3.3'
gem 'coffee-script', '>= 2.0' gem 'coffee-script', '>= 2.0'
Expand Down

0 comments on commit bde0e77

Please sign in to comment.