From c149e1e73d8c27a10f7036c4022225dc48a3a604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2020 07:30:16 +0000 Subject: [PATCH] Update activesupport requirement from ~> 3.0 to >= 3, < 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/v6.0.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.2...v6.0.3.2) Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++++++++------ abstract-message-queue.gemspec | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6f0d1c8..a24f348 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,27 +2,33 @@ PATH remote: . specs: abstract-message-queue (1.0.2) - activesupport (~> 3.0) + activesupport (>= 3, < 7) json (~> 1.6) GEM remote: http://rubygems.org/ specs: - activesupport (3.2.2) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (6.0.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) aws-sdk (1.1.4) httparty (~> 0.7) json (~> 1.4) nokogiri (>= 1.4.4) uuidtools (~> 2.1) + concurrent-ruby (1.1.6) diff-lcs (1.1.3) httparty (0.8.0) multi_json multi_xml - i18n (0.6.0) + i18n (1.8.3) + concurrent-ruby (~> 1.0) json (1.6.0) - multi_json (1.0.3) + minitest (5.14.1) + multi_json (1.15.0) multi_xml (0.4.0) nokogiri (1.5.0) rake (0.9.2) @@ -35,7 +41,11 @@ GEM diff-lcs (~> 1.1.2) rspec-mocks (2.6.0) stomp (1.1.9) + thread_safe (0.3.6) + tzinfo (1.2.7) + thread_safe (~> 0.1) uuidtools (2.1.2) + zeitwerk (2.4.0) PLATFORMS ruby diff --git a/abstract-message-queue.gemspec b/abstract-message-queue.gemspec index c5535b1..7f059e2 100644 --- a/abstract-message-queue.gemspec +++ b/abstract-message-queue.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency "json", "~> 1.6" - s.add_dependency "activesupport", "~> 3.0" + s.add_dependency "activesupport", ">= 3", "< 7" s.add_development_dependency "rake" s.add_development_dependency "rspec", "~> 2.6" s.add_development_dependency "stomp", "~> 1.1"