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.3)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 24, 2021
1 parent caf11c6 commit a318f06
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 @@ -81,7 +81,7 @@ GEM
method_source (~> 0.9.0)
public_suffix (3.0.2)
rainbow (3.0.0)
rake (10.5.0)
rake (13.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -127,7 +127,7 @@ DEPENDENCIES
guard-rspec (~> 4.7)
listen (= 3.0.7)
pry
rake (~> 10.0)
rake (~> 13.0)
rspec (~> 3.4)
rubocop (~> 0.49)
yard (~> 0.9.11)
Expand Down
2 changes: 1 addition & 1 deletion danger-eslint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

# General ruby development
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rake', '~> 13.0'

# Testing support
spec.add_development_dependency 'rspec', '~> 3.4'
Expand Down

0 comments on commit a318f06

Please sign in to comment.