Skip to content
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

Merged
merged 8 commits into from
Aug 16, 2023
Merged

Upgrade test matrix #739

merged 8 commits into from
Aug 16, 2023

Conversation

noelrappin
Copy link
Collaborator

Upgrade test matrix to include Ruby 3.1, Ruby 3.2 and Rails 7

@noelrappin noelrappin requested a review from phstc August 15, 2023 22:33
spec/spec_helper.rb Outdated Show resolved Hide resolved
@@ -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'
Copy link
Collaborator Author

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"
Copy link
Collaborator

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?

Copy link
Collaborator Author

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.

@noelrappin noelrappin merged commit 3099c57 into main Aug 16, 2023
38 checks passed
@noelrappin noelrappin deleted the rails-7-tests branch August 16, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants