Skip to content

Commit

Permalink
Pin ffi due to their usage of Gem in 1.13.0/1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Dec 12, 2020
1 parent 8b07c1d commit fda2a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ end

gem 'simplecov'

gem 'ffi', '> 1.9.24' # prevent Github security vulnerability warning
gem 'ffi', '~> 1.12.0'

# Version 5.12 of minitest requires Ruby 2.4
if RUBY_VERSION < '2.4.0'
Expand Down

0 comments on commit fda2a8e

Please sign in to comment.