From 3fcae1d609e0c3b1d9aa7fa716ff3835233dfb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 13:45:17 +0000 Subject: [PATCH] Update activesupport requirement from >= 4.2.1, < 5.2 to >= 4.2.1, < 7.1 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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.7...v7.0.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++----------- codeclimate.gemspec | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa82f02..6ac0021 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: codeclimate (0.67.0) - activesupport (>= 4.2.1, < 5.2) + activesupport (>= 4.2.1, < 7.1) codeclimate-yaml (~> 0.13.0) highline (~> 1.7, >= 1.7.2) posix-spawn (~> 0.3, >= 0.3.11) @@ -15,27 +15,27 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.1.7) + activesupport (7.0.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) builder (3.2.3) codeclimate-test-reporter (1.0.6) simplecov codeclimate-yaml (0.13.0) activesupport secure_string - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) diff-lcs (1.3) docile (1.1.5) highline (1.7.10) - i18n (1.5.1) + i18n (1.10.0) concurrent-ruby (~> 1.0) json (2.0.3) macaddr (1.7.2) systemu (~> 2.6.5) - minitest (5.12.2) + minitest (5.15.0) posix-spawn (0.3.13) rainbow (2.2.2) rake @@ -65,10 +65,9 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.0) systemu (2.6.5) - thread_safe (0.3.6) tty-spinner (0.1.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) uuid (2.3.9) macaddr (~> 1.0) diff --git a/codeclimate.gemspec b/codeclimate.gemspec index e4d6764..d23c968 100644 --- a/codeclimate.gemspec +++ b/codeclimate.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.bindir = "bin" s.executables = %w(codeclimate-init) - s.add_dependency "activesupport", ">= 4.2.1", "< 5.2" + s.add_dependency "activesupport", ">= 4.2.1", "< 7.1" s.add_dependency "tty-spinner", "~> 0.1.0" s.add_dependency "codeclimate-yaml", "~> 0.13.0" s.add_dependency "highline", "~> 1.7", ">= 1.7.2"