From 97fa344af6c0a79ac7b01598ae5eba555c2c4219 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 8 May 2024 10:40:48 +0100 Subject: [PATCH] Pin browser to versions that support ruby 3.0 --- Gemfile | 2 +- Gemfile.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0181c5c68..5385e1217 100644 --- a/Gemfile +++ b/Gemfile @@ -131,7 +131,7 @@ gem "gd2-ffij", ">= 0.4.0" gem "marcel" # Used for browser detection -gem "browser" +gem "browser", "< 6" # for ruby 3.0 support # Used for S3 object storage gem "aws-sdk-s3" diff --git a/Gemfile.lock b/Gemfile.lock index 0b2ecf330..62a312dca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,7 +136,7 @@ GEM brakeman (6.1.2) racc brotli (0.5.0) - browser (6.0.0) + browser (5.3.1) builder (3.2.4) bzip2-ffi (1.1.1) ffi (~> 1.0) @@ -336,8 +336,7 @@ GEM minitest (>= 4, < 6) msgpack (1.7.2) multi_json (1.15.0) - multi_xml (0.7.1) - bigdecimal (~> 3.1) + multi_xml (0.6.0) mutex_m (0.2.0) net-http (0.4.1) uri @@ -613,7 +612,7 @@ DEPENDENCIES bootstrap (~> 5.3.2) bootstrap_form (~> 5.0) brakeman - browser + browser (< 6) bzip2-ffi cancancan canonical-rails -- 2.39.5