1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2025-08-23 19:37:28 +00:00

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-02-29 15:34:28 +00:00 committed by GitHub
parent a8aef9f8fb
commit 5de2832c0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ GEM
grpc (>= 1.19.0)
minitest (5.12.2)
multipart-post (2.1.1)
rake (10.5.0)
rake (13.0.1)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
@ -60,7 +60,7 @@ PLATFORMS
DEPENDENCIES
blockstream_satellite!
bundler (~> 1.17)
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)
BUNDLED WITH

View File

@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.add_development_dependency "bundler", "~> 1.17"
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.8"
spec.add_dependency "faraday_middleware", ">0.12"