From e80f0979f43b5d3a48f3d22e80e1fb8bed62e16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 13:51:09 +0000 Subject: [PATCH] Update activesupport requirement from ~> 3.0.7, < 3.0.20 to >= 3.0.7, < 6.0.1 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.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.0.19...v3.0.20) Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 ++++++++++++++++------------------ massive_record.gemspec | 2 +- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5162c95..2e2718d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ PATH specs: massive_record (0.2.3) activemodel (~> 3.0.7) - activesupport (~> 3.0.7, < 3.0.20) + activesupport (>= 3.0.7, < 6.0.1) thin thrift (~> 0.9.0) tzinfo @@ -11,18 +11,18 @@ PATH GEM remote: http://rubygems.org/ specs: - activemodel (3.0.19) - activesupport (= 3.0.19) + activemodel (3.0.20) + activesupport (= 3.0.20) builder (~> 2.1.2) i18n (~> 0.5.0) - activesupport (3.0.19) - atomic (1.1.14) + activesupport (3.0.20) builder (2.1.2) - daemons (1.1.9) + concurrent-ruby (1.1.5) + daemons (1.3.1) diff-lcs (1.1.3) - eventmachine (1.0.3) - i18n (0.5.0) - rack (1.5.2) + eventmachine (1.2.7) + i18n (0.5.4) + rack (2.0.7) rspec (2.8.0) rspec-core (~> 2.8.0) rspec-expectations (~> 2.8.0) @@ -31,15 +31,13 @@ GEM rspec-expectations (2.8.0) diff-lcs (~> 1.1.2) rspec-mocks (2.8.0) - thin (1.6.0) - daemons (>= 1.0.9) - eventmachine (>= 1.0.0) - rack (>= 1.5.0) - thread_safe (0.1.3) - atomic - thrift (0.9.1) - tzinfo (1.1.0) - thread_safe (~> 0.1) + thin (1.7.2) + daemons (~> 1.0, >= 1.0.9) + eventmachine (~> 1.0, >= 1.0.4) + rack (>= 1, < 3) + thrift (0.9.3.0) + tzinfo (2.0.0) + concurrent-ruby (~> 1.0) PLATFORMS ruby diff --git a/massive_record.gemspec b/massive_record.gemspec index 65ff310..02bca48 100644 --- a/massive_record.gemspec +++ b/massive_record.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.rubyforge_project = "massive_record" s.add_dependency "thrift", "~> 0.9.0" - s.add_dependency "activesupport", "~> 3.0.7", "< 3.0.20" + s.add_dependency "activesupport", ">= 3.0.7", "< 6.0.1" s.add_dependency "activemodel", "~> 3.0.7" s.add_dependency "tzinfo" s.add_dependency "thin"