Skip to content

Commit 1ec8213

Browse files
committed
Update nokogiri dependency
1.8.5 fails hard `rake` locally with: rm config/application.rb bin/rake app:template LOCATION='../../example_app_generator/generate_stuff.rb' rake aborted! LoadError: dlopen(/Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/nokogiri-1.8.5/lib/nokogiri/nokogiri.bundle, 9): Library not loaded: /Users/pirj/.rvm/rubies/ruby-2.5.3/lib/libruby.2.5.dylib Referenced from: /Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/nokogiri-1.8.5/lib/nokogiri/nokogiri.bundle Reason: image not found - /Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/nokogiri-1.8.5/lib/nokogiri/nokogiri.bundle /Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/nokogiri-1.8.5/lib/nokogiri.rb:32:in `require' ... Caused by: LoadError: cannot load such file -- nokogiri/2.5/nokogiri /Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/nokogiri-1.8.5/lib/nokogiri.rb:30:in `require' /Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/nokogiri-1.8.5/lib/nokogiri.rb:30:in `<top (required)>' /Users/pirj/source/rspec-dev/repos/bundle/ruby/2.5.0/gems/loofah-2.4.0/lib/loofah.rb:4:in `require' 1.9.1 supports Ruby 2.1+.
1 parent 9d7e2a7 commit 1ec8213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
gem 'capybara', '~> 2.13', require: false
6161

6262
if MAJOR < 6
63-
gem 'nokogiri', '1.8.5'
63+
gem 'nokogiri', '1.9.1'
6464
else
6565
gem 'nokogiri', '>= 1.10.4'
6666
end

0 commit comments

Comments
 (0)