From 4b48a4bf2b50eae7cf23af8d1f7795384cf1d9a3 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 8 Dec 2020 19:42:12 +0000 Subject: [PATCH] Pin ffi --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index a7f2cf8eb5..aff3ec7615 100644 --- a/Gemfile +++ b/Gemfile @@ -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)