From 0d4e6589411adb6f075cf8940418d62e27d51d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 18:11:54 +0000 Subject: [PATCH] Update rake requirement from ~> 10.0 to ~> 13.0 Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.5.0...v13.0.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 41 ++--------------------------------------- iost_ruby.gemspec | 2 +- 2 files changed, 3 insertions(+), 40 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fecad32..fbe558e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,52 +2,21 @@ PATH remote: . specs: iost_ruby (0.1.0) - base58 (~> 0.2.3) - btcruby (~> 1.8) - digest-sha3 - ecdsa (~> 1.1) - ed25519 (~> 1.2, >= 1.2.4) faraday (~> 0.17) faraday_middleware (~> 0.14) - fast_jsonapi (~> 1.5) json (~> 2.3) - openssl (~> 2.1, >= 2.1.2) - sha3 (~> 1.0, >= 1.0.1) - tweetnacl (~> 1.0) GEM remote: https://rubygems.org/ specs: - activesupport (6.0.2.1) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2) - base58 (0.2.3) - btcruby (1.8) - ffi (~> 1.9, >= 1.9.3) - concurrent-ruby (1.1.6) diff-lcs (1.3) - digest-sha3 (1.1.0) - ecdsa (1.2.0) - ed25519 (1.2.4) faraday (0.17.3) multipart-post (>= 1.2, < 3) faraday_middleware (0.14.0) faraday (>= 0.7.4, < 1.0) - fast_jsonapi (1.5) - activesupport (>= 4.2) - ffi (1.12.2) - i18n (1.8.2) - concurrent-ruby (~> 1.0) - ipaddr (1.2.2) json (2.3.0) - minitest (5.14.0) multipart-post (2.1.1) - openssl (2.1.2) - ipaddr - rake (10.5.0) + rake (13.0.1) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -61,12 +30,6 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - sha3 (1.0.1) - thread_safe (0.3.6) - tweetnacl (1.0.0) - tzinfo (1.2.6) - thread_safe (~> 0.1) - zeitwerk (2.2.2) PLATFORMS ruby @@ -74,7 +37,7 @@ PLATFORMS DEPENDENCIES bundler (~> 2.0) iost_ruby! - rake (~> 10.0) + rake (~> 13.0) rspec (~> 3.0) BUNDLED WITH diff --git a/iost_ruby.gemspec b/iost_ruby.gemspec index dff6e78..542f29a 100644 --- a/iost_ruby.gemspec +++ b/iost_ruby.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 2.0" - spec.add_development_dependency "rake", "~> 10.0" + spec.add_development_dependency "rake", "~> 13.0" spec.add_development_dependency "rspec", "~> 3.0" spec.add_dependency 'faraday', '~> 0.17'