Skip to content

Commit abe293e

Browse files
Bump rake from 13.3.0 to 13.3.1 (#3124)
Bumps [rake](https://github.com/ruby/rake) from 13.3.0 to 13.3.1. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.3.0...v13.3.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5fcd9e9 commit abe293e

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
@@ -8,7 +8,7 @@ gemspec
88
gem 'benchmark'
99
gem 'minitest', '5.25.5'
1010
gem 'pry', '0.15.2'
11-
gem 'rake', '13.3.0'
11+
gem 'rake', '13.3.1'
1212
gem 'rubocop', '1.75.4'
1313
gem 'rubocop-minitest', '0.38.1'
1414
gem 'rubocop-rake', '0.7.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GEM
3030
method_source (~> 1.0)
3131
racc (1.8.1)
3232
rainbow (3.1.1)
33-
rake (13.3.0)
33+
rake (13.3.1)
3434
regexp_parser (2.10.0)
3535
rubocop (1.75.4)
3636
json (~> 2.3)
@@ -77,7 +77,7 @@ DEPENDENCIES
7777
faker!
7878
minitest (= 5.25.5)
7979
pry (= 0.15.2)
80-
rake (= 13.3.0)
80+
rake (= 13.3.1)
8181
rubocop (= 1.75.4)
8282
rubocop-minitest (= 0.38.1)
8383
rubocop-rake (= 0.7.1)

0 commit comments

Comments
 (0)