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 on CI also with Ruby 2.6 #722

Merged
merged 2 commits into from
Dec 28, 2018
Merged

Test on CI also with Ruby 2.6 #722

merged 2 commits into from
Dec 28, 2018

Conversation

bquorning
Copy link
Collaborator

Ruby 2.6.0 is released: https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • Added tests.
  • Added an entry to the changelog if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

@bquorning
Copy link
Collaborator Author

I’ll mark the ruby-2.6-rspec and ruby-2.6-rubocop jobs as requiered right before merging.

@Darhazer
Copy link
Member

Meanwhile, 2.2 reached EOL. If we drop it, we can start using &. :)

@bquorning
Copy link
Collaborator Author

If we drop it

I think we’ll keep supporting 2.2 until RuboCop itself drops support for it.

we can start using &. :)

Isn’t there a cop that will prevent us from using the lonely operator? :trollface:

@bquorning bquorning merged commit cf504a0 into master Dec 28, 2018
@bquorning bquorning deleted the ci-ruby-2.6.0 branch December 28, 2018 10:45
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