Skip to content

Commit

Permalink
Bump rake from 10.3.2 to 12.2.1
Browse files Browse the repository at this point in the history
Bumps [rake](https://github.com/ruby/rake) from 10.3.2 to 12.2.1.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](ruby/rake@v10.3.2...v12.2.1)

---
updated-dependencies:
- dependency-name: rake
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 0eca75d commit 27ca8f8
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
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rake", "~> 10.3.2"
gem "rake", "~> 12.2.1"
gem "minitest", "~> 5.3.5"
gem "i18n", "~> 1.8.5"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
i18n (1.8.5)
concurrent-ruby (~> 1.0)
minitest (5.3.5)
rake (10.3.2)
rake (12.2.1)

PLATFORMS
ruby
Expand All @@ -19,7 +19,7 @@ DEPENDENCIES
gemoji!
i18n (~> 1.8.5)
minitest (~> 5.3.5)
rake (~> 10.3.2)
rake (~> 12.2.1)

BUNDLED WITH
2.4.10

0 comments on commit 27ca8f8

Please sign in to comment.