Skip to content
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

Upgrade Nokogiri Gem to v1.14 #73

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

scruti
Copy link
Contributor

@scruti scruti commented May 4, 2023

It seems Nokogiri v1.13.3, fixed in the Gemfile.lock, is no longer available for download and causes "bundle install" to fail for the project.

Upgrading the gem to its latest version.

Error example bellow:

Fetching gem metadata from https://rubygems.org/......... Your bundle is locked to nokogiri (1.13.3-x86_64-linux) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of nokogiri (1.13.3-x86_64-linux) has removed it. You'll need to update your bundle to a version other than nokogiri (1.13.3-x86_64-linux) that hasn't been removed in order to install.

It seems Nokogiri v1.13.3, fixed in the Gemfile.lock, is no longer
available for download and causes "bundle install" to fail for the
project.

Upgrading the gem to its latest version.

Error example bellow:
Fetching gem metadata from https://rubygems.org/.........
Your bundle is locked to nokogiri (1.13.3-x86_64-linux) from rubygems
repository https://rubygems.org/ or installed locally, but that
version can no longer be found in that source. That means the author
of nokogiri (1.13.3-x86_64-linux) has removed it. You'll need to
update your bundle to a version other than nokogiri
(1.13.3-x86_64-linux) that hasn't been removed in order to install.
@asatwal asatwal merged commit d5ec46f into DFE-Digital:main Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants