From 658c88c21d70eb9cba6933173701558580968415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 04:05:34 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.0 to >= 5, < 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.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.1...v5.2.4.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- crypto.gemspec | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b498ba0..25e4d60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,27 +3,27 @@ PATH specs: crypto_yellowme (0.4.0) activemodel (~> 5.2) - activesupport (~> 5.0) + activesupport (>= 5, < 7) bcrypt (~> 3.1.7) GEM remote: https://rubygems.org/ specs: - activemodel (5.2.4.1) - activesupport (= 5.2.4.1) - activesupport (5.2.4.1) + activemodel (5.2.4.3) + activesupport (= 5.2.4.3) + activesupport (5.2.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) bcrypt (3.1.13) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) diff-lcs (1.3) docile (1.3.2) - i18n (1.7.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) json (2.2.0) - minitest (5.13.0) + minitest (5.14.1) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -43,7 +43,7 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thread_safe (0.3.6) - tzinfo (1.2.6) + tzinfo (1.2.7) thread_safe (~> 0.1) PLATFORMS diff --git a/crypto.gemspec b/crypto.gemspec index 30da68c..d18cbff 100644 --- a/crypto.gemspec +++ b/crypto.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.license = 'MIT' spec.add_dependency "bcrypt", "~> 3.1.7" - spec.add_dependency 'activesupport', '~> 5.0' + spec.add_dependency 'activesupport', '>= 5', '< 7' spec.add_dependency "activemodel", "~> 5.2" spec.add_development_dependency "rspec", "~> 3.8"