Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from standfirm/dependabot/bundler/rake-tw-13.0
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
eitoball committed Mar 2, 2020
2 parents 35af2f8 + b36d009 commit c53de56
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 @@ -89,7 +89,7 @@ GEM
public_suffix (3.0.2)
rack (1.6.12)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.1)
retriable (1.4.1)
rubocop (0.56.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -121,7 +121,7 @@ PLATFORMS

DEPENDENCIES
bundler (~> 1.16)
rake (~> 10.0)
rake (~> 13.0)
rubocop
ruboty-yasumimasu!

Expand Down
2 changes: 1 addition & 1 deletion ruboty-yasumimasu.gemspec
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|
spec.add_dependency 'pry'
spec.add_dependency 'ruboty'
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop'
end

0 comments on commit c53de56

Please sign in to comment.