Skip to content

Commit

Permalink
Deal with new ffi Ruby version requirement
Browse files Browse the repository at this point in the history
CI was failing for 1.9.2 and 1.9.3. This is due to
ffi/ffi#683

Related:
- ffi/ffi#699
  • Loading branch information
benoittgt committed May 18, 2019
1 parent 372fde6 commit 80bcda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -44,6 +44,7 @@ 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
gem 'ffi', '< 1.11.0' # ffi dropped Ruby 1.9 support in 1.11.0
else
gem "cucumber"
end
Expand Down

0 comments on commit 80bcda6

Please sign in to comment.