Skip to content

Commit 5ba5dd3

Browse files
Bump rubocop from 1.30.1 to 1.79.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.1 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.30.1...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 21a8eb8 commit 5ba5dd3

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

Gemfile.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
algoliasearch (1.27.5)
1212
httpclient (~> 2.8, >= 2.8.3)
1313
json (>= 1.5.1)
14-
ast (2.4.2)
14+
ast (2.4.3)
1515
bacon (1.2.0)
1616
base64 (0.2.0)
1717
bigdecimal (3.1.8)
@@ -41,6 +41,8 @@ GEM
4141
kicker (3.0.0)
4242
listen (~> 1.3.0)
4343
notify (~> 0.5.2)
44+
language_server-protocol (3.17.0.5)
45+
lint_roller (1.1.0)
4446
listen (1.3.1)
4547
rb-fsevent (>= 0.9.3)
4648
rb-inotify (>= 0.9)
@@ -80,13 +82,14 @@ GEM
8082
mini_portile2 (~> 2.8.2)
8183
racc (~> 1.4)
8284
notify (0.5.2)
83-
parallel (1.26.3)
84-
parser (3.3.6.0)
85+
parallel (1.27.0)
86+
parser (3.3.9.0)
8587
ast (~> 2.4.1)
8688
racc
8789
pg (1.5.9)
8890
prettybacon (0.0.2)
8991
bacon (~> 1.2)
92+
prism (1.4.0)
9093
pry (0.14.2)
9194
coderay (~> 1.1)
9295
method_source (~> 1.0)
@@ -115,20 +118,23 @@ GEM
115118
ffi (~> 1.0)
116119
rb-kqueue (0.2.8)
117120
ffi (>= 0.5.0)
118-
regexp_parser (2.9.2)
119-
rexml (3.3.9)
121+
regexp_parser (2.10.0)
120122
rfc-822 (0.4.1)
121-
rubocop (1.30.1)
123+
rubocop (1.79.0)
124+
json (~> 2.3)
125+
language_server-protocol (~> 3.17.0.2)
126+
lint_roller (~> 1.1.0)
122127
parallel (~> 1.10)
123-
parser (>= 3.1.0.0)
128+
parser (>= 3.3.0.2)
124129
rainbow (>= 2.2.2, < 4.0)
125-
regexp_parser (>= 1.8, < 3.0)
126-
rexml (>= 3.2.5, < 4.0)
127-
rubocop-ast (>= 1.18.0, < 2.0)
130+
regexp_parser (>= 2.9.3, < 3.0)
131+
rubocop-ast (>= 1.46.0, < 2.0)
128132
ruby-progressbar (~> 1.7)
129-
unicode-display_width (>= 1.4.0, < 3.0)
130-
rubocop-ast (1.34.0)
131-
parser (>= 3.3.1.0)
133+
tsort (>= 0.2.0)
134+
unicode-display_width (>= 2.4.0, < 4.0)
135+
rubocop-ast (1.46.0)
136+
parser (>= 3.3.7.2)
137+
prism (~> 1.4)
132138
rubocop-performance (1.15.0)
133139
rubocop (>= 1.7.0, < 2.0)
134140
rubocop-ast (>= 0.4.0)
@@ -170,6 +176,7 @@ GEM
170176
thread_safe (0.3.6)
171177
tilt (2.4.0)
172178
timeout (0.4.3)
179+
tsort (0.2.0)
173180
typhoeus (1.4.0)
174181
ethon (>= 0.9.0)
175182
tzinfo (1.2.10)

0 commit comments

Comments
 (0)