From 8a21c62d5891591446985acbbe3e160283105366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:11:24 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.1.0 to >= 6.1, < 7.1 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.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.2...v6.1.7.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- peatio-bitcoincash/Gemfile.lock | 11 ++++++----- peatio-bitcoincash/peatio-bitcoincash.gemspec | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/peatio-bitcoincash/Gemfile.lock b/peatio-bitcoincash/Gemfile.lock index 79b8f68..a36eb17 100644 --- a/peatio-bitcoincash/Gemfile.lock +++ b/peatio-bitcoincash/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: peatio-bitcoincash (3.1.0) - activesupport (~> 6.1.0) + activesupport (>= 6.1, < 7.1) better-faraday (~> 2.0.1) cash-addr (~> 0.2.0) faraday (~> 1.10) @@ -13,9 +13,9 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.7.2) - activesupport (= 6.1.7.2) - activesupport (6.1.7.2) + activemodel (6.1.7.3) + activesupport (= 6.1.7.3) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -101,7 +101,7 @@ GEM jwt (2.7.0) memoist (0.16.2) method_source (1.0.0) - minitest (5.17.0) + minitest (5.18.0) mocha (1.16.1) multi_json (1.15.0) multipart-post (2.3.0) @@ -169,6 +169,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES bundler (~> 2.4.7) diff --git a/peatio-bitcoincash/peatio-bitcoincash.gemspec b/peatio-bitcoincash/peatio-bitcoincash.gemspec index 15f5456..d65d125 100644 --- a/peatio-bitcoincash/peatio-bitcoincash.gemspec +++ b/peatio-bitcoincash/peatio-bitcoincash.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] - spec.add_dependency "activesupport", "~> 6.1.0" + spec.add_dependency "activesupport", ">= 6.1", "< 7.1" spec.add_dependency "better-faraday", "~> 2.0.1" spec.add_dependency "faraday", "~> 1.10" spec.add_dependency "memoist", "~> 0.16.0"