From 8e662c35c222c9fbbbd083848c5ed5de40562b08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:11:28 +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-dash/Gemfile.lock | 11 ++++++----- peatio-dash/peatio-dash.gemspec | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/peatio-dash/Gemfile.lock b/peatio-dash/Gemfile.lock index 9fdc724..db9d71d 100644 --- a/peatio-dash/Gemfile.lock +++ b/peatio-dash/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: peatio-dash (3.1.0) - activesupport (~> 6.1.0) + activesupport (>= 6.1, < 7.1) better-faraday (~> 2.0.1) faraday (~> 1.10) memoist (~> 0.16.0) @@ -12,9 +12,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) @@ -103,7 +103,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) @@ -209,6 +209,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES bundler (~> 2.4.7) diff --git a/peatio-dash/peatio-dash.gemspec b/peatio-dash/peatio-dash.gemspec index 7f0fa9f..d4be317 100644 --- a/peatio-dash/peatio-dash.gemspec +++ b/peatio-dash/peatio-dash.gemspec @@ -36,7 +36,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"