-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CI against Ruby 2.6.0 #1338
CI against Ruby 2.6.0 #1338
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add the 2.6
job to the "workflows/jobs" list at the end of the config.yml.
It does not run, yet.
Ruby 2.6.0 has been released and this Ruby version is available on CircleCI. - https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/ - https://hub.docker.com/r/circleci/ruby/tags/
349a185
to
62d131f
Compare
Oops! I updated this PR. |
Are these failing because of the other PR around BigDecimal.new? Or something else? Have you had time to triage @koic ? |
Seems like all of them are about that. |
Looks to be related to an issue with the |
- and it requires special installation from protocolbuffers/protobuf#5161
In order to move forward, I made an experimental addition to this PR: run the gem install as described in the Description of protocolbuffers/protobuf#5161 That did not work, yet. I'm sorry about moving too quickly. |
The protobuf Issue has been closed fixed in the other repo, but there's no new gem release yet. |
@koic If you add a new gem requirement of: If you've got time do you want to give that a go? |
Yep! I will try it. |
Unfortunately the following error occurred when running % bundle update google-protobuf
Fetching gem metadata from https://rubygems.org/.........
Resolving dependencies...
Bundler could not find compatible versions for gem "google-protobuf":
In Gemfile:
google-protobuf (~> 3.7.0.rc.2)
cucumber was resolved to 4.0.0.rc.1, which depends on
gherkin (~> 6.0) was resolved to 6.0.15, which depends on
cucumber-messages (~> 2.0.0) was resolved to 2.0.0, which depends on
google-protobuf (= 3.6.1) First of all, the dependency needs to be resolved. cucumber-formatter-dots 1.1.2 (latest) requires cucumber-messages ~> 2.0.0. cucumber-messages 2.0.0 requires google-protobuf = 3.6.1. Each version needs to be bumped. I will open PR to cucumber-messages repo and cucumber-formatter-dots repo for resolving dependencies. |
The cucumber-messages gem release is required to resolve dependencies of cucumber-messages to google-protobuf. It has already been fixed in the cucumber-messages repo code base. |
Also cucumber-formatter-dots gem will wait for release as well. |
The |
Superseded by #1346 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
CI against Ruby 2.6.0.
Details
Ruby 2.6.0 has been released and this Ruby version is available on CircleCI.
Checklist: