Skip to content

Commit

Permalink
Merge pull request #177 from datacite/update_orcid_client
Browse files Browse the repository at this point in the history
Updated the orcid client version, msgpack version need to lock to 1.4.4
  • Loading branch information
ashwinisukale authored Nov 20, 2024
2 parents e07b967 + c487091 commit ff47f76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source "https://rubygems.org"

gem "bootsnap", "~> 1.4", ">= 1.4.4", require: false
gem "msgpack", "~> 1.4.4"
gem "mysql2", "~> 0.5.0"
gem "rails", "~> 7.1", ">= 7.1.3"

Expand All @@ -26,7 +27,7 @@ gem "flipper-ui"
gem "nilify_blanks", "~> 1.3"
gem "oj", ">= 2.8.3"
gem "oj_mimic_json", "~> 1.0", ">= 1.0.1"
gem "orcid_client", "~> 0.12.0"
gem "orcid_client", "~> 0.15.0"
gem "postrank-uri", "~> 1.1"
gem "pwqgen.rb", "~> 0.1.0"
gem "rake", "~> 12.0"
Expand Down
25 changes: 14 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
bigdecimal (3.1.7)
binding_of_caller (1.0.0)
debug_inspector (>= 0.0.1)
bolognese (2.2.0)
bolognese (2.3.0)
activesupport (>= 4.2.5)
benchmark_methods (~> 0.7)
bibtex-ruby (>= 5.1.0)
Expand Down Expand Up @@ -342,14 +342,15 @@ GEM
jmespath (1.4.0)
json (2.5.1)
json-canonicalization (1.0.0)
json-ld (3.3.1)
json-ld (3.3.2)
htmlentities (~> 4.3)
json-canonicalization (~> 1.0)
link_header (~> 0.0, >= 0.0.8)
multi_json (~> 1.15)
rack (>= 2.2, < 4)
rdf (~> 3.3)
json-ld-preloaded (3.3.0)
rexml (~> 3.2)
json-ld-preloaded (3.3.1)
json-ld (~> 3.3)
rdf (~> 3.3)
jsonapi-renderer (0.2.2)
Expand Down Expand Up @@ -419,7 +420,7 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.3)
msgpack (1.4.2)
msgpack (1.4.5)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -473,10 +474,10 @@ GEM
omniauth-rails_csrf_protection (1.0.0)
actionpack (>= 4.2)
omniauth (~> 2.0)
optimist (3.1.0)
orcid_client (0.12.0)
optimist (3.2.0)
orcid_client (0.15.0)
activesupport (>= 7, < 8)
bolognese (~> 2.2)
bolognese (~> 2.3)
builder (~> 3.2, >= 3.2.2)
dotenv (~> 2.1, >= 2.1.1)
maremma (>= 5.0)
Expand Down Expand Up @@ -550,8 +551,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)
Expand Down Expand Up @@ -699,7 +701,7 @@ GEM
unf_ext
unf_ext (0.0.8)
unicode-display_width (2.3.0)
unicode-types (1.9.0)
unicode-types (1.10.0)
unicode_utils (1.4.0)
uri (0.13.0)
validates_email_format_of (1.6.3)
Expand Down Expand Up @@ -781,6 +783,7 @@ DEPENDENCIES
mailgun-ruby (~> 1.2)
maremma (~> 5.0)
mini_magick (~> 4.5, >= 4.5.1)
msgpack (~> 1.4.4)
mysql2 (~> 0.5.0)
namae (~> 1.0, >= 1.0.1)
nilify_blanks (~> 1.3)
Expand All @@ -793,7 +796,7 @@ DEPENDENCIES
omniauth-globus (~> 0.9.1)
omniauth-orcid (~> 2.0)
omniauth-rails_csrf_protection (~> 1.0)
orcid_client (~> 0.12.0)
orcid_client (~> 0.15.0)
postrank-uri (~> 1.1)
pwqgen.rb (~> 0.1.0)
rack-cors (~> 1.0)
Expand Down Expand Up @@ -832,4 +835,4 @@ DEPENDENCIES
with_env (~> 1.1)

BUNDLED WITH
2.4.22
2.4.22

0 comments on commit ff47f76

Please sign in to comment.