-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Support bundle info <name>-<version>
, or better document that bundle info
takes a gem name
#6212
Comments
Hei! Thanks for reporting. You mentioned a devcontainer and a Gemfile. I tried the devcontainer (completely newbie here, so I may be doing something wrong), but it comes with Ruby 2.7, and you're using Ruby 3.1. How do I get the same environment that you have? I also tried with the GEmfile provided on my local environment using the same Ruby, RubyGems, and Bundler and it worked fine, although the platform does not match. |
@deivid-rodriguez Sorry! Wrong screenshot. Here is the way to boost Ruby:
|
Great, thanks. I'll have another look tomorrow. |
Oh! I see the problem now, We could add several improvements here though like:
Feel free to send us a patch to improve either of those! |
Great, thank you, that's it! I don't want to take this issue off topic, so here is the rest of the problem... #6214 |
bundle info <name>-<version>
, or better document that bundle info
takes a gem name
@deivid-rodriguez Is this issue good to be closed now after #6875 ? |
We could also implement my other suggestion
but I think the improved docs are good enough, so let's close this 👍. Thanks for the remainder! |
Describe the problem as clearly as you can
This is also known as the:
problem
Did you try upgrading rubygems & bundler?
Yes
Post steps to reproduce the problem
Use this build environment:
Use this Gemfile
Type
bundle install
then
bundle info json-2.6.3
Which command did you run?
As above
What were you expecting to happen?
Immediately after installing JSON, JSON is installed
What actually happened?
If not included with the output of your command, run
bundle env
and paste the output belowvscode ➜ /workspaces/911coned.com (911coned.com ✗) $ bundle env
Environment
Bundler Build Metadata
Bundler settings
Gemfile
Gemfile
Gemfile.lock
vscode ➜ /workspaces/911coned.com (911coned.com ✗) $
The text was updated successfully, but these errors were encountered: