Skip to content

Commit 592ff05

Browse files
build(deps-dev): bump rubocop-rails from 2.34.3 to 2.35.5
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.34.3 to 2.35.5. - [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.34.3...v2.35.5) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.35.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 020bc56 commit 592ff05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ group :test do
7474
gem 'rubocop', '~> 1.88.0'
7575
gem 'rubocop-capybara'
7676
gem 'rubocop-factory_bot'
77-
gem 'rubocop-rails', '~> 2.34'
77+
gem 'rubocop-rails', '~> 2.35'
7878
gem 'rubocop-rspec', '~> 3.10'
7979
gem 'rubocop-rspec_rails'
8080
gem 'rubocop-sequel', '~> 0.4.1'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ GEM
198198
domain_name (~> 0.5)
199199
httpclient (2.9.0)
200200
mutex_m
201-
i18n (1.15.1)
201+
i18n (1.15.2)
202202
concurrent-ruby (~> 1.0)
203203
io-console (0.8.2)
204204
ipaddress (0.8.3)
@@ -422,7 +422,7 @@ GEM
422422
rubocop-factory_bot (2.28.0)
423423
lint_roller (~> 1.1)
424424
rubocop (~> 1.72, >= 1.72.1)
425-
rubocop-rails (2.34.3)
425+
rubocop-rails (2.35.5)
426426
activesupport (>= 4.2.0)
427427
lint_roller (~> 1.1)
428428
rack (>= 1.1)
@@ -610,7 +610,7 @@ DEPENDENCIES
610610
rubocop (~> 1.88.0)
611611
rubocop-capybara
612612
rubocop-factory_bot
613-
rubocop-rails (~> 2.34)
613+
rubocop-rails (~> 2.35)
614614
rubocop-rspec (~> 3.10)
615615
rubocop-rspec_rails
616616
rubocop-sequel (~> 0.4.1)

0 commit comments

Comments
 (0)