Skip to content

Commit

Permalink
Merge pull request #67 from saturnflyer/dependabot/bundler/rake-13.2.1
Browse files Browse the repository at this point in the history
Bump rake from 13.1.0 to 13.2.1
  • Loading branch information
saturnflyer authored Nov 15, 2024
2 parents d96e078 + f970dd3 commit 2f91868
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 @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "rake", "~> 13.1"
gem "rake", "~> 13.2"
gem "minitest", "~> 5.23"
gem "simplecov", require: false, group: :test
gem "standard"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GEM
racc
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
regexp_parser (2.8.2)
reline (0.3.3)
io-console (~> 0.5)
Expand Down Expand Up @@ -79,7 +79,7 @@ DEPENDENCIES
debug
direct!
minitest (~> 5.23)
rake (~> 13.1)
rake (~> 13.2)
simplecov
standard

Expand Down

0 comments on commit 2f91868

Please sign in to comment.