From 91800c1f6f97b8717d9e8e2054d0102cc6a9be1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:34:09 +0000 Subject: [PATCH] Update activesupport requirement from >= 4.2.5, < 6 to >= 4.2.5, < 8 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.8.1...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 19 +++++++++---------- orcid_client.gemspec | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d25ffd..f10f962 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: orcid_client (0.9.8) - activesupport (>= 4.2.5, < 6) + activesupport (>= 4.2.5, < 8) bolognese (~> 1.3, >= 1.9.8) builder (~> 3.2, >= 3.2.2) dotenv (~> 2.1, >= 2.1.1) @@ -13,11 +13,11 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.8.1) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) amazing_print (1.4.0) @@ -55,7 +55,7 @@ GEM citeproc (~> 1.0, >= 1.0.9) csl (~> 1.6) colorize (0.8.1) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) crack (0.4.5) rexml crass (1.0.6) @@ -137,7 +137,7 @@ GEM oj (>= 2.8.3) oj_mimic_json (~> 1.0, >= 1.0.1) matrix (0.4.2) - minitest (5.16.3) + minitest (5.17.0) multi_json (1.15.0) multipart-post (2.2.3) namae (1.0.2) @@ -207,10 +207,9 @@ GEM rdf (~> 3.2) temple (0.9.1) thor (1.2.1) - thread_safe (0.3.6) tilt (2.0.11) - tzinfo (1.2.10) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-types (1.8.0) unicode_utils (1.4.0) vcr (6.1.0) diff --git a/orcid_client.gemspec b/orcid_client.gemspec index 51f46a5..d5a4c52 100644 --- a/orcid_client.gemspec +++ b/orcid_client.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] # Declary dependencies here, rather than in the Gemfile - s.add_dependency 'activesupport', '>= 4.2.5', '< 6' + s.add_dependency 'activesupport', '>= 4.2.5', '< 8' s.add_dependency 'bolognese', '~> 1.3', '>= 1.9.8' s.add_dependency 'builder', '~> 3.2', '>= 3.2.2' s.add_dependency 'dotenv', '~> 2.1', '>= 2.1.1'