Skip to content

Commit df01234

Browse files
Bump rubocop-rails from 2.21.1 to 2.23.1
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.21.1 to 2.23.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.21.1...v2.23.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 548fbe3 commit df01234

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Gemfile.lock

+9-8
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
jbuilder (2.11.5)
115115
actionview (>= 5.0.0)
116116
activesupport (>= 5.0.0)
117-
json (2.6.3)
117+
json (2.7.1)
118118
language_server-protocol (3.17.0.3)
119119
listen (3.8.0)
120120
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -130,7 +130,7 @@ GEM
130130
marcel (1.0.2)
131131
method_source (1.0.0)
132132
mini_mime (1.1.5)
133-
minitest (5.22.1)
133+
minitest (5.22.2)
134134
msgpack (1.7.2)
135135
mutex_m (0.2.0)
136136
net-imap (0.4.10)
@@ -147,8 +147,8 @@ GEM
147147
racc (~> 1.4)
148148
nokogiri (1.16.2-x86_64-linux)
149149
racc (~> 1.4)
150-
parallel (1.23.0)
151-
parser (3.2.2.3)
150+
parallel (1.24.0)
151+
parser (3.3.0.5)
152152
ast (~> 2.4.1)
153153
racc
154154
pg (1.5.4)
@@ -209,7 +209,7 @@ GEM
209209
ffi (~> 1.0)
210210
rdoc (6.6.2)
211211
psych (>= 4.0.0)
212-
regexp_parser (2.8.1)
212+
regexp_parser (2.9.0)
213213
reline (0.4.2)
214214
io-console (~> 0.5)
215215
rexml (3.2.6)
@@ -243,7 +243,7 @@ GEM
243243
rubocop-ast (>= 1.28.1, < 2.0)
244244
ruby-progressbar (~> 1.7)
245245
unicode-display_width (>= 2.4.0, < 3.0)
246-
rubocop-ast (1.29.0)
246+
rubocop-ast (1.30.0)
247247
parser (>= 3.2.1.0)
248248
rubocop-capybara (2.18.0)
249249
rubocop (~> 1.41)
@@ -252,10 +252,11 @@ GEM
252252
rubocop-performance (1.18.0)
253253
rubocop (>= 1.7.0, < 2.0)
254254
rubocop-ast (>= 0.4.0)
255-
rubocop-rails (2.21.1)
255+
rubocop-rails (2.23.1)
256256
activesupport (>= 4.2.0)
257257
rack (>= 1.1)
258258
rubocop (>= 1.33.0, < 2.0)
259+
rubocop-ast (>= 1.30.0, < 2.0)
259260
rubocop-rake (0.6.0)
260261
rubocop (~> 1.0)
261262
rubocop-rspec (2.24.0)
@@ -277,7 +278,7 @@ GEM
277278
timeout (0.4.1)
278279
tzinfo (2.0.6)
279280
concurrent-ruby (~> 1.0)
280-
unicode-display_width (2.4.2)
281+
unicode-display_width (2.5.0)
281282
webrick (1.8.1)
282283
websocket-driver (0.7.6)
283284
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)