Skip to content

Commit 3919dd9

Browse files
dependabot[bot]bbenno
authored andcommitted
Bump rake from 13.1.0 to 13.2.1
Bumps [rake](https://github.com/ruby/rake) from 13.1.0 to 13.2.1. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.1.0...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c43bad commit 3919dd9

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 @@ source 'https://rubygems.org'
66
gemspec
77

88
gem 'minitest', '~> 5.25'
9-
gem 'rake', '~> 13.1'
9+
gem 'rake', '~> 13.2'
1010
gem 'rubocop', '~> 1.68'
1111
gem 'rubocop-minitest', '~> 0.36.0'
1212
gem 'rubocop-rake', '~> 0.6.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GEM
1616
racc
1717
racc (1.8.1)
1818
rainbow (3.1.1)
19-
rake (13.1.0)
19+
rake (13.2.1)
2020
regexp_parser (2.9.2)
2121
rubocop (1.68.0)
2222
json (~> 2.3)
@@ -44,7 +44,7 @@ PLATFORMS
4444
DEPENDENCIES
4545
human_languages!
4646
minitest (~> 5.25)
47-
rake (~> 13.1)
47+
rake (~> 13.2)
4848
rubocop (~> 1.68)
4949
rubocop-minitest (~> 0.36.0)
5050
rubocop-rake (~> 0.6.0)

0 commit comments

Comments
 (0)