Last active
February 2, 2023 13:55
-
-
Save tbuehlmann/8a5371417cdf2ca7941794ab9f0fdf8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source "https://rubygems.org" | |
ruby "3.2.0" | |
gem "debug" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GEM | |
remote: https://rubygems.org/ | |
specs: | |
debug (1.7.1) | |
PLATFORMS | |
x86_64-linux | |
DEPENDENCIES | |
debug | |
RUBY VERSION | |
ruby 3.2.0p0 | |
BUNDLED WITH | |
2.4.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle install --deployment | |
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag | |
Fetching gem metadata from https://rubygems.org/... | |
Using bundler 2.4.3 | |
Fetching debug 1.7.1 | |
Downloading debug-1.7.1 revealed dependencies not in the API or the lockfile (irb (>= 1.5.0), reline (>= 0.3.1)). | |
Either installing with `--full-index` or running `bundle update debug` should fix the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment