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

Support jruby #54

Merged
merged 4 commits into from
Apr 26, 2019
Merged

Support jruby #54

merged 4 commits into from
Apr 26, 2019

Conversation

joker1007
Copy link
Collaborator

ref. #49, #50

@joker1007 joker1007 requested a review from sue445 April 25, 2019 18:23
.travis.yml Outdated
@@ -2,17 +2,14 @@ language: ruby
cache: bundler
sudo: false
rvm:
- 2.2
- 2.3
- 2.4
Copy link
Collaborator

Choose a reason for hiding this comment

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

[SHOULD] Ruby 2.4 is maintained yet.

EOL is 2020-03-31
https://www.ruby-lang.org/en/downloads/branches/

So I think this shouldn't be erased

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I see.
OK, I will revert removing old ruby CI.

.travis.yml Outdated
@@ -2,17 +2,14 @@ language: ruby
cache: bundler
sudo: false
rvm:
- 2.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

[IMO] 2.2 and 2.3 are removed from build matrix.

This is soft deprecate? (build matrix is dropped, but users are allowed to install rspec-parameterized in ruby 2.2 and 2.3 )
or this is hard deprecate ? (we stop support in ruby 2.2 and 2.3)

In any case, I think that it is better to create another PR because it is different from the subject of PR (jruby support)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I mean soft deprecation. Too many test cases waste travis's resources.

@sue445 sue445 self-requested a review April 26, 2019 10:26
Copy link
Collaborator

@sue445 sue445 left a comment

Choose a reason for hiding this comment

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

@joker1007 LGTM!

@joker1007 joker1007 merged commit 541edbf into master Apr 26, 2019
@joker1007 joker1007 deleted the support-jruby branch April 26, 2019 10:38
@ujihisa
Copy link

ujihisa commented Apr 26, 2019

:goodpoem:

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