Skip to content

Commit

Permalink
build(features): Set explicit nokogiri version to work with Ruby 2.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec authored and kattrali committed Jul 6, 2018
1 parent 88f0491 commit 687fa51
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features/fixtures/rails3/app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ source 'https://rubygems.org'

gem 'rails', '3.2.22.5'

gem 'nokogiri', '1.6.8'

gem 'sqlite3'

gem 'jquery-rails'
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/apps/rails-initializer-config/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'railties', '4.2.10', require: %w(action_controller rails)
gem 'nokogiri', '1.6.8'
gem 'bugsnag', path: '../../../..'
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'railties', '4.2.10', require: %w(action_controller rails)
gem 'nokogiri', '1.6.8'
gem 'bugsnag', path: '../../../..'
1 change: 1 addition & 0 deletions spec/fixtures/apps/rails-no-config/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'railties', '4.2.10', require: %w(action_controller rails)
gem 'nokogiri', '1.6.8'
gem 'bugsnag', path: '../../../..'

0 comments on commit 687fa51

Please sign in to comment.