From d51e6ca05cba4d8107b15765b245e6a172959423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:59:24 +0000 Subject: [PATCH] Build(deps): Update activesupport requirement from ~> 5.1.4 to >= 5.1.4, < 7.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/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.1.4...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 25 ++++++++++++------------- full_moon.gemspec | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80b6a60..d85e31a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,22 @@ PATH remote: . specs: - full_moon (0.1.0) - activesupport (~> 5.1.4) + full-moon (0.1.0) + activesupport (>= 5.1.4, < 7.1.0) GEM remote: https://rubygems.org/ specs: - activesupport (5.1.4) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - concurrent-ruby (1.0.5) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) diff-lcs (1.3) - i18n (0.9.1) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.10.3) + minitest (5.17.0) rake (10.5.0) rspec (3.7.0) rspec-core (~> 3.7.0) @@ -31,17 +31,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.7.0) rspec-support (3.7.0) - thread_safe (0.3.6) timecop (0.8.1) - tzinfo (1.2.4) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.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..375ce97 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', '< 7.1.0' spec.add_development_dependency 'timecop', '0.8.1' end