Skip to content

Commit 5e673b7

Browse files
Bump rubocop-rails from 2.24.1 to 2.29.1
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.24.1 to 2.29.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.24.1...v2.29.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 3837f44 commit 5e673b7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,16 @@ GEM
7979
tzinfo (~> 2.0)
8080
ast (2.4.2)
8181
base64 (0.2.0)
82-
bigdecimal (3.1.8)
82+
bigdecimal (3.1.9)
8383
bootsnap (1.18.3)
8484
msgpack (~> 1.2)
8585
brakeman (6.2.2)
8686
racc
8787
builder (3.3.0)
8888
byebug (11.1.3)
8989
coderay (1.1.3)
90-
concurrent-ruby (1.3.4)
91-
connection_pool (2.4.1)
90+
concurrent-ruby (1.3.5)
91+
connection_pool (2.5.0)
9292
crass (1.0.6)
9393
date (3.3.4)
9494
diff-lcs (1.5.1)
@@ -105,7 +105,7 @@ GEM
105105
ffi (1.16.3)
106106
globalid (1.2.1)
107107
activesupport (>= 6.1)
108-
i18n (1.14.6)
108+
i18n (1.14.7)
109109
concurrent-ruby (~> 1.0)
110110
io-console (0.7.2)
111111
irb (1.14.1)
@@ -114,7 +114,7 @@ GEM
114114
jbuilder (2.13.0)
115115
actionview (>= 5.0.0)
116116
activesupport (>= 5.0.0)
117-
json (2.9.0)
117+
json (2.9.1)
118118
language_server-protocol (3.17.0.3)
119119
listen (3.9.0)
120120
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -131,9 +131,9 @@ GEM
131131
marcel (1.0.2)
132132
method_source (1.0.0)
133133
mini_mime (1.1.5)
134-
minitest (5.25.1)
134+
minitest (5.25.4)
135135
msgpack (1.7.2)
136-
mutex_m (0.2.0)
136+
mutex_m (0.3.0)
137137
net-imap (0.4.10)
138138
date
139139
net-protocol
@@ -149,7 +149,7 @@ GEM
149149
nokogiri (1.16.8-x86_64-linux)
150150
racc (~> 1.4)
151151
parallel (1.26.3)
152-
parser (3.3.6.0)
152+
parser (3.3.7.0)
153153
ast (~> 2.4.1)
154154
racc
155155
pg (1.5.9)
@@ -209,7 +209,7 @@ GEM
209209
ffi (~> 1.0)
210210
rdoc (6.7.0)
211211
psych (>= 4.0.0)
212-
regexp_parser (2.9.3)
212+
regexp_parser (2.10.0)
213213
reline (0.5.11)
214214
io-console (~> 0.5)
215215
rexml (3.3.9)
@@ -241,7 +241,7 @@ GEM
241241
rubocop-ast (>= 1.36.2, < 2.0)
242242
ruby-progressbar (~> 1.7)
243243
unicode-display_width (>= 2.4.0, < 4.0)
244-
rubocop-ast (1.36.2)
244+
rubocop-ast (1.37.0)
245245
parser (>= 3.3.1.0)
246246
rubocop-capybara (2.18.0)
247247
rubocop (~> 1.41)
@@ -250,10 +250,10 @@ GEM
250250
rubocop-performance (1.23.0)
251251
rubocop (>= 1.48.1, < 2.0)
252252
rubocop-ast (>= 1.31.1, < 2.0)
253-
rubocop-rails (2.24.1)
253+
rubocop-rails (2.29.1)
254254
activesupport (>= 4.2.0)
255255
rack (>= 1.1)
256-
rubocop (>= 1.33.0, < 2.0)
256+
rubocop (>= 1.52.0, < 2.0)
257257
rubocop-ast (>= 1.31.1, < 2.0)
258258
rubocop-rake (0.6.0)
259259
rubocop (~> 1.0)
@@ -282,7 +282,7 @@ GEM
282282
timeout (0.4.1)
283283
tzinfo (2.0.6)
284284
concurrent-ruby (~> 1.0)
285-
unicode-display_width (3.1.2)
285+
unicode-display_width (3.1.4)
286286
unicode-emoji (~> 4.0, >= 4.0.4)
287287
unicode-emoji (4.0.4)
288288
watir (7.3.0)

0 commit comments

Comments
 (0)