From 85aba5096254ddf6cd6c1dd15f7646b5f34d11da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:53:17 +0000 Subject: [PATCH] Update activesupport requirement from ~> 4.2 to >= 4.2, < 8.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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.10...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 27 +++++++++++++-------------- quintype.gemspec | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8457cc9..148352a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,33 +2,33 @@ PATH remote: . specs: quintype (0.0.14) - activesupport (~> 4.2) + activesupport (>= 4.2, < 8.0) faraday (~> 0.9) GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) byebug (8.2.2) coderay (1.1.1) - concurrent-ruby (1.0.5) + concurrent-ruby (1.2.2) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) - faraday (0.13.1) + faraday (0.17.6) multipart-post (>= 1.2, < 3) hashdiff (0.3.7) - i18n (0.9.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.8.2) - minitest (5.10.3) - multipart-post (2.0.0) + minitest (5.18.0) + multipart-post (2.3.0) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -49,9 +49,8 @@ GEM rspec-support (3.7.0) safe_yaml (1.0.4) slop (3.6.0) - thread_safe (0.3.6) - tzinfo (1.2.4) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) vcr (3.0.3) webmock (3.1.1) addressable (>= 2.3.6) diff --git a/quintype.gemspec b/quintype.gemspec index d13f456..39835a0 100644 --- a/quintype.gemspec +++ b/quintype.gemspec @@ -13,5 +13,5 @@ Gem::Specification.new do |s| s.license = 'MIT' s.add_dependency 'faraday', '~> 0.9' - s.add_dependency 'activesupport', '~> 4.2' + s.add_dependency 'activesupport', '>= 4.2', '< 8.0' end