From 82f4219498b48a5e3db3889c77d3a9de8232a803 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:35:18 +0000 Subject: [PATCH] Update activesupport requirement from >= 3.2.8, < 7.1.0 to >= 3.2.8, < 7.2.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.1.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.8...v7.1.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock | 16 ++++++++++++++-- .../oc-bifrost-pedant/oc-bifrost-pedant.gemspec | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock b/src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock index fee04d84ad..7628c77ccd 100644 --- a/src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock +++ b/src/oc_bifrost/oc-bifrost-pedant/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: oc-bifrost-pedant (0.0.1) - activesupport (>= 3.2.8, < 7.1.0) + activesupport (>= 3.2.8, < 7.2.0) mixlib-config (>= 1.1.2, < 3.1.0) net-http-spy (~> 0.2.1) rest-client (>= 1.8, < 2.2) @@ -13,16 +13,26 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.0.8) + activesupport (7.1.2) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) + base64 (0.2.0) bcrypt (3.1.18) + bigdecimal (3.1.4) concurrent-ruby (1.2.2) + connection_pool (2.4.1) diff-lcs (1.1.3) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) + drb (2.2.0) + ruby2_keywords http-accept (1.7.0) http-cookie (1.0.4) domain_name (~> 0.5) @@ -34,6 +44,7 @@ GEM minitest (5.20.0) mixlib-config (3.0.27) tomlrb + mutex_m (0.2.0) net-http-spy (0.2.1) netrc (0.11.0) pbkdf2 (0.1.0) @@ -54,6 +65,7 @@ GEM rspec rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) + ruby2_keywords (0.0.5) tomlrb (2.0.3) tzinfo (2.0.6) concurrent-ruby (~> 1.0) diff --git a/src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec b/src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec index ec16a1d40e..823ad7783f 100644 --- a/src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec +++ b/src/oc_bifrost/oc-bifrost-pedant/oc-bifrost-pedant.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |s| s.executables = ['oc-bifrost-pedant'] s.add_dependency('rspec', '~> 2.11.0') - s.add_dependency('activesupport', '>= 3.2.8', '< 7.1.0') # For active_support/concern + s.add_dependency('activesupport', '>= 3.2.8', '< 7.2.0') # For active_support/concern s.add_dependency('mixlib-config', '>= 1.1.2', '< 3.1.0') s.add_dependency('rest-client', '>= 1.8', '< 2.2') s.add_dependency('rspec_junit_formatter', '>= 0.1.1', '< 0.7.0')