Skip to content

Commit cc0728d

Browse files
build(deps-dev): bump rubocop-rails from 2.26.2 to 2.27.0 (#4046)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.26.2 to 2.27.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.26.2...v2.27.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d81aed8 commit cc0728d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ group :test do
8888
gem 'rubocop', '~> 1.67.0'
8989
gem 'rubocop-capybara'
9090
gem 'rubocop-factory_bot'
91-
gem 'rubocop-rails', '~> 2.26'
91+
gem 'rubocop-rails', '~> 2.27'
9292
gem 'rubocop-rspec', '~> 3.2'
9393
gem 'rubocop-rspec_rails'
9494
gem 'rubocop-sequel', '~> 0.3.4'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ GEM
487487
rubocop (~> 1.41)
488488
rubocop-factory_bot (2.26.1)
489489
rubocop (~> 1.61)
490-
rubocop-rails (2.26.2)
490+
rubocop-rails (2.27.0)
491491
activesupport (>= 4.2.0)
492492
rack (>= 1.1)
493493
rubocop (>= 1.52.0, < 2.0)
@@ -662,7 +662,7 @@ DEPENDENCIES
662662
rubocop (~> 1.67.0)
663663
rubocop-capybara
664664
rubocop-factory_bot
665-
rubocop-rails (~> 2.26)
665+
rubocop-rails (~> 2.27)
666666
rubocop-rspec (~> 3.2)
667667
rubocop-rspec_rails
668668
rubocop-sequel (~> 0.3.4)

0 commit comments

Comments
 (0)