We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baa8969 commit 43380b6Copy full SHA for 43380b6
Gemfile
@@ -20,8 +20,8 @@ end
20
21
gem 'capybara'
22
23
-# Until 1.13.2 is released due to Rubygems usage
24
-gem 'ffi', '~> 1.12.0'
+# ~> 1.12 is for Ruby 2.2
+gem 'ffi', '~> 1.12.0 or ~> 1.15.5'
25
26
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
27
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
0 commit comments