Skip to content

Commit 1ce303c

Browse files
committed
Upgrade FFI now its safe to do so
1 parent baa8969 commit 1ce303c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ end
2020

2121
gem 'capybara'
2222

23-
# Until 1.13.2 is released due to Rubygems usage
24-
gem 'ffi', '~> 1.12.0'
23+
# ~> 1.12 is for Ruby 2.2
24+
gem 'ffi', '~> 1.12.0, ~> 1.15.5'
2525

2626
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
2727
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)

0 commit comments

Comments
 (0)