Skip to content

Commit 9d28d7a

Browse files
chore(deps-dev): bump rubocop from 1.24.1 to 1.25.0 (#316)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.24.1 to 1.25.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.24.1...v1.25.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d34eb6 commit 9d28d7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ end
2828
gem 'wdm', '~> 0.1.1', platforms: %i[mingw x64_mingw mswin]
2929

3030
group :development do
31-
gem 'rubocop', '~> 1.24'
31+
gem 'rubocop', '~> 1.25'
3232
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ GEM
152152
rouge (3.27.0)
153153
rss (0.2.9)
154154
rexml
155-
rubocop (1.24.1)
155+
rubocop (1.25.0)
156156
parallel (~> 1.10)
157-
parser (>= 3.0.0.0)
157+
parser (>= 3.1.0.0)
158158
rainbow (>= 2.2.2, < 4.0)
159159
regexp_parser (>= 1.8, < 3.0)
160160
rexml
@@ -195,7 +195,7 @@ DEPENDENCIES
195195
jekyll-sitemap
196196
jekyll-target-blank
197197
just-the-docs
198-
rubocop (~> 1.24)
198+
rubocop (~> 1.25)
199199
tzinfo (~> 2.0)
200200
tzinfo-data
201201
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)