Skip to content

Commit

Permalink
Bump rake from 12.3.3 to 13.0.0 (home-assistant#10476)
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.0.0.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v12.3.3...v13.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and frenck committed Sep 28, 2019
1 parent 83a7d11 commit 3fd4652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby "> 2.5.0"

group :development do
gem 'rake', '12.3.3'
gem 'rake', '13.0.0'
gem 'jekyll', '4.0.0'
gem 'compass', '1.0.3'
gem 'sass-globbing', '1.1.5'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
rack (2.0.7)
rack-protection (2.0.7)
rack
rake (12.3.3)
rake (13.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand Down Expand Up @@ -115,7 +115,7 @@ DEPENDENCIES
jekyll-sitemap (= 1.3.1)
jekyll-time-to-read (= 0.1.2)
nokogiri (= 1.10.4)
rake (= 12.3.3)
rake (= 13.0.0)
sass-globbing (= 1.1.5)
sinatra (= 2.0.7)
stringex (= 2.8.5)
Expand Down

0 comments on commit 3fd4652

Please sign in to comment.