From 9e2c2b15c7437ee4f374f54c270f41f6f5cdfd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:58:37 +0000 Subject: [PATCH] Update activesupport requirement from ~> 4.1 to >= 4.1, < 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.11.3...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++----------- ruby-xcdm.gemspec | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d0e4ff2..7fb036a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,28 +2,27 @@ PATH remote: . specs: ruby-xcdm (1.0.0) - activesupport (~> 4.1) + activesupport (>= 4.1, < 8.0) builder (~> 3.2) plist (~> 3.1) GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.3) - 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) builder (3.2.4) - concurrent-ruby (1.1.8) - i18n (0.9.5) + concurrent-ruby (1.2.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) minitest (5.14.3) plist (3.6.0) rake (13.0.3) - thread_safe (0.3.6) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/ruby-xcdm.gemspec b/ruby-xcdm.gemspec index dc7680e..379e380 100644 --- a/ruby-xcdm.gemspec +++ b/ruby-xcdm.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '~> 2.7' spec.add_dependency "builder", "~> 3.2" - spec.add_dependency "activesupport", "~> 4.1" + spec.add_dependency "activesupport", ">= 4.1", "< 8.0" spec.add_dependency "plist", "~> 3.1" spec.add_development_dependency "bundler", "~> 2.2"