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

Fix CI with Active Support 7.0 and add Ruby 3.4 #126

Merged
merged 3 commits into from
Jan 22, 2025
Merged

Fix CI with Active Support 7.0 and add Ruby 3.4 #126

merged 3 commits into from
Jan 22, 2025

Conversation

etiennebarrie
Copy link
Member

No description provided.

@etiennebarrie etiennebarrie requested a review from a team January 22, 2025 14:20
@@ -1,5 +1,8 @@
# frozen_string_literal: true

# Necessary for activesupport (~> 7.0.0) + concurrent-ruby (1.3.5)
require "logger"
Copy link
Member

Choose a reason for hiding this comment

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

Should it be in deprecation_toolkit.rb then?

Copy link
Member Author

Choose a reason for hiding this comment

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

That would make deprecation_toolkit fix people's apps, which would be out-of-place. As long as your app boots, you can use the currently released version of the gem. So we don't need to change anything to the gem really here.
Here's a reproduction repo: https://github.com/etiennebarrie/rails-app/commits/7.0-deprecation_toolkit

With 7-0-stable, the application boots, the gem as released works fine.

@etiennebarrie etiennebarrie merged commit 91b5a3c into main Jan 22, 2025
39 checks passed
@etiennebarrie etiennebarrie deleted the ci branch January 22, 2025 15:15
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.

3 participants