From f3142057e9e89c59462064fc9027d18a4b836ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 04:03:51 +0000 Subject: [PATCH] Update activesupport requirement from ~> 5.2.3 to >= 5.2.3, < 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.2.3...v5.2.4.3) Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 +++++++++++++++--------------- peatio-bitcoincash.gemspec | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0c25bae..cbb8193 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: peatio-everi (0.1.3) - activesupport (~> 5.2.3) + activesupport (>= 5.2.3, < 6.1.0) better-faraday (~> 1.0.5) cash-addr (~> 0.2.0) faraday (~> 0.15.4) @@ -12,16 +12,16 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.2.3) - activesupport (= 5.2.3) - activesupport (5.2.3) + activemodel (5.2.4.3) + activesupport (= 5.2.4.3) + activesupport (5.2.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) - amq-protocol (2.3.0) + amq-protocol (2.3.1) amqp (1.8.0) amq-protocol (>= 2.2.0) eventmachine @@ -29,14 +29,14 @@ GEM better-faraday (1.0.8) activesupport (>= 4.0, < 6.0) faraday (~> 0.12) - bunny (2.14.2) - amq-protocol (~> 2.3, >= 2.3.0) + bunny (2.15.0) + amq-protocol (~> 2.3, >= 2.3.1) byebug (11.0.1) cash-addr (0.2.0) base58 (~> 0.2.2) clamp (1.3.1) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.3) @@ -48,19 +48,19 @@ GEM multipart-post (>= 1.2, < 3) hashdiff (0.3.9) http_parser.rb (0.6.0) - i18n (1.6.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) jwt (2.2.1) - memoist (0.16.0) + memoist (0.16.2) metaclass (0.0.4) method_source (0.9.2) - minitest (5.11.3) + minitest (5.14.1) mocha (1.8.0) metaclass (~> 0.0.1) multipart-post (2.1.1) - mysql2 (0.5.2) - peatio (0.6.1) - activemodel (~> 5.2.3) + mysql2 (0.5.3) + peatio (0.6.3) + activemodel (> 5.2, <= 6.0.0) amqp bunny clamp @@ -91,7 +91,7 @@ GEM rspec-support (3.8.0) safe_yaml (1.0.5) thread_safe (0.3.6) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) webmock (3.5.1) addressable (>= 2.3.6) diff --git a/peatio-bitcoincash.gemspec b/peatio-bitcoincash.gemspec index f3c2ad6..db5ce20 100644 --- a/peatio-bitcoincash.gemspec +++ b/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", "~> 5.2.3" + spec.add_dependency "activesupport", ">= 5.2.3", "< 6.1.0" spec.add_dependency "better-faraday", "~> 1.0.5" spec.add_dependency "faraday", "~> 0.15.4" spec.add_dependency "memoist", "~> 0.16.0"