Skip to content

Commit

Permalink
Pin ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Dec 26, 2020
1 parent 3f9640a commit 4b48a4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ else
gem 'sqlite3', '~> 1.3.6', platforms: [:ruby]
end

# Until 1.13.2 is released due to Rubygems usage
gem 'ffi', '~> 1.12.0'

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

Expand Down

0 comments on commit 4b48a4b

Please sign in to comment.