Skip to content

Instantly share code, notes, and snippets.

@kalimar
Last active August 24, 2019 02:38
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 kalimar/0f26750d42f1367d8fc3bcddda0fdb12 to your computer and use it in GitHub Desktop.
Save kalimar/0f26750d42f1367d8fc3bcddda0fdb12 to your computer and use it in GitHub Desktop.
Notes during Rails only dev environment

Made sure local ruby version is 2.5.1 Ran bundle install unsuccessfully. Error Message:

An error occurred while installing mysql2 (0.5.2), and Bundler cannot continue.
Make sure that `gem install mysql2 -v '0.5.2' --source 'https://rubygems.org/'` succeeds before bundling.

Updated bundler with gem install bundler to 2.0.2

bundle --version shows 1.16.4

ran gem update --system

bundle --version now is 1.17.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment