Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Last active February 2, 2023 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbuehlmann/8a5371417cdf2ca7941794ab9f0fdf8d to your computer and use it in GitHub Desktop.
Save tbuehlmann/8a5371417cdf2ca7941794ab9f0fdf8d to your computer and use it in GitHub Desktop.
source "https://rubygems.org"
ruby "3.2.0"
gem "debug"
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
$ 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