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

Drop support for Rails 4.2 #547

Merged
merged 1 commit into from
Jan 14, 2020
Merged

Drop support for Rails 4.2 #547

merged 1 commit into from
Jan 14, 2020

Conversation

aried3r
Copy link
Member

@aried3r aried3r commented Jan 2, 2020

Rails 4.2 has reached EOL with the release of Rails 6. It has also
caused additional work recently to make CI work properly. With this, we
can remove the workarounds and focus on future version.

Rails 4.2 has reached EOL with the release of Rails 6. It has also
caused additional work recently to make CI work properly. With this, we
can remove the workarounds and focus on future version.
@aried3r aried3r requested a review from a team January 2, 2020 10:40
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'net-http-persistent'
s.add_runtime_dependency 'net-http2', '~> 0.14'
s.add_runtime_dependency 'jwt', '>= 1.5.6'
s.add_runtime_dependency 'activesupport'
s.add_runtime_dependency 'activesupport', '>= 5.0'
Copy link
Member Author

Choose a reason for hiding this comment

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

We can discuss this change. Without this, people can still install future rpush versions on Rails 4.2, but there's no guarantee it will and I'd rather prevent issues from being opened for unsupported Rails versions. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

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

👍 Makes sense to me. Worth noting that in changelog + doing a minor version update

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the feedback!
I'll leave this PR open another week or so since some people might be on holidays still. :)

@aried3r aried3r merged commit 341fa57 into master Jan 14, 2020
@aried3r aried3r deleted the ar/drop_rails_4.2 branch January 14, 2020 14:46
Adrian1707 pushed a commit to Adrian1707/rpush that referenced this pull request Apr 24, 2024
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