Bump rake from 13.0.0 to 13.0.1 (#11164)

Bumps [rake](https://github.com/ruby/rake) from 13.0.0 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/v13.0.0...v13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-12 13:39:01 +01:00 committed by Franck Nijhof
parent 933a080a72
commit d4989b0ff9
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '> 2.5.0' ruby '> 2.5.0'
group :development do group :development do
gem 'rake', '13.0.0' gem 'rake', '13.0.1'
gem 'jekyll', '4.0.0' gem 'jekyll', '4.0.0'
gem 'compass', '1.0.3' gem 'compass', '1.0.3'
gem 'sass-globbing', '1.1.5' gem 'sass-globbing', '1.1.5'

View File

@ -81,7 +81,7 @@ GEM
rack (2.0.7) rack (2.0.7)
rack-protection (2.0.7) rack-protection (2.0.7)
rack rack
rake (13.0.0) rake (13.0.1)
rb-fsevent (0.10.3) rb-fsevent (0.10.3)
rb-inotify (0.10.0) rb-inotify (0.10.0)
ffi (~> 1.0) ffi (~> 1.0)
@ -125,7 +125,7 @@ DEPENDENCIES
jekyll-sitemap (= 1.3.1) jekyll-sitemap (= 1.3.1)
jekyll-time-to-read (= 0.1.2) jekyll-time-to-read (= 0.1.2)
nokogiri (= 1.10.5) nokogiri (= 1.10.5)
rake (= 13.0.0) rake (= 13.0.1)
sass-globbing (= 1.1.5) sass-globbing (= 1.1.5)
sinatra (= 2.0.7) sinatra (= 2.0.7)
stringex (= 2.8.5) stringex (= 2.8.5)