Skip to content

Commit

Permalink
Merge pull request #7 from naofumi-fujii/dependabot/bundler/rake-13.0.3
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
naofumi-fujii committed Mar 18, 2021
2 parents c04ecc3 + 3d074db commit 998370b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -15,7 +15,7 @@ GEM
net-sftp (2.1.2)
net-ssh (>= 2.6.5)
net-ssh (5.2.0)
rake (10.5.0)
rake (13.0.3)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand All @@ -36,7 +36,7 @@ PLATFORMS
DEPENDENCIES
b_dash!
bundler (~> 2.0)
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.0)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion b_dash.gemspec
Expand Up @@ -29,7 +29,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 "net-sftp"
Expand Down

0 comments on commit 998370b

Please sign in to comment.