Skip to content

Commit

Permalink
Merge pull request #41 from github/dependabot/bundler/rake-13.2.1
Browse files Browse the repository at this point in the history
Bump rake from 12.3.3 to 13.2.1
  • Loading branch information
jhongturney authored Sep 13, 2024
2 parents 8c2b49d + 824cb91 commit d9ad88f
Show file tree
Hide file tree
Showing 4 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 @@ -8,7 +8,7 @@ gemspec name: "octofacts-updater"
group :development do
gem "parallel", "1.26.3"
gem "pry", "~> 0.14"
gem "rake", "~> 12.3"
gem "rake", "~> 13.2"
gem "rubocop-github", "~> 0.20.0"
gem "simplecov", ">= 0.14.1"
gem "simplecov-json", "~> 0.2"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ GEM
racc (1.8.1)
rack (3.1.7)
rainbow (3.1.1)
rake (12.3.3)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
Expand Down Expand Up @@ -175,7 +175,7 @@ DEPENDENCIES
parallel (= 1.26.3)
pry (~> 0.14)
puppet (~> 7.30.0)
rake (~> 12.3)
rake (~> 13.2)
rspec-puppet (~> 3.0.0)
rubocop-github (~> 0.20.0)
simplecov (>= 0.14.1)
Expand Down
Binary file removed vendor/cache/rake-12.3.3.gem
Binary file not shown.
Binary file added vendor/cache/rake-13.2.1.gem
Binary file not shown.

0 comments on commit d9ad88f

Please sign in to comment.