From e78cc4055b72582c649dd749f001b535258382e4 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Thu, 30 Mar 2023 10:13:10 +0100 Subject: [PATCH 1/2] update ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3c7a817..3a7c3a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM faraday (~> 0.8) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - ffi (1.10.0) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) has_secure_token (1.0.0) From 26fe4f38294e20c9a183887787034022529981a9 Mon Sep 17 00:00:00 2001 From: Chris Manson Date: Thu, 30 Mar 2023 10:13:25 +0100 Subject: [PATCH 2/2] update ruby to 2.7.7 --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 437459c..1f7da99 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.0 +2.7.7