Skip to content

Instantly share code, notes, and snippets.

@adam12
Created January 1, 2020 19:42
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 adam12/52b6310cea8cca37ea175d4beb661739 to your computer and use it in GitHub Desktop.
Save adam12/52b6310cea8cca37ea175d4beb661739 to your computer and use it in GitHub Desktop.
λ gem list bundler
*** LOCAL GEMS ***
bundler (2.1.2, 2.0.1, 1.17.3, 1.17.2)
~/code/github.com/adam12/friendly_numbers fix-ci* adam@devmachine
λ bundle
Fetching gem metadata from https://rubygems.org/.............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.13)
Current Bundler version:
bundler (2.1.2)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
Could not find gem 'bundler (~> 1.13)' in any of the relevant sources:
the local ruby installation
~/code/github.com/adam12/friendly_numbers fix-ci* adam@devmachine
λ bundle _1.17.3_
Fetching gem metadata from https://rubygems.org/.............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using rake 13.0.1
Using bundler 1.17.3
Using friendly_numbers 0.5.0 from source at `.`
Using minitest 5.13.0
Bundle complete! 4 Gemfile dependencies, 4 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment