File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,3 @@ gem "jquery-rails"
1515
1616# To use debugger
1717# gem 'ruby-debug19', :require => 'ruby-debug'
18-
19- # nokogiri 1.7+ is not compatible with Ruby < 2.1, so pin at older version.
20- gem "nokogiri" , "~> 1.6.8" if RUBY_VERSION =~ /^(1\. 9|2\. 0)\. /
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ source "http://rubygems.org"
55gem "jquery-rails"
66gem "rails", "~> 4.0.0"
77
8+ # nokogiri 1.7+ is not compatible with Ruby < 2.1, so pin at older version.
9+ gem "nokogiri", "~> 1.6.8" if RUBY_VERSION =~ /^(1\.9|2\.0)\./
10+
811gemspec :path => "../"
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ source "http://rubygems.org"
55gem "jquery-rails"
66gem "rails", "~> 4.1.0"
77
8+ # nokogiri 1.7+ is not compatible with Ruby < 2.1, so pin at older version.
9+ gem "nokogiri", "~> 1.6.8" if RUBY_VERSION =~ /^(1\.9|2\.0)\./
10+
811gemspec :path => "../"
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ source "http://rubygems.org"
55gem "jquery-rails"
66gem "rails", "~> 4.2"
77
8+ # nokogiri 1.7+ is not compatible with Ruby < 2.1, so pin at older version.
9+ gem "nokogiri", "~> 1.6.8" if RUBY_VERSION =~ /^(1\.9|2\.0)\./
10+
811gemspec :path => "../"
You can’t perform that action at this time.
0 commit comments