Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 396be9d

Browse files
committed
Prevent security warning from github
1 parent cbd22df commit 396be9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ elsif RUBY_VERSION < '1.9'
2626
gem 'ffi', '< 1.9.19' # ffi dropped Ruby 1.8 support in 1.9.19
2727
elsif RUBY_VERSION < '2.0'
2828
gem 'ffi', '< 1.11.0' # ffi dropped Ruby 1.9 support in 1.11.0
29+
else
30+
gem 'ffi', '~> 1.9.25'
2931
end
3032

31-
3233
# No need to run rubocop on earlier versions
3334
if RUBY_VERSION >= '2.4' && RUBY_ENGINE == 'ruby'
3435
gem "rubocop", "~> 0.52.1"

0 commit comments

Comments
 (0)