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

Deal with new ffi Ruby version requirement #42

Closed
wants to merge 1 commit into from
Closed

Conversation

benoittgt
Copy link
Member

Related:

I was not able to build it locally. ffi failed to install. So I am not sure it will work.

Gemfile Outdated
@@ -44,6 +44,8 @@ if RUBY_VERSION.to_f < 2
gem 'json', '< 2'
gem 'term-ansicolor', '< 1.4.0' # used by cucumber
gem 'tins', '~> 1.6.0' # used by term-ansicolor
# ffi dropped Ruby 1.8 support in 1.9.19 and Ruby 1.9 support in 1.11.0
gem 'ffi', '< 1.9.19'
Copy link
Member

Choose a reason for hiding this comment

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

Its better to have the split version requirement.

CI was failing for 1.9.2 and 1.9.3. This is due to
ffi/ffi#683

Related:
- ffi/ffi#699
@benoittgt
Copy link
Member Author

CI nightmare. I am not able to bundle locally with ruby 1.8.7. I have another error with cucumber-tag_expressions.

I don't understand why one build passed https://travis-ci.org/rspec/rspec-collection_matchers/pull_requests the commit was c0110eb

@benoittgt
Copy link
Member Author

CI is green since. Closing

@benoittgt benoittgt closed this Sep 18, 2019
@benoittgt benoittgt deleted the ffi_ruby_1_9 branch September 18, 2019 05:35
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