Skip to content

Commit

Permalink
Bump rake from 10.5.0 to 12.3.1
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.5.0...v12.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Mar 22, 2018
1 parent 7e33f69 commit 7867f19
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 @@ -20,7 +20,7 @@ gem 'mysql2', '0.4.10'
gem 'nokogiri', '>= 1.8.1'
gem 'pg', '~> 0.18'
gem 'pundit', '1.1.0'
gem 'rake', '10.5.0'
gem 'rake', '12.3.1'
gem 'rails-html-sanitizer', '1.0.3'
gem 'redis', '3.3.5'
gem 'rotp', '~> 3.3.1'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ GEM
rainbow (2.2.2)
rake
raindrops (0.19.0)
rake (10.5.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -427,7 +427,7 @@ DEPENDENCIES
rails (= 5.1.5)
rails-controller-testing
rails-html-sanitizer (= 1.0.3)
rake (= 10.5.0)
rake (= 12.3.1)
redis (= 3.3.5)
rotp (~> 3.3.1)
rqrcode
Expand Down

0 comments on commit 7867f19

Please sign in to comment.