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 #376

Merged
merged 2 commits into from May 20, 2019
Merged

Deal with new ffi Ruby version requirement #376

merged 2 commits into from May 20, 2019

Conversation

benoittgt
Copy link
Member

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

Related:

Gemfile Outdated
elsif RUBY_VERSION < '2.0'
# ffi dropped Ruby 1.8 support in 1.9.19
# ffi dropped 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.

As per expectations, need both versions.

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

Related:
- ffi/ffi#699
@JonRowe JonRowe merged commit d68c94b into master May 20, 2019
@JonRowe JonRowe deleted the ffi_ruby_1_9 branch May 20, 2019 10:49
JonRowe added a commit that referenced this pull request Jun 10, 2019
Deal with new ffi Ruby version requirement
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
…uby_1_9

Deal with new ffi Ruby version requirement

---
This commit was imported from rspec/rspec-support@4b45513.
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
…uby_1_9

Deal with new ffi Ruby version requirement

---
This commit was imported from rspec/rspec-support@4b45513.
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