From 6e8318776aafc4d67251526a96f93f4826836172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 11:39:01 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0.0 to ~> 6.1.7 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.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.3.1...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 23 +++++++++++------------ r7insight.gemspec | 2 +- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae69378..01c32c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,27 +6,26 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.1) + activesupport (6.1.7.5) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - concurrent-ruby (1.1.6) - i18n (1.8.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + concurrent-ruby (1.2.3) + i18n (1.14.1) concurrent-ruby (~> 1.0) minitest (5.12.2) rake (13.0.0) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) - zeitwerk (2.3.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.13) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.0) + activesupport (~> 6.1.7) bundler (~> 2.0.0) minitest (~> 5.12.2) r7insight! diff --git a/r7insight.gemspec b/r7insight.gemspec index 5909024..c24c887 100644 --- a/r7insight.gemspec +++ b/r7insight.gemspec @@ -24,7 +24,7 @@ DESC gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] - gem.add_development_dependency 'activesupport', '~> 6.0.0' + gem.add_development_dependency 'activesupport', '~> 6.1.7' gem.add_development_dependency 'bundler', '~> 2.0.0' gem.add_development_dependency 'minitest', '~> 5.12.2' gem.add_development_dependency 'rake', '~> 13.0.0'