Skip to content

Commit 4b48a4b

Browse files
committed
Pin ffi
1 parent 3f9640a commit 4b48a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ else
4040
gem 'sqlite3', '~> 1.3.6', platforms: [:ruby]
4141
end
4242

43+
# Until 1.13.2 is released due to Rubygems usage
44+
gem 'ffi', '~> 1.12.0'
45+
4346
custom_gemfile = File.expand_path('Gemfile-custom', __dir__)
4447
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)
4548

0 commit comments

Comments
 (0)