Skip to content

Commit a3dd0ff

Browse files
dependabot[bot]noraj
authored andcommitted
build(deps-dev): bump rake from 13.2.1 to 13.3.0
Bumps [rake](https://github.com/ruby/rake) from 13.2.1 to 13.3.0. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](ruby/rake@v13.2.1...v13.3.0) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e33ba0 commit a3dd0ff

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
@@ -23,7 +23,7 @@ end
2323
# Needed to run tests
2424
group :development, :test do
2525
gem 'minitest', '~> 5.25'
26-
gem 'rake', '~> 13.2'
26+
gem 'rake', '~> 13.3'
2727
end
2828

2929
# Needed for linting

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ GEM
132132
public_suffix (5.1.1)
133133
racc (1.8.1)
134134
rainbow (3.1.1)
135-
rake (13.2.1)
135+
rake (13.3.0)
136136
rb-fsevent (0.11.2)
137137
rb-inotify (0.11.1)
138138
ffi (~> 1.0)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
jekyll-readme-index (~> 0.3.0)
186186
jekyll-seo-tag (~> 2.6)
187187
minitest (~> 5.25)
188-
rake (~> 13.2)
188+
rake (~> 13.3)
189189
rubocop (~> 1.75)
190190
webrick (~> 1.9)
191191
yard (>= 0.9.37, < 0.10)

0 commit comments

Comments
 (0)