diff --git a/Gemfile b/Gemfile index 3db1f9a..a7ac70e 100644 --- a/Gemfile +++ b/Gemfile @@ -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' else gem "cucumber" end