From 5820efc7b9ce83a03eef9bf2cdd47fd8dace503a Mon Sep 17 00:00:00 2001 From: Ashwini Sukale Date: Wed, 20 Nov 2024 15:10:59 +0530 Subject: [PATCH] Updated bolognese version (#189) * Updated bolognese version * Update bolognese gem version --- Gemfile | 3 ++- Gemfile.lock | 16 +++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 6eb88b04..aa7f86c9 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "active_model_serializers", "~> 0.10.0" gem "api-pagination" gem "aws-sdk-sqs", "~> 1.3" gem "bcrypt", "~> 3.1.7" -gem "bolognese", "~> 2.2" +gem "bolognese", "~> 2.3" gem "bootsnap", "~> 1.2", ">= 1.2.1" gem "cancancan", "~> 2.0" gem "countries", "~> 2.1", ">= 2.1.2" @@ -37,6 +37,7 @@ gem "slack-notifier", "~> 2.3", ">= 2.3.2" gem "sprockets", "~> 3.7", ">= 3.7.2" gem 'next_rails' gem "json-canonicalization", '0.3.1' +gem 'msgpack', "~> 1.4.4" group :development, :test do gem "better_errors" diff --git a/Gemfile.lock b/Gemfile.lock index 1714c8f2..a241b083 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM latex-decode (~> 0.0) racc (~> 1.7) bigdecimal (3.1.7) - bolognese (2.2.0) + bolognese (2.3.0) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -309,7 +309,7 @@ GEM minitest (5.15.0) money (6.16.0) i18n (>= 0.6.4, <= 2) - msgpack (1.4.4) + msgpack (1.4.5) multi_json (1.15.0) multipart-post (2.1.1) mutex_m (0.2.0) @@ -334,7 +334,7 @@ GEM racc (~> 1.4) oj (3.13.11) oj_mimic_json (1.0.1) - optimist (3.1.0) + optimist (3.2.0) parallel (1.23.0) parser (3.2.2.4) ast (~> 2.4.1) @@ -394,8 +394,9 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rchardet (1.8.0) - rdf (3.3.1) + rdf (3.3.2) bcp47_spec (~> 0.2) + bigdecimal (~> 3.1, >= 3.1.5) link_header (~> 0.0, >= 0.0.8) rdf-rdfxml (3.3.0) builder (~> 3.2, >= 3.2.4) @@ -492,7 +493,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) - unicode-types (1.9.0) + unicode-types (1.10.0) unicode_utils (1.4.0) uri (0.13.0) vcr (6.2.0) @@ -518,7 +519,7 @@ DEPENDENCIES aws-sdk-sqs (~> 1.3) bcrypt (~> 3.1.7) better_errors - bolognese (~> 2.2) + bolognese (~> 2.3) bootsnap (~> 1.2, >= 1.2.1) byebug cancancan (~> 2.0) @@ -543,6 +544,7 @@ DEPENDENCIES logstash-event (~> 1.2, >= 1.2.02) logstash-logger (~> 0.26.1) maremma (~> 5.0) + msgpack (~> 1.4.4) next_rails nokogiri (~> 1.16, >= 1.16.3) oj (>= 2.8.3) @@ -568,4 +570,4 @@ DEPENDENCIES webmock (~> 3.1) BUNDLED WITH - 2.5.6 \ No newline at end of file + 2.5.6