From 03889f7bcdc00ba1924b5b534dd5a2dc5042b144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 00:31:32 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.2 to >= 5.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/v5.2.2...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 ++++++++++++----------- slurper.gemspec | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 66acc02..4a5a5bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,33 +2,34 @@ PATH remote: . specs: slurper (2.2.1) - activesupport (~> 5.2) + activesupport (>= 5.2, < 8.0) rest-client GEM remote: https://rubygems.org/ specs: - activesupport (5.2.2) + activesupport (6.1.7.3) 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) + zeitwerk (~> 2.3) byebug (10.0.2) coderay (1.1.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.2.2) configuration (1.3.4) diff-lcs (1.3) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.5.3) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.2) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - minitest (5.11.3) + minitest (5.15.0) netrc (0.11.0) pry (0.12.2) coderay (~> 1.1.0) @@ -53,12 +54,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.5) + zeitwerk (2.6.7) PLATFORMS ruby diff --git a/slurper.gemspec b/slurper.gemspec index 88d711b..468c5ba 100644 --- a/slurper.gemspec +++ b/slurper.gemspec @@ -15,6 +15,6 @@ Gem::Specification.new do |gem| gem.require_path = "lib" gem.summary = "takes a formatted story file and puts it on Pivotal Tracker" - gem.add_dependency("activesupport", ["~> 5.2"]) + gem.add_dependency("activesupport", ">= 5.2", "< 8.0") gem.add_dependency("rest-client") end