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

Don't lock Rails under 7.1 #2229

Merged
merged 8 commits into from Mar 30, 2024
Merged

Don't lock Rails under 7.1 #2229

merged 8 commits into from Mar 30, 2024

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Jan 13, 2024

It's been over half of a year since Rails 7.1's release. I think all our test suites should include it in the test targets.

#skip-changelog

Copy link

codecov bot commented Jan 13, 2024

Codecov Report

Merging #2229 (204a990) into master (ffffce9) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2229   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files         112      112           
  Lines        4154     4154           
=======================================
  Hits         4055     4055           
  Misses         99       99           
Components Coverage Δ
sentry-ruby 98.30% <ø> (ø)
sentry-rails 95.22% <ø> (ø)
sentry-sidekiq 94.70% <ø> (ø)
sentry-resque 90.76% <ø> (ø)
sentry-delayed_job 95.60% <ø> (ø)
sentry-opentelemetry 100.00% <ø> (ø)

see 2 files with indirect coverage changes

@st0012 st0012 force-pushed the stop-locking-rails-under-7.1 branch from 3ca4ecb to 184bbea Compare March 30, 2024 12:19
@@ -55,7 +55,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
bundler-cache: true
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason, the next step always require bundle install for resolving git-based gems. If we were to keep it, then this is not necessary anymore.

@st0012 st0012 marked this pull request as ready for review March 30, 2024 13:06
@st0012 st0012 merged commit 5895816 into master Mar 30, 2024
126 checks passed
@st0012 st0012 deleted the stop-locking-rails-under-7.1 branch March 30, 2024 14: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.

None yet

2 participants