Skip to content

Commit

Permalink
doc: update the glibc error comment
Browse files Browse the repository at this point in the history
to reflect modern bundler usage
  • Loading branch information
flavorjones committed Jan 13, 2025
1 parent 148dda4 commit e375018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nokogiri/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
If that's the case, then please install Nokogiri via the `ruby` platform gem:
gem install nokogiri --platform=ruby
or:
bundle config set force_ruby_platform true
or, in your Gemfile:
gem "nokogiri", force_ruby_platform: true
Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help.
Expand Down

0 comments on commit e375018

Please sign in to comment.