Skip to content

Commit aa8def7

Browse files
Bump rubocop-rails from 2.28.0 to 2.29.0 in the rubocop group
Bumps the rubocop group with 1 update: [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `rubocop-rails` from 2.28.0 to 2.29.0 - [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.28.0...v2.29.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b49d5f5 commit aa8def7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ group :development do
5858
gem 'annotaterb', '~> 4.13', require: false
5959
gem 'brakeman', require: false
6060
gem 'rubocop-minitest', '~> 0.36.0', require: false
61-
gem 'rubocop-rails', '~> 2.28', require: false
61+
gem 'rubocop-rails', '~> 2.29', require: false
6262
gem 'web-console'
6363
end
6464

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ GEM
9494
rack-test (>= 0.6.3)
9595
regexp_parser (>= 1.5, < 3.0)
9696
xpath (~> 3.2)
97-
concurrent-ruby (1.3.4)
98-
connection_pool (2.4.1)
97+
concurrent-ruby (1.3.5)
98+
connection_pool (2.5.0)
9999
crass (1.0.6)
100100
cssbundling-rails (1.4.1)
101101
railties (>= 6.0.0)
@@ -156,7 +156,7 @@ GEM
156156
json (2.9.1)
157157
jwt (2.7.1)
158158
language_server-protocol (3.17.0.3)
159-
logger (1.6.4)
159+
logger (1.6.5)
160160
loofah (2.23.1)
161161
crass (~> 1.0.2)
162162
nokogiri (>= 1.12.0)
@@ -192,7 +192,7 @@ GEM
192192
multi_xml (~> 0.5)
193193
rack (>= 1.2, < 4)
194194
parallel (1.26.3)
195-
parser (3.3.6.0)
195+
parser (3.3.7.0)
196196
ast (~> 2.4.1)
197197
racc
198198
pg (1.5.9)
@@ -255,7 +255,7 @@ GEM
255255
reline (0.6.0)
256256
io-console (~> 0.5)
257257
rexml (3.3.7)
258-
rubocop (1.69.2)
258+
rubocop (1.70.0)
259259
json (~> 2.3)
260260
language_server-protocol (>= 3.17.0)
261261
parallel (~> 1.10)
@@ -270,7 +270,7 @@ GEM
270270
rubocop-minitest (0.36.0)
271271
rubocop (>= 1.61, < 2.0)
272272
rubocop-ast (>= 1.31.1, < 2.0)
273-
rubocop-rails (2.28.0)
273+
rubocop-rails (2.29.0)
274274
activesupport (>= 4.2.0)
275275
rack (>= 1.1)
276276
rubocop (>= 1.52.0, < 2.0)
@@ -303,7 +303,7 @@ GEM
303303
timeout (0.4.3)
304304
tzinfo (2.0.6)
305305
concurrent-ruby (~> 1.0)
306-
unicode-display_width (3.1.3)
306+
unicode-display_width (3.1.4)
307307
unicode-emoji (~> 4.0, >= 4.0.4)
308308
unicode-emoji (4.0.4)
309309
uri (1.0.2)
@@ -343,7 +343,7 @@ DEPENDENCIES
343343
rack-cors
344344
rails (~> 8.0.1)
345345
rubocop-minitest (~> 0.36.0)
346-
rubocop-rails (~> 2.28)
346+
rubocop-rails (~> 2.29)
347347
rugged
348348
selenium-webdriver
349349
sentry-rails

0 commit comments

Comments
 (0)