1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Bump rake from 12.3.3 to 13.0.1 (#2363)

Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.0.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v12.3.3...v13.0.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-16 13:32:15 -07:00 committed by GitHub
parent 77ec2b65a2
commit c5dd6b3fed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
source 'https://rubygems.org'
# Build and doc tools
gem 'rake', '~> 12.3', require: false
gem 'rake', '~> 13.0', require: false
gem 'yard', '~> 0.9.11', require: false
# Test tools

View file

@ -158,7 +158,7 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.0.0)
rake (12.3.3)
rake (13.0.1)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
@ -255,7 +255,7 @@ DEPENDENCIES
pry
pry-rescue
pry-stack_explorer
rake (~> 12.3)
rake (~> 13.0)
redcarpet (>= 3.1)
rspec (~> 3.0)
rubocop (~> 0.89)