Skip to content

Commit d0dee41

Browse files
committed
Pin nokogiri in affected Gemfiles
1 parent fac280d commit d0dee41

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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)\./

gemfiles/4.0.gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ source "http://rubygems.org"
55
gem "jquery-rails"
66
gem "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+
811
gemspec :path => "../"

gemfiles/4.1.gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ source "http://rubygems.org"
55
gem "jquery-rails"
66
gem "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+
811
gemspec :path => "../"

gemfiles/4.2.gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ source "http://rubygems.org"
55
gem "jquery-rails"
66
gem "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+
811
gemspec :path => "../"

0 commit comments

Comments
 (0)