From dbadebbb0b3e26879e5fb42fba4dce471480a25b Mon Sep 17 00:00:00 2001 From: Ashwini Sukale Date: Thu, 17 Oct 2024 14:45:38 +0530 Subject: [PATCH] Updated bolognese version --- Gemfile | 3 ++- Gemfile.lock | 66 +++++++++++++++++++++++++++++----------------------- 2 files changed, 39 insertions(+), 30 deletions(-) diff --git a/Gemfile b/Gemfile index 6eb88b0..a6160d9 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.2", git: "https://github.com/datacite/bolognese.git", branch: "schema-4.6" #change to 2.3 when released 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 1714c8f..6cc37db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,33 @@ +GIT + remote: https://github.com/datacite/bolognese.git + revision: 47f4562f7ccdee9949b1ef5290cf774a1c814c26 + branch: schema-4.6 + specs: + bolognese (2.2.0) + activesupport (>= 4.2.5) + benchmark_methods (~> 0.7) + bibtex-ruby (>= 5.1.0) + builder (~> 3.2, >= 3.2.2) + citeproc-ruby (~> 1.1, >= 1.1.12) + colorize (~> 0.8.1) + concurrent-ruby (~> 1.1, >= 1.1.5) + csl-styles (~> 1.0, >= 1.0.1.10) + edtf (~> 3.0, >= 3.0.4) + gender_detector (~> 0.1.2) + iso8601 (~> 0.9.1) + json-ld-preloaded (~> 3.1, >= 3.1.3) + jsonlint (~> 0.3.0) + loofah (~> 2.0, >= 2.0.3) + maremma (~> 5.0) + namae (~> 1.0) + nokogiri (~> 1.16, >= 1.16.2) + oj (~> 3.10) + oj_mimic_json (~> 1.0, >= 1.0.1) + postrank-uri (~> 1.0, >= 1.0.18) + rdf-rdfxml (~> 3.1) + rdf-turtle (~> 3.1) + thor (>= 0.19) + GEM remote: https://rubygems.org/ specs: @@ -108,30 +138,6 @@ GEM latex-decode (~> 0.0) racc (~> 1.7) bigdecimal (3.1.7) - bolognese (2.2.0) - activesupport (>= 4.2.5) - benchmark_methods (~> 0.7) - bibtex-ruby (>= 5.1.0) - builder (~> 3.2, >= 3.2.2) - citeproc-ruby (~> 1.1, >= 1.1.12) - colorize (~> 0.8.1) - concurrent-ruby (~> 1.1, >= 1.1.5) - csl-styles (~> 1.0, >= 1.0.1.10) - edtf (~> 3.0, >= 3.0.4) - gender_detector (~> 0.1.2) - iso8601 (~> 0.9.1) - json-ld-preloaded (~> 3.1, >= 3.1.3) - jsonlint (~> 0.3.0) - loofah (~> 2.0, >= 2.0.3) - maremma (~> 5.0) - namae (~> 1.0) - nokogiri (~> 1.16, >= 1.16.2) - oj (~> 3.10) - oj_mimic_json (~> 1.0, >= 1.0.1) - postrank-uri (~> 1.0, >= 1.0.18) - rdf-rdfxml (~> 3.1) - rdf-turtle (~> 3.1) - thor (>= 0.19) bootsnap (1.10.2) msgpack (~> 1.2) builder (3.2.4) @@ -309,7 +315,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) @@ -394,8 +400,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 +499,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 +525,7 @@ DEPENDENCIES aws-sdk-sqs (~> 1.3) bcrypt (~> 3.1.7) better_errors - bolognese (~> 2.2) + bolognese (~> 2.2)! bootsnap (~> 1.2, >= 1.2.1) byebug cancancan (~> 2.0) @@ -543,6 +550,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 +576,4 @@ DEPENDENCIES webmock (~> 3.1) BUNDLED WITH - 2.5.6 \ No newline at end of file + 2.5.6