Skip to content

Commit 21f918a

Browse files
author
Anthony Riley II
authored
Merge pull request #6 from github/dependabot/bundler/rake-12.3.3
Bump rake from 10.5.0 to 12.3.3
2 parents 6ce4936 + 7ee1029 commit 21f918a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec name: "octofacts-updater"
66
group :development do
77
gem "parallel", "= 1.12.0"
88
gem "pry", "~> 0.10"
9-
gem "rake", "~> 10.0"
9+
gem "rake", "~> 12.3"
1010
gem "rubocop-github", "~> 0.5.0"
1111
gem "simplecov", ">= 0.14.1"
1212
gem "simplecov-json", "~> 0.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ GEM
6464
locale (~> 2.1)
6565
rainbow (2.2.2)
6666
rake
67-
rake (10.5.0)
67+
rake (12.3.3)
6868
rspec (3.6.0)
6969
rspec-core (~> 3.6.0)
7070
rspec-expectations (~> 3.6.0)
@@ -115,7 +115,7 @@ DEPENDENCIES
115115
parallel (= 1.12.0)
116116
pry (~> 0.10)
117117
puppet (~> 4.10.4)
118-
rake (~> 10.0)
118+
rake (~> 12.3)
119119
rspec-puppet (~> 2.6.2)
120120
rubocop-github (~> 0.5.0)
121121
simplecov (>= 0.14.1)

0 commit comments

Comments
 (0)