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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2020
1 parent 9a99606 commit 1b0b5ad
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 @@ -17,7 +17,7 @@ GEM
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rake (10.5.0)
rake (13.0.1)

PLATFORMS
ruby
Expand All @@ -26,7 +26,7 @@ DEPENDENCIES
bundler (~> 2.0)
cheese_board!
pry
rake (~> 10.0)
rake (~> 13.0)

BUNDLED WITH
2.0.1
2 changes: 1 addition & 1 deletion cheese_board.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 "pry"
spec.add_dependency "nokogiri"
spec.add_dependency 'colorize', '~> 0.8.1'
Expand Down

0 comments on commit 1b0b5ad

Please sign in to comment.