Skip to content

Test supported Rails versions against Ruby 4.0#8898

Merged
tagliala merged 1 commit intomasterfrom
chore/update-dependencies
Dec 28, 2025
Merged

Test supported Rails versions against Ruby 4.0#8898
tagliala merged 1 commit intomasterfrom
chore/update-dependencies

Conversation

@tagliala
Copy link
Contributor

No description provided.

@tagliala tagliala force-pushed the chore/update-dependencies branch from 2de69a2 to 510121a Compare December 28, 2025 11:03
@codecov
Copy link

codecov bot commented Dec 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.08%. Comparing base (c5c0682) to head (1cff3a6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8898   +/-   ##
=======================================
  Coverage   99.08%   99.08%           
=======================================
  Files         139      139           
  Lines        4046     4046           
=======================================
  Hits         4009     4009           
  Misses         37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tagliala tagliala marked this pull request as ready for review December 28, 2025 12:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the CI configuration to test supported Rails versions against Ruby 4.0.0 and updates various gem dependencies in multiple Gemfile.lock files.

  • Updates GitHub Actions workflow files to use Ruby 4.0 instead of Ruby 3.4
  • Adds Ruby 4.0 to the CI test matrix (limited to Rails 8.0 and 8.1)
  • Updates dependency versions across multiple Gemfile.lock files (cucumber-core, minitest, rdoc, rubocop, sqlite3)

Reviewed changes

Copilot reviewed 3 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/ci.yaml Adds Ruby 4.0 to the test matrix with exclusions for Rails 7.0, 7.1, and 7.2
.github/workflows/rubocop.yml Updates default Ruby version from 3.4 to 4.0 for Rubocop checks
.github/workflows/bug-report-template.yml Updates Ruby version from 3.4 to 4.0 for bug report template testing
Gemfile.lock Updates cucumber-core, minitest, rdoc, rubocop, rubocop-ast, sqlite3, and adds platform-specific gems (ffi, nokogiri, mini_portile2)
gemfiles/rails_80/Gemfile.lock Updates cucumber-core, minitest, rdoc, and sqlite3 versions for Rails 8.0
gemfiles/rails_72/Gemfile.lock Updates cucumber-core, minitest, rdoc, and sqlite3 versions for Rails 7.2
gemfiles/rails_71/Gemfile.lock Updates cucumber-core, minitest, rdoc, and sqlite3 versions for Rails 7.1
gemfiles/rails_70/Gemfile.lock Updates cucumber-core and minitest versions for Rails 7.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tagliala tagliala merged commit 511f8b7 into master Dec 28, 2025
38 checks passed
@tagliala tagliala deleted the chore/update-dependencies branch December 28, 2025 12:38
@javierjulio javierjulio changed the title Test supported Rails versions against Ruby 4.0.0 Test supported Rails versions against Ruby 4.0 Jan 27, 2026
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