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

Merged
merged 1 commit into from May 20, 2019
Merged

Deal with new ffi Ruby version requirement #1115

merged 1 commit into from May 20, 2019

Conversation

benoittgt
Copy link
Member

@benoittgt
Copy link
Member Author

benoittgt commented May 18, 2019

CI seems failing because of rspec-mocks ffi build error. So rspec/rspec-mocks#1276

@benoittgt benoittgt changed the title CI was failing for 1.9.2 and 1.9.3. This is due to Deal with new ffi Ruby version requirement May 18, 2019
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.

Mistake here, you've not got the split versions.

@benoittgt
Copy link
Member Author

benoittgt commented May 19, 2019

I also removed 81b6039 because I don't see any error with bundler audit. We will see how the CI react too.

Copy link
Member

@JonRowe JonRowe left a comment

Choose a reason for hiding this comment

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

Ah no, can you restore 81b6039 you won't see an issue with bundle audit, but Githubs vulnerability checker doesn't like the no minimum, it picks up one of the other branches.

Gemfile Outdated Show resolved Hide resolved
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

Fail on appveyor seems unrelated.

@JonRowe JonRowe merged commit 1044d4e into master May 20, 2019
@JonRowe JonRowe deleted the ffi_ruby_1_9 branch May 20, 2019 08:31
JonRowe pushed a commit that referenced this pull request Oct 7, 2019
CI was failing for 1.9.2 and 1.9.3. This is due to
ffi/ffi#683

Related:
- ffi/ffi#699
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
…c-expectations#1115)

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

Related:
- ffi/ffi#699

---
This commit was imported from rspec/rspec-expectations@dbf72e5.
yujinakayama pushed a commit to yujinakayama/rspec-monorepo that referenced this pull request Oct 6, 2021
…c-expectations#1115)

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

Related:
- ffi/ffi#699

---
This commit was imported from rspec/rspec-expectations@1044d4e.
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