From 5a8979607d90d4778140c90f35986f1c2364312b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:22:27 +0000 Subject: [PATCH] Bump activesupport from 7.1.4.2 to 7.1.5 Bumps [activesupport](https://github.com/rails/rails) from 7.1.4.2 to 7.1.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.2.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.1.4.2...v7.1.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 13 +++++++++---- pushmi_pullyu.gemspec | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d636f5f..9c6e6b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: pushmi_pullyu (2.1.5) - activesupport (>= 5, < 7.2) + activesupport (>= 5, < 8.1) bagit (~> 0.4) connection_pool (~> 2.2) daemons (~> 1.2, >= 1.2.4) @@ -18,15 +18,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.1.4.2) + activesupport (7.1.5) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -35,6 +38,7 @@ GEM docopt (~> 0.5.0) validatable (~> 1.6) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) builder (3.2.4) byebug (11.1.3) @@ -111,8 +115,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2023.1003) minitar (0.12.1) - minitest (5.25.1) - mutex_m (0.2.0) + minitest (5.25.2) + mutex_m (0.3.0) nap (1.1.0) net-http-persistent (4.0.2) connection_pool (~> 2.2) @@ -196,6 +200,7 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) scanf (1.0.0) + securerandom (0.3.2) sparql (3.2.6) builder (~> 3.2, >= 3.2.4) ebnf (~> 2.3, >= 2.3.5) diff --git a/pushmi_pullyu.gemspec b/pushmi_pullyu.gemspec index fab65a5..79a1b89 100644 --- a/pushmi_pullyu.gemspec +++ b/pushmi_pullyu.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.7' - spec.add_dependency 'activesupport', '>= 5', '< 7.2' + spec.add_dependency 'activesupport', '>= 5', '< 8.1' spec.add_dependency 'bagit', '~> 0.4' spec.add_dependency 'connection_pool', '~> 2.2' spec.add_dependency 'daemons', '~> 1.2', '>= 1.2.4'