-
-
Notifications
You must be signed in to change notification settings - Fork 280
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 test matrix #739
Upgrade test matrix #739
Conversation
@@ -15,6 +15,6 @@ end | |||
|
|||
group :development do | |||
gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git' | |||
gem 'pry-byebug', '3.9.0' | |||
gem 'pry-byebug' |
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.
Needed to unpin pry-byebug to let it find the right version for each Ruby version
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git" | ||
gem "rubocop" | ||
gem "pry", ">= 0.14.2" | ||
gem "pry-byebug", ">= 3.10.1" |
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.
Needed to unpin pry-byebug to let it find the right version for each Ruby version
@noelrappin Just double-checking, for rails 7_0, you need to pint it, right?
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.
You need a minimum, but it'd probably find it on it's own, really. It's much less of an issue in the Rails specs since each one is different, then the Ruby specs, that share a gemfile.
Upgrade test matrix to include Ruby 3.1, Ruby 3.2 and Rails 7