Unable to do bundle install with bundler 2.6.1 for ruby 3.2 #8342
Bennet-Sunder
started this conversation in
General
Replies: 6 comments
|
Could you post the full error when using Bundler 2.6.1? |
0 replies
|
This is the error I get when I do And also below code returns Bundler Build MetadataBundler settingsRUBY VERSION BUNDLED WITH |
0 replies
|
What are the permissions of |
0 replies
returns And does succeed. |
0 replies
|
Can you also upgrade RubyGems with |
0 replies
|
It didn't work even with the latest rubygems i.e which for some reason seems to set off the palo alto network traps. I'll have this checked internally and get back incase bundle still can't install after fixing this as well. Thanks |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For my rails app when I do bundle install after upgrading my ruby version to
3.2.2from2.7.8and also upgrading the bundler from1.17.3to2.2.34it fails with the below message--- ERROR REPORT TEMPLATE -------------------------------------------------------
Environment
Bundler Build Metadata
Bundler settings
The issue seems to be only with respect to bundler 2.x versions, when I use the existing
bundler 1.17.3andruby 3.1.0I'm able to get this to worksI get a similar error when using the latest
bundler 2.6.1as well.All reactions