From c42091c27268d74695da3ddc13057ce6eeee194c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 04:22:06 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0.3 to ~> 7.0.4 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.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.6...v7.0.4.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 +++++++++------------ crawler_detect.gemspec | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d92a2f3..c35881c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,12 +7,11 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.6) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) armitage-rubocop (0.82.0) rubocop (= 0.82.0) rubocop-performance (= 1.5.2) @@ -23,7 +22,7 @@ GEM awesome_print (1.9.2) byebug (11.1.3) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) diff-lcs (1.5.0) fuubar (2.5.1) rspec-core (~> 3.0) @@ -32,7 +31,7 @@ GEM concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) method_source (1.0.0) - minitest (5.16.3) + minitest (5.17.0) parallel (1.22.1) parallel_tests (2.32.0) parallel @@ -92,17 +91,15 @@ GEM rubocop (>= 0.68.1) ruby-progressbar (1.11.0) slop (3.6.0) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) - zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.0.3) + activesupport (~> 7.0.4) armitage-rubocop (= 0.82) bundler (>= 1.15) crawler_detect! diff --git a/crawler_detect.gemspec b/crawler_detect.gemspec index 76e4a87..5745169 100644 --- a/crawler_detect.gemspec +++ b/crawler_detect.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.add_dependency "qonfig", "~> 0.24" - spec.add_development_dependency "activesupport", "~> 6.0.3" + spec.add_development_dependency "activesupport", "~> 7.0.4" spec.add_development_dependency "bundler", ">= 1.15" spec.add_development_dependency "fuubar", "~> 2.0" spec.add_development_dependency "parallel_tests", "~> 2.0"