Skip to content

Commit f10c9b7

Browse files
dependabot[bot]noraj
authored andcommitted
build(deps-dev): bump rubocop from 1.78.0 to 1.79.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.78.0 to 1.79.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b30e65 commit f10c9b7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ end
2828

2929
# Needed for linting
3030
group :development, :lint do
31-
gem 'rubocop', '~> 1.78'
31+
gem 'rubocop', '~> 1.79'
3232
end
3333

3434
group :development, :docs do

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GEM
105105
gemoji (>= 3, < 5)
106106
html-pipeline (~> 2.2)
107107
jekyll (>= 3.0, < 5.0)
108-
json (2.12.2)
108+
json (2.13.1)
109109
kramdown (2.5.1)
110110
rexml (>= 3.3.9)
111111
kramdown-parser-gfm (1.1.0)
@@ -138,18 +138,19 @@ GEM
138138
regexp_parser (2.10.0)
139139
rexml (3.4.1)
140140
rouge (4.5.2)
141-
rubocop (1.78.0)
141+
rubocop (1.79.0)
142142
json (~> 2.3)
143143
language_server-protocol (~> 3.17.0.2)
144144
lint_roller (~> 1.1.0)
145145
parallel (~> 1.10)
146146
parser (>= 3.3.0.2)
147147
rainbow (>= 2.2.2, < 4.0)
148148
regexp_parser (>= 2.9.3, < 3.0)
149-
rubocop-ast (>= 1.45.1, < 2.0)
149+
rubocop-ast (>= 1.46.0, < 2.0)
150150
ruby-progressbar (~> 1.7)
151+
tsort (>= 0.2.0)
151152
unicode-display_width (>= 2.4.0, < 4.0)
152-
rubocop-ast (1.45.1)
153+
rubocop-ast (1.46.0)
153154
parser (>= 3.3.7.2)
154155
prism (~> 1.4)
155156
ruby-progressbar (1.13.0)
@@ -159,6 +160,7 @@ GEM
159160
securerandom (0.4.1)
160161
terminal-table (3.0.2)
161162
unicode-display_width (>= 1.1.1, < 3)
163+
tsort (0.2.0)
162164
tzinfo (2.0.6)
163165
concurrent-ruby (~> 1.0)
164166
unicode-display_width (2.6.0)
@@ -185,7 +187,7 @@ DEPENDENCIES
185187
jekyll-seo-tag (~> 2.6)
186188
minitest (~> 5.25)
187189
rake (~> 13.3)
188-
rubocop (~> 1.78)
190+
rubocop (~> 1.79)
189191
webrick (~> 1.9)
190192
yard (>= 0.9.37, < 0.10)
191193
yard-coderay (~> 0.1)

0 commit comments

Comments
 (0)