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

Test with rails 5.1 and ruby 2.4.0 #393

Merged
merged 1 commit into from
Mar 25, 2017

Conversation

mfazekas
Copy link
Contributor

@mfazekas mfazekas commented Mar 25, 2017

Updated travis.yml with rails 5.1 and ruby 2.4

@BenMorganIO
Copy link
Collaborator

BenMorganIO commented Mar 25, 2017

@mfazekas awesome! Are you able to remove Rails 4.1 actually? We drop support as new rails versions come out :). (Keeps the CI fast and makes adding new features or fixing bugs easier for everyone.)

@mfazekas mfazekas force-pushed the rails51test branch 2 times, most recently from 794fa8d to 976aa7e Compare March 25, 2017 17:51
@mfazekas
Copy link
Contributor Author

I've removed 4.1 from travis. (In case you actually break 4.1 you might want to increase major version because of SemVer)

.travis.yml Outdated
@@ -5,22 +5,27 @@ rvm:
- 2.1.10
Copy link
Collaborator

Choose a reason for hiding this comment

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

Man, I remember the day when I was super excited for Ruby 2.1, but nowadays I think we can even remove this from Travis as well. 2.2 is quite compatible and gives that restriction from the ?. operator.

.travis.yml Outdated
@@ -5,22 +5,27 @@ rvm:
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't want to keep asking you to keep going back and making changes to something that should be quite simple... But, it looks like the latest is 2.4.1 :p

@BenMorganIO BenMorganIO merged commit 9e43d56 into rubysherpas:core Mar 25, 2017
@BenMorganIO
Copy link
Collaborator

BenMorganIO commented Mar 25, 2017

Merged. I just realized, your commit is a lie now :p lol

@aried3r
Copy link
Contributor

aried3r commented Apr 27, 2017

Why is Rails 5.1.0 not being tested with Ruby 2.2?

@mfazekas
Copy link
Contributor Author

@aried3r i guess it was an overlook

karunkumar1ly pushed a commit to edcast/paranoia that referenced this pull request Feb 6, 2024
…sociations

This `defined?(super)` check was introduced for Rails 4.1 support
rubysherpas#390 (comment)
but we've stopped supporting Rails 4.1 already
rubysherpas#393 (comment)
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

3 participants