Skip to content

update dependencies in Gemfile.lock #350

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chillenb
Copy link

I couldn't install the dependencies for this with bundle install. Got the following error:

Bundler 2.6.9 is running, but your lockfile was generated with 2.0.1. Installing Bundler 2.0.1 and restarting using that version.
Fetching gem metadata from https://rubygems.org/.
Fetching bundler 2.0.1
Installing bundler 2.0.1
/home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:272:in 'Bundler::SharedHelpers#search_up': undefined method 'untaint' for an instance of String (NoMethodError)

      current  = File.expand_path(SharedHelpers.pwd).untaint
                                                    ^^^^^^^^
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:259:in 'Bundler::SharedHelpers#find_file'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:251:in 'Bundler::SharedHelpers#find_gemfile'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/shared_helpers.rb:27:in 'Bundler::SharedHelpers#root'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler.rb:234:in 'Bundler.root'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler.rb:246:in 'Bundler.app_config_path'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler.rb:273:in 'Bundler.settings'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/feature_flag.rb:21:in 'block in Bundler::FeatureFlag#settings_method'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:97:in '<class:CLI>'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:7:in '<module:Bundler>'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/cli.rb:6:in '<top (required)>'
	from <internal:/usr/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require'
	from <internal:/usr/lib/ruby/3.4.0/rubygems/core_ext/kernel_require.rb>:136:in 'Kernel#require'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/exe/bundle:23:in 'block in <top (required)>'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/lib/bundler/friendly_errors.rb:124:in 'Bundler.with_friendly_errors'
	from /home/chillenb/.local/share/gem/ruby/3.4.0/gems/bundler-2.0.1/exe/bundle:22:in '<top (required)>'
	from /usr/bin/bundle:25:in 'Kernel#load'
	from /usr/bin/bundle:25:in '<main>'

Regenerating Gemfile.lock seemed to help. I can see the website now. Would this update break anything?

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.

1 participant