Skip to content

Commit 9de570b

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.80'
31+
gem 'rubocop', '~> 1.81'
3232
end
3333

3434
group :development, :docs do

Gemfile.lock

Lines changed: 7 additions & 7 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.13.2)
108+
json (2.15.0)
109109
kramdown (2.5.1)
110110
rexml (>= 3.3.9)
111111
kramdown-parser-gfm (1.1.0)
@@ -127,29 +127,29 @@ GEM
127127
racc
128128
pathutil (0.16.2)
129129
forwardable-extended (~> 2.6)
130-
prism (1.4.0)
130+
prism (1.5.1)
131131
public_suffix (6.0.2)
132132
racc (1.8.1)
133133
rainbow (3.1.1)
134134
rake (13.3.0)
135135
rb-fsevent (0.11.2)
136136
rb-inotify (0.11.1)
137137
ffi (~> 1.0)
138-
regexp_parser (2.11.2)
138+
regexp_parser (2.11.3)
139139
rexml (3.4.1)
140140
rouge (4.5.2)
141-
rubocop (1.80.2)
141+
rubocop (1.81.1)
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.46.0, < 2.0)
149+
rubocop-ast (>= 1.47.1, < 2.0)
150150
ruby-progressbar (~> 1.7)
151151
unicode-display_width (>= 2.4.0, < 4.0)
152-
rubocop-ast (1.46.0)
152+
rubocop-ast (1.47.1)
153153
parser (>= 3.3.7.2)
154154
prism (~> 1.4)
155155
ruby-progressbar (1.13.0)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
jekyll-seo-tag (~> 2.6)
186186
minitest (~> 5.25)
187187
rake (~> 13.3)
188-
rubocop (~> 1.80)
188+
rubocop (~> 1.81)
189189
webrick (~> 1.9)
190190
yard (>= 0.9.37, < 0.10)
191191
yard-coderay (~> 0.1)

0 commit comments

Comments
 (0)