From 0cf2e8160dfc77af723647e6ae21d9fdcff2a7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 00:26:46 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0 to >= 6, < 8 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.1.5...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++-------- devbox_launcher.gemspec | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 808e423..3d321fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: devbox_launcher (1.1.1) - activesupport (~> 6.0) + activesupport (>= 6, < 8) bcrypt_pbkdf (~> 1.0) ed25519 (~> 1.2) net-ssh (~> 5.2) @@ -14,22 +14,21 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.1.5) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) bcrypt_pbkdf (1.1.0) byebug (11.0.1) coderay (1.1.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) diff-lcs (1.3) ed25519 (1.3.0) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.2) - minitest (5.15.0) + minitest (5.17.0) net-ssh (5.2.0) os (1.1.4) pry (0.12.2) @@ -55,9 +54,8 @@ GEM ruby-watchman (0.0.2) ssh-config (0.1.3) thor (1.2.1) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.5.4) PLATFORMS ruby diff --git a/devbox_launcher.gemspec b/devbox_launcher.gemspec index 0f07d3b..a1cb3bf 100644 --- a/devbox_launcher.gemspec +++ b/devbox_launcher.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "ed25519", "~> 1.2" spec.add_runtime_dependency "bcrypt_pbkdf", "~> 1.0" spec.add_runtime_dependency "ssh-config", "0.1.3" - spec.add_runtime_dependency "activesupport", "~> 6.0" + spec.add_runtime_dependency "activesupport", ">= 6", "< 8" spec.add_runtime_dependency "os", "~> 1.0" spec.add_runtime_dependency "ruby-watchman", "0.0.2" end