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