Skip to content

Commit f45a2a8

Browse files
Bump rake from 10.1.0 to 12.3.3
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] <[email protected]>
1 parent f121bbb commit f45a2a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ group :development do
1212
gem 'pry'
1313
gem 'pry-byebug'
1414
gem 'hashdiff'
15-
gem 'rake', '10.1.0'
15+
gem 'rake', '12.3.3'
1616
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
1717
end

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GEM
5555
json_pure
5656
rainbow (2.2.2)
5757
rake
58-
rake (10.1.0)
58+
rake (12.3.3)
5959
rchardet (1.8.0)
6060
rspec (3.3.0)
6161
rspec-core (~> 3.3.0)
@@ -95,7 +95,7 @@ DEPENDENCIES
9595
pry
9696
pry-byebug
9797
puppet (= 3.7.5)
98-
rake (= 10.1.0)
98+
rake (= 12.3.3)
9999
rspec (= 3.3.0)
100100
rubocop (= 0.32.1)
101101
syck

0 commit comments

Comments
 (0)