From 233e9b064d6bf9d9610b02fb3a36f3952c34131b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 02:39:13 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0.3, >= 6.0.3.1 to >= 6.0.3.1, < 7.1.0 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/v6.0.3.5...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 33 +++++++++++++++------------------ core-client.gemspec | 2 +- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a661dd6..cda5558 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: core-client (0.2.4) - activesupport (~> 6.0.3, >= 6.0.3.1) + activesupport (>= 6.0.3.1, < 7.1.0) dotenv (~> 2.7) json_api_client (~> 1.16) rack (~> 2.2) @@ -11,18 +11,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.0.3.5) - activesupport (= 6.0.3.5) - activesupport (6.0.3.5) + activemodel (7.0.4.2) + activesupport (= 7.0.4.2) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - concurrent-ruby (1.1.8) + concurrent-ruby (1.2.0) diff-lcs (1.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -35,19 +34,19 @@ GEM http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.8.9) + i18n (1.12.0) concurrent-ruby (~> 1.0) - json_api_client (1.18.0) + json_api_client (1.21.0) activemodel (>= 3.2.0) activesupport (>= 3.2.0) addressable (~> 2.2) - faraday (>= 0.15.2, < 1.2.0) - faraday_middleware (>= 0.9.0, < 1.2.0) + faraday (>= 0.15.2, < 2.0) + faraday_middleware (>= 0.9.0, < 2.0) rack (>= 0.2) mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0212) - minitest (5.14.3) + minitest (5.17.0) multipart-post (2.1.1) netrc (0.11.0) parallel (1.20.1) @@ -97,14 +96,12 @@ GEM rubocop (>= 0.87.0) ruby-progressbar (1.11.0) ruby2_keywords (0.0.4) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.7) unicode-display_width (1.7.0) - zeitwerk (2.4.2) PLATFORMS ruby diff --git a/core-client.gemspec b/core-client.gemspec index f32baca..e69b58f 100644 --- a/core-client.gemspec +++ b/core-client.gemspec @@ -35,6 +35,6 @@ Gem::Specification.new do |spec| spec.add_dependency "dotenv", "~> 2.7" spec.add_dependency "json_api_client", "~> 1.16" spec.add_dependency "rest-client", "~> 2.1" - spec.add_dependency "activesupport", "~> 6.0.3", ">= 6.0.3.1" + spec.add_dependency "activesupport", ">= 6.0.3.1", "< 7.1.0" spec.add_dependency "rack", "~> 2.2" end