Skip to content

Commit

Permalink
Merge pull request #10 from ceritium/dependabot/bundler/rake-13.2.0
Browse files Browse the repository at this point in the history
Bump rake from 13.1.0 to 13.2.0
  • Loading branch information
ceritium authored Apr 2, 2024
2 parents 3b44a12 + 1a2a1ee commit 6ae9707
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 @@ -6,7 +6,7 @@ source "https://rubygems.org"
gemspec

gem "minitest", "~> 5.22"
gem "rake", "~> 13.0"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.62"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-performance", "~> 1.21"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
Expand Down Expand Up @@ -52,7 +52,7 @@ PLATFORMS
DEPENDENCIES
flatito!
minitest (~> 5.22)
rake (~> 13.0)
rake (~> 13.2)
rubocop (~> 1.62)
rubocop-minitest (~> 0.35)
rubocop-performance (~> 1.21)
Expand Down

0 comments on commit 6ae9707

Please sign in to comment.