From 0fc2b9c044003e82649db2a5d01ba061433221ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:10:56 +0000 Subject: [PATCH 1/2] Update dependency platform-api to v3.9.0 --- Gemfile.lock | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 58839397a1..e695e3ffb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,6 @@ GEM drb (2.2.3) erb (6.0.4) erubi (1.13.1) - erubis (2.7.0) eu_central_bank (2.0.0) bigdecimal money (~> 7.0) @@ -313,12 +312,11 @@ GEM tilt heapy (0.2.0) thor - heroics (0.1.3) + heroics (0.1.4) base64 - erubis (~> 2.0) excon + json moneta - multi_json (>= 1.9.2) webrick holidays (8.8.0) i18n (1.14.8) @@ -396,7 +394,6 @@ GEM money (~> 7.0) railties (>= 7.0) msgpack (1.8.0) - multi_json (1.15.0) mutex_m (0.3.0) mysql2 (0.5.7) bigdecimal @@ -436,7 +433,7 @@ GEM activerecord (>= 6.1) activesupport (>= 6.1) phonelib (0.10.18) - platform-api (3.8.0) + platform-api (3.9.0) heroics (~> 0.1.1) moneta (~> 1.0.0) rate_throttle_client (~> 0.1.0) From aa16814854576de7396cf9bcdd12650d4aeda196 Mon Sep 17 00:00:00 2001 From: Nat Budin Date: Tue, 5 May 2026 10:14:25 -0700 Subject: [PATCH 2/2] Work around platform-api's implicit MultiJSON dependency --- Gemfile | 3 +++ Gemfile.lock | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 2184d65e94..da6a4e38ba 100644 --- a/Gemfile +++ b/Gemfile @@ -95,6 +95,9 @@ gem "browser" gem "positioning" gem "stackprof" +# Remove this once platform-api adds this as a dependency +gem "multi_json" + gem "faker", group: "development", require: false gem "rollbar" diff --git a/Gemfile.lock b/Gemfile.lock index e695e3ffb4..72ef348846 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -394,6 +394,7 @@ GEM money (~> 7.0) railties (>= 7.0) msgpack (1.8.0) + multi_json (1.21.1) mutex_m (0.3.0) mysql2 (0.5.7) bigdecimal @@ -745,6 +746,7 @@ DEPENDENCIES minitest-reporters minitest-spec-rails money-rails + multi_json mysql2 (~> 0.5.3) oj (~> 3.17.0) openssl (~> 4.0)