Skip to content

Commit 582bf86

Browse files
Bump rake from 13.3.0 to 13.3.1
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] <support@github.com>
1 parent 3d90927 commit 582bf86

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
@@ -33,7 +33,7 @@ gem 'liquid', '~> 4.0'
3333

3434
# Check-up Tests
3535
gem 'html-proofer', '~> 5.0'
36-
gem 'rake', '~> 13.2'
36+
gem 'rake', '~> 13.3'
3737
gem 'minitest', '~> 5.25'
3838

3939
# Performance

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ GEM
305305
public_suffix (5.1.1)
306306
racc (1.8.1)
307307
rainbow (3.1.1)
308-
rake (13.3.0)
308+
rake (13.3.1)
309309
rb-fsevent (0.11.2)
310310
rb-inotify (0.11.1)
311311
ffi (~> 1.0)
@@ -362,7 +362,7 @@ DEPENDENCIES
362362
jekyll-sitemap (~> 1.4)
363363
liquid (~> 4.0)
364364
minitest (~> 5.25)
365-
rake (~> 13.2)
365+
rake (~> 13.3)
366366
tzinfo (~> 2.0)
367367
tzinfo-data (~> 1.2024)
368368
wdm (~> 0.1)

0 commit comments

Comments
 (0)