From 2b4f9e5bdf50f44ee3b7cffd5deb19d946a986ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 20:32:54 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.1.7 to >= 5.1.7, < 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.7...v6.0.3.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 ++++-- ontologies_api_client.gemspec | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44e5dc0..c17ded3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: ontologies_api_client (2.0.0) - activesupport (~> 5.1.7) + activesupport (>= 5.1.7, < 6.1.0) excon faraday lz4-ruby @@ -13,11 +13,12 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.1.7) + activesupport (6.0.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) coderay (1.1.3) concurrent-ruby (1.1.6) excon (0.76.0) @@ -42,6 +43,7 @@ GEM thread_safe (0.3.6) tzinfo (1.2.7) thread_safe (~> 0.1) + zeitwerk (2.4.0) PLATFORMS ruby diff --git a/ontologies_api_client.gemspec b/ontologies_api_client.gemspec index ed191c9..a94e17c 100644 --- a/ontologies_api_client.gemspec +++ b/ontologies_api_client.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |gem| gem.add_dependency('excon') gem.add_dependency('lz4-ruby') gem.add_dependency('spawnling', '2.1.5') - gem.add_dependency('activesupport', '~> 5.1.7') + gem.add_dependency('activesupport', '>= 5.1.7', '< 6.1.0') # gem.executables = %w() end