From a6c929afa252c954eea67508f712d267c02ead0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 04:48:48 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.0 to ~> 6.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.2.3...v6.0.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ gcore_api_rb.gemspec | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d961ca9..e6552b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,19 +6,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (6.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - concurrent-ruby (1.1.5) + zeitwerk (~> 2.2, >= 2.2.2) + concurrent-ruby (1.1.6) diff-lcs (1.3) ethon (0.12.0) ffi (>= 1.3.0) ffi (1.11.1) - i18n (1.7.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) - minitest (5.13.0) + minitest (5.14.1) rake (10.5.0) rspec (3.9.0) rspec-core (~> 3.9.0) @@ -36,14 +37,15 @@ GEM thread_safe (0.3.6) typhoeus (1.3.1) ethon (>= 0.9.0) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES - activesupport (~> 5.0) + activesupport (~> 6.0) bundler (~> 2.0) gcore_api_rb! rake (~> 10.0) diff --git a/gcore_api_rb.gemspec b/gcore_api_rb.gemspec index 8304a4b..dc39e47 100644 --- a/gcore_api_rb.gemspec +++ b/gcore_api_rb.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_development_dependency "activesupport", "~> 5.0" + spec.add_development_dependency "activesupport", "~> 6.0" spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "rspec", "~> 3.0"