From b61d2473eb3bf75e119230b9cab17ec732fdbd86 Mon Sep 17 00:00:00 2001 From: Myron Marston Date: Mon, 11 Nov 2013 10:46:14 -0800 Subject: [PATCH] Allow cane to be installed on 2.0. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 61862b7..5843880 100644 --- a/Gemfile +++ b/Gemfile @@ -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'