Skip to content

Commit c5d5521

Browse files
build(deps-dev): bump rubocop-rails from 2.34.3 to 2.35.4
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.34.3 to 2.35.4. - [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.4) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.35.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d80b87 commit c5d5521

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.87.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
@@ -195,7 +195,7 @@ GEM
195195
domain_name (~> 0.5)
196196
httpclient (2.9.0)
197197
mutex_m
198-
i18n (1.15.0)
198+
i18n (1.15.1)
199199
concurrent-ruby (~> 1.0)
200200
io-console (0.8.2)
201201
ipaddress (0.8.3)
@@ -414,7 +414,7 @@ GEM
414414
rubocop-factory_bot (2.28.0)
415415
lint_roller (~> 1.1)
416416
rubocop (~> 1.72, >= 1.72.1)
417-
rubocop-rails (2.34.3)
417+
rubocop-rails (2.35.4)
418418
activesupport (>= 4.2.0)
419419
lint_roller (~> 1.1)
420420
rack (>= 1.1)
@@ -593,7 +593,7 @@ DEPENDENCIES
593593
rubocop (~> 1.87.0)
594594
rubocop-capybara
595595
rubocop-factory_bot
596-
rubocop-rails (~> 2.34)
596+
rubocop-rails (~> 2.35)
597597
rubocop-rspec (~> 3.10)
598598
rubocop-rspec_rails
599599
rubocop-sequel (~> 0.4.1)

0 commit comments

Comments
 (0)