-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Upgrade Rspec to ~5.0; support Rails 6.1 #41
Upgrade Rspec to ~5.0; support Rails 6.1 #41
Conversation
@@ -10,5 +10,5 @@ gemspec | |||
# Git. Remember to move these dependencies to your gemspec before releasing | |||
# your gem to rubygems.org. | |||
|
|||
gem "rails", "~> 6.0" | |||
gem "rails", "~> 6.1", ">= 6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad boy hound 😆 🐕 I must need to adjust the settings because it should be looking for double quotes; so this is just fine.
Hi @henrypoydar !!! Thanks so much for this PR; really appreciate it 🙌🏻 . I'll check it out and work on get back with ya if there is any feedback. Looks pretty straightforward 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks great to me!! The build for Rails 5 and Ruby 2.6 are both still green in Travis as well as the builds for Rails 6 and Ruby 2.7.
Really appreciate your help @henrypoydar !
@@ -10,5 +10,5 @@ gemspec | |||
# Git. Remember to move these dependencies to your gemspec before releasing | |||
# your gem to rubygems.org. | |||
|
|||
gem "rails", "~> 6.0" | |||
gem "rails", "~> 6.1", ">= 6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad boy hound 😆 🐕 I must need to adjust the settings because it should be looking for double quotes; so this is just fine.
Why?
To use this gem with a Rails 6.1 application
What?
Bumps development environment to Ruby 2.7.2. from Ruby 2.6.2
Upgrades rspec-rails from 3.0 to 5.0
Bumps upper limit on Rails support from 6.0 to 6.1
Testing Notes
All specs pass, but did not test with earlier Rails < 6.0. Recommend a minor release instead of a patch release, and bumping up the minimum Rails version to 6.0.