diff --git a/Gemfile.lock b/Gemfile.lock index 808e423..5419178 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.3) 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.2) 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.18.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