Skip to content

Commit

Permalink
Update rake requirement from ~> 10.1 to ~> 13.0
Browse files Browse the repository at this point in the history
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](ruby/rake@rake-10.1.1...v13.0.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jun Wu committed Feb 28, 2020
1 parent 640a6e1 commit 7e0278c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ GEM
remote: https://rubygems.org/
specs:
minitest (5.3.0)
rake (10.1.1)
rake (13.0.1)

PLATFORMS
ruby

DEPENDENCIES
minitest (~> 5.3)
rake (~> 10.1)
rake (~> 13.0)
unshorten!
2 changes: 1 addition & 1 deletion unshorten.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.test_files = Dir['test/*']
s.executables = ['unshorten']
s.add_development_dependency 'minitest', '~> 5.3'
s.add_development_dependency 'rake', '~> 10.1'
s.add_development_dependency 'rake', '~> 13.0'
end

0 comments on commit 7e0278c

Please sign in to comment.