Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2020
1 parent 1452477 commit d7e1a88
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 @@ -10,6 +10,6 @@ group :development do
gem 'ci_reporter_rspec', '1.0.0'
gem 'pry'
gem 'pry-byebug'
gem 'rake', '10.1.0'
gem 'rake', '12.3.3'
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
json_pure
rainbow (2.2.2)
rake
rake (10.1.0)
rake (12.3.3)
rspec (3.3.0)
rspec-core (~> 3.3.0)
rspec-expectations (~> 3.3.0)
Expand Down Expand Up @@ -81,7 +81,7 @@ DEPENDENCIES
pry
pry-byebug
puppet (= 3.7.5)
rake (= 10.1.0)
rake (= 12.3.3)
rspec (= 3.3.0)
rubocop (= 0.32.1)
syck
Expand Down

0 comments on commit d7e1a88

Please sign in to comment.