From 2d1f847781de24e5f594e788b2815940798ddc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 02:50:15 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.0 to >= 6, < 8 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/v6.0.3.2...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 29 ++++++++++++++--------------- active_worksheet.gemspec | 2 +- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8c59aaf..2189d1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,15 +3,15 @@ PATH specs: active_worksheet (0.1.3) activeresource (~> 5.0) - activesupport (~> 6.0) + activesupport (>= 6, < 8) google_drive (= 3.0.4) workbook (= 0.8.1) GEM remote: https://rubygems.org/ specs: - activemodel (6.0.3.2) - activesupport (= 6.0.3.2) + activemodel (6.1.7.3) + activesupport (= 6.1.7.3) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) @@ -20,12 +20,12 @@ GEM activemodel (>= 5.0, < 7) activemodel-serializers-xml (~> 1.0) activesupport (>= 5.0, < 7) - activesupport (6.0.3.2) + activesupport (6.1.7.3) 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) + zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) axlsx (3.0.0.pre) @@ -34,7 +34,7 @@ GEM nokogiri (~> 1.8, >= 1.8.2) rubyzip (~> 1.2, >= 1.2.1) builder (3.2.4) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.2) declarative (0.0.10) declarative-option (0.1.0) diff-lcs (1.3) @@ -61,7 +61,7 @@ GEM signet (~> 0.14) htmlentities (4.3.4) httpclient (2.8.3) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.3.1) jwt (2.2.1) @@ -71,7 +71,7 @@ GEM rake mini_mime (1.0.2) mini_portile2 (2.5.1) - minitest (5.14.1) + minitest (5.18.0) multi_json (1.15.0) multipart-post (2.1.1) nokogiri (1.11.5) @@ -109,9 +109,8 @@ GEM multi_json (~> 1.10) spreadsheet (1.2.6) ruby-ole (>= 1.0) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) uber (0.1.0) workbook (0.8.1) axlsx (~> 3.0.0.pre) @@ -119,7 +118,7 @@ GEM nokogiri (~> 1.8) rchardet (~> 1.3) spreadsheet (~> 1.1) - zeitwerk (2.4.0) + zeitwerk (2.6.7) PLATFORMS ruby diff --git a/active_worksheet.gemspec b/active_worksheet.gemspec index 7582624..41ef2ff 100644 --- a/active_worksheet.gemspec +++ b/active_worksheet.gemspec @@ -31,7 +31,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" - spec.add_dependency "activesupport", "~> 6.0" + spec.add_dependency "activesupport", ">= 6", "< 8" spec.add_dependency "activeresource", "~> 5.0" spec.add_dependency "workbook", "0.8.1" spec.add_dependency "google_drive", "3.0.4"