diff --git a/Gemfile b/Gemfile index 95a6961..a54900d 100755 --- a/Gemfile +++ b/Gemfile @@ -27,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.15.0" +gem "orcid_client", "~> 0.16.0" gem "postrank-uri", "~> 1.1" gem "pwqgen.rb", "~> 0.1.0" gem "rake", "~> 12.0" diff --git a/Gemfile.lock b/Gemfile.lock index efccb1f..caf5d80 100755 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM bigdecimal (3.1.7) binding_of_caller (1.0.0) debug_inspector (>= 0.0.1) - bolognese (2.3.0) + bolognese (2.3.2) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -475,9 +475,9 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) optimist (3.2.0) - orcid_client (0.15.0) + orcid_client (0.16.0) activesupport (>= 7, < 8) - bolognese (~> 2.3) + bolognese (~> 2.3.2) builder (~> 3.2, >= 3.2.2) dotenv (~> 2.1, >= 2.1.1) maremma (>= 5.0) @@ -796,7 +796,7 @@ DEPENDENCIES omniauth-globus (~> 0.9.1) omniauth-orcid (~> 2.0) omniauth-rails_csrf_protection (~> 1.0) - orcid_client (~> 0.15.0) + orcid_client (~> 0.16.0) postrank-uri (~> 1.1) pwqgen.rb (~> 0.1.0) rack-cors (~> 1.0)