Skip to content

Commit d70e950

Browse files
authored
Merge pull request #310 from oauth-xx/dependabot/bundler/rubocop-packaging-0.6.0
Bump rubocop-packaging from 0.5.1 to 0.6.0
2 parents a67faed + 807089d commit d70e950

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

Gemfile.lock

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GEM
1111
specs:
1212
addressable (2.8.7)
1313
public_suffix (>= 2.0.2, < 7.0)
14-
ast (2.4.2)
14+
ast (2.4.3)
1515
bigdecimal (3.1.9)
1616
byebug (11.1.3)
1717
childprocess (4.1.0)
@@ -49,8 +49,8 @@ GEM
4949
http_parser.rb (0.8.0)
5050
iconv (1.0.8)
5151
iniparse (1.5.0)
52-
json (2.6.2)
53-
language_server-protocol (3.17.0.3)
52+
json (2.12.0)
53+
language_server-protocol (3.17.0.5)
5454
lint_roller (1.1.0)
5555
method_source (1.0.0)
5656
mime-types (3.4.1)
@@ -65,10 +65,11 @@ GEM
6565
childprocess (>= 0.6.3, < 5)
6666
iniparse (~> 1.4)
6767
rexml (~> 3.2)
68-
parallel (1.26.3)
69-
parser (3.3.5.0)
68+
parallel (1.27.0)
69+
parser (3.3.8.0)
7070
ast (~> 2.4.1)
7171
racc
72+
prism (1.4.0)
7273
pry (0.14.1)
7374
coderay (~> 1.1)
7475
method_source (~> 1.0)
@@ -83,25 +84,27 @@ GEM
8384
rainbow (3.1.1)
8485
rake (13.0.6)
8586
redcarpet (3.6.0)
86-
regexp_parser (2.9.2)
87+
regexp_parser (2.10.0)
8788
rest-client (2.1.0)
8889
http-accept (>= 1.7.0, < 2.0)
8990
http-cookie (>= 1.0.2, < 2.0)
9091
mime-types (>= 1.16, < 4.0)
9192
netrc (~> 0.8)
9293
rexml (3.4.1)
93-
rubocop (1.66.1)
94+
rubocop (1.75.6)
9495
json (~> 2.3)
95-
language_server-protocol (>= 3.17.0)
96+
language_server-protocol (~> 3.17.0.2)
97+
lint_roller (~> 1.1.0)
9698
parallel (~> 1.10)
9799
parser (>= 3.3.0.2)
98100
rainbow (>= 2.2.2, < 4.0)
99-
regexp_parser (>= 2.4, < 3.0)
100-
rubocop-ast (>= 1.32.2, < 2.0)
101+
regexp_parser (>= 2.9.3, < 3.0)
102+
rubocop-ast (>= 1.44.0, < 2.0)
101103
ruby-progressbar (~> 1.7)
102-
unicode-display_width (>= 2.4.0, < 3.0)
103-
rubocop-ast (1.32.3)
104-
parser (>= 3.3.1.0)
104+
unicode-display_width (>= 2.4.0, < 4.0)
105+
rubocop-ast (1.44.1)
106+
parser (>= 3.3.7.2)
107+
prism (~> 1.4)
105108
rubocop-gradual (0.3.6)
106109
diff-lcs (>= 1.2.0, < 2.0)
107110
diffy (~> 3.0)
@@ -117,8 +120,9 @@ GEM
117120
rubocop-minitest (0.36.0)
118121
rubocop (>= 1.61, < 2.0)
119122
rubocop-ast (>= 1.31.1, < 2.0)
120-
rubocop-packaging (0.5.1)
121-
rubocop (>= 0.89, < 2.0)
123+
rubocop-packaging (0.6.0)
124+
lint_roller (~> 1.1.0)
125+
rubocop (>= 1.72.1, < 2.0)
122126
rubocop-performance (1.21.1)
123127
rubocop (>= 1.48.1, < 2.0)
124128
rubocop-ast (>= 1.31.1, < 2.0)
@@ -175,7 +179,9 @@ GEM
175179
unf (0.1.4)
176180
unf_ext
177181
unf_ext (0.0.8.2)
178-
unicode-display_width (2.5.0)
182+
unicode-display_width (3.1.4)
183+
unicode-emoji (~> 4.0, >= 4.0.4)
184+
unicode-emoji (4.0.4)
179185
version_gem (1.1.4)
180186
webmock (3.25.1)
181187
addressable (>= 2.8.0)

0 commit comments

Comments
 (0)