From 0847678b9975c622903999a34d1223744a18a01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 20:51:25 +0000 Subject: [PATCH] Build(deps): Update activesupport requirement from ~> 5.1.4 to >= 5.1.4, < 6.1.0 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.1.4...v6.0.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++--------- full_moon.gemspec | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80b6a60..205dad2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,23 @@ PATH remote: . specs: - full_moon (0.1.0) - activesupport (~> 5.1.4) + full-moon (0.1.0) + activesupport (>= 5.1.4, < 6.1.0) GEM remote: https://rubygems.org/ specs: - activesupport (5.1.4) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - concurrent-ruby (1.0.5) + zeitwerk (~> 2.2, >= 2.2.2) + concurrent-ruby (1.1.6) diff-lcs (1.3) - i18n (0.9.1) + i18n (1.8.2) concurrent-ruby (~> 1.0) - minitest (5.10.3) + minitest (5.14.1) rake (10.5.0) rspec (3.7.0) rspec-core (~> 3.7.0) @@ -33,15 +34,16 @@ GEM rspec-support (3.7.0) thread_safe (0.3.6) timecop (0.8.1) - tzinfo (1.2.4) + tzinfo (1.2.7) thread_safe (~> 0.1) + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES bundler (~> 1.16.a) - full_moon! + full-moon! rake (~> 10.0) rspec (~> 3.2) timecop (= 0.8.1) diff --git a/full_moon.gemspec b/full_moon.gemspec index a582c84..b089162 100644 --- a/full_moon.gemspec +++ b/full_moon.gemspec @@ -33,6 +33,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", "~> 1.16.a" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.2" - spec.add_runtime_dependency 'activesupport', '~> 5.1.4' + spec.add_runtime_dependency 'activesupport', '>= 5.1.4', '< 6.1.0' spec.add_development_dependency 'timecop', '0.8.1' end