Skip to content

Commit 6faab27

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 aa89d23 commit 6faab27

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
@@ -9,7 +9,7 @@ group :development do
99
gem 'ci_reporter_rspec', '1.0.0'
1010
gem 'pry'
1111
gem 'pry-byebug'
12-
gem 'rake', '10.1.0'
12+
gem 'rake', '12.3.3'
1313
gem 'rubocop', '0.32.1'
1414
gem 'syck' if RUBY_VERSION.split('.').first.to_i > 1
1515
end

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
json_pure
4545
rainbow (2.2.2)
4646
rake
47-
rake (10.1.0)
47+
rake (12.3.3)
4848
rspec (3.3.0)
4949
rspec-core (~> 3.3.0)
5050
rspec-expectations (~> 3.3.0)
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
pry
8282
pry-byebug
8383
puppet (= 3.7.5)
84-
rake (= 10.1.0)
84+
rake (= 12.3.3)
8585
rspec (= 3.3.0)
8686
rubocop (= 0.32.1)
8787
syck

0 commit comments

Comments
 (0)