Skip to content

Commit

Permalink
Allow cane to be installed on 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 11, 2013
1 parent 0f3bb38 commit b61d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ gem 'compass_twitter_bootstrap', :git => 'git://github.com/vwall/compass-twitter

gem 'json', :platform => 'ruby_18'

gem 'cane', '~> 2.6', :platform => 'ruby_19'
gem 'cane', '~> 2.6' if RUBY_VERSION.to_f > 1.8

# 1.6 won't install on JRuby or 1.8.7 :(.
gem 'nokogiri', '~> 1.5.10'
Expand Down

0 comments on commit b61d247

Please sign in to comment.