diff --git a/Gemfile b/Gemfile index 95dec4b8a..70c20fdce 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "aws-sdk-sqs", "~> 1.3" gem "base32-url", "~> 0.3" gem "batch-loader", "~> 1.4", ">= 1.4.1" gem "bcrypt", "~> 3.1.7" -gem "bolognese", "~> 2.5.1" +gem "bolognese", "~> 2.5.2" gem "bootsnap", "~> 1.4", ">= 1.4.4", require: false gem "cancancan", "~> 3.0" gem "countries", "~> 2.1", ">= 2.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 132c3183e..568b28c3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,7 @@ GEM bigdecimal (4.0.1) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bolognese (2.5.1) + bolognese (2.5.2) activesupport (= 7.2.3) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -821,7 +821,7 @@ DEPENDENCIES bcrypt (~> 3.1.7) better_errors binding_of_caller - bolognese (~> 2.5.1) + bolognese (~> 2.5.2) bootsnap (~> 1.4, >= 1.4.4) brakeman (~> 6.1, >= 6.1.2) bullet (~> 8.1)