We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING: ruby-2.2.1 is past its end of life and is now unsupported. It no longer receives bug fixes or critical security updates.
Our current Ruby version is 2.2.1. Switch the Ruby version to 2.5.1
.ruby-version
bundler
gem install bundler
bundle install
Gemfile
bundle update GEMNAME
The text was updated successfully, but these errors were encountered:
Hi! I'd like to do this. Creating a fork now. FYI, I can't make myself the assignee. Not sure why.
Sorry, something went wrong.
Here's the PR #403
No branches or pull requests
Our current Ruby version is 2.2.1. Switch the Ruby version to 2.5.1
To get started
Steps for this issue:
.ruby-version
file of this project.bundler
gem for that version:gem install bundler
.bundle install
and check that the tests if any and the app work correctly.Gemfile
bundle update GEMNAME
The text was updated successfully, but these errors were encountered: