-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gem Isn't Using Nokogiri #97
Comments
+1 for Stripping it out. |
As a user, I advocate removing it. If it is not being used, it is not a On Mon, Dec 29, 2014 at 10:05 AM, Scott Green notifications@github.com
|
mdaines-r7
added a commit
that referenced
this issue
Dec 30, 2014
TTFN, Nokogiri! |
erran
added a commit
to erran/nexpose-client
that referenced
this issue
Jan 27, 2015
After removing Nokogiri as a dependency (see rapid7#97 and 042c2a3) requiring Nexpose fails without nokogiri installed. See rapid7@042c2a3 To reproduce this issue you can use this minimalistic Gemfile: ```ruby source 'https://rubygems.org' gem 'nexpose' ``` Using the `bundle exec` command you can exclude any gems not specified in your Gemfile from your environment: ``` aus-mac-1033 @ ~/g/r/nexpose-polling λ bundle exec ruby -e "require 'nexpose'" /Users/ecarey/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/nexpose-0.9.3/lib/nexpose.rb:53:in `require': cannot load such file -- nokogiri (LoadError) from /Users/ecarey/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/nexpose-0.9.3/lib/nexpose.rb:53:in `<top (required)>' from -e:1:in `require' from -e:1:in `<main>' ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The gem no longer needs to use Nokogiri as a dependency. We have two options:
The text was updated successfully, but these errors were encountered: