From fea0b72a222b6d4711b0040b3da0276c24a8a9d3 Mon Sep 17 00:00:00 2001 From: Elaine Knight Date: Sat, 27 May 2023 13:53:15 -0700 Subject: [PATCH] Bump ffi version to 1.15.5 Version 1.13.1 doesn't build on arm64. There doesn't seem to be a specific reason to stick with that version, so upgrade to a version that does build for developers working on that architecture. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0d4ba7d..3a63eec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,7 +155,7 @@ GEM i18n (>= 1.8.11, < 2) faraday (0.17.5) multipart-post (>= 1.2, < 3) - ffi (1.13.1) + ffi (1.15.5) figaro (1.2.0) thor (>= 0.14.0, < 2) globalid (1.1.0)