Gemfile in interpol-0.10.4 vs Gemfile in interpol-0.10.5
- old
+ new
@@ -11,10 +11,10 @@
gem 'json-jruby', :platform => 'jruby'
gem 'compass_twitter_bootstrap', :git => 'git://github.com/vwall/compass-twitter-bootstrap.git'
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'