Skip to content

Commit

Permalink
Update rake requirement from ~> 10.0 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@v10.5.0...v13.0.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2020
1 parent 42b6a10 commit 1629883
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 @@ -67,7 +67,7 @@ GEM
pry (~> 0.10)
rack (2.2.3)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.1)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
Expand Down Expand Up @@ -131,7 +131,7 @@ DEPENDENCIES
opal-rspec
pry
pry-byebug
rake (~> 10.0)
rake (~> 13.0)
rspec
rubocop
simplecov
Expand Down
2 changes: 1 addition & 1 deletion coltrane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'color', '~> 1.8'
spec.add_runtime_dependency 'activesupport', '> 5.2'
spec.add_development_dependency "bundler", '~> 1.14'
spec.add_development_dependency "rake", '~> 10.0'
spec.add_development_dependency "rake", '~> 13.0'
end

0 comments on commit 1629883

Please sign in to comment.