Skip to content

Instantly share code, notes, and snippets.

@Quemia
Last active February 21, 2021 05:16
Show Gist options
  • Select an option

  • Save Quemia/567303d1093f7330835700a9e9bed8a1 to your computer and use it in GitHub Desktop.

Select an option

Save Quemia/567303d1093f7330835700a9e9bed8a1 to your computer and use it in GitHub Desktop.

When trying to install the bundle, I came across the following error:

Your Ruby version is 2.7.0, but your Gemfile specified 2.6.4

Which was resolved with the following command line:

  asdf install ruby 2.6.4
  
  asdf local ruby 2.6.4

Deleted

$ asdf uninstall ruby 3.0.0

Uptade ASDF

asdf plugin-update ruby

Asdf list all ruby versions

asdf list-all ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment