Skip to content

Commit

Permalink
Update rake requirement from = 13.0.0 to = 13.0.1 (#1831)
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@v13.0.0...v13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and vbrazo committed Nov 12, 2019
1 parent fdf95cf commit 7e554d6
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 @@ -25,7 +25,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rainbow (3.0.0)
rake (13.0.0)
rake (13.0.1)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
Expand All @@ -52,7 +52,7 @@ DEPENDENCIES
faker!
minitest (= 5.13.0)
pry (= 0.12.2)
rake (= 13.0.0)
rake (= 13.0.1)
rubocop (= 0.76.0)
simplecov (= 0.17.1)
test-unit (= 3.3.4)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

spec.add_development_dependency('minitest', '5.13.0')
spec.add_development_dependency('pry', '0.12.2')
spec.add_development_dependency('rake', '13.0.0')
spec.add_development_dependency('rake', '13.0.1')
spec.add_development_dependency('rubocop', '0.76.0')
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('test-unit', '3.3.4')
Expand Down

0 comments on commit 7e554d6

Please sign in to comment.