Skip to content

Commit 8fa6c9c

Browse files
build(deps-dev): bump rubocop-rails from 2.30.3 to 2.31.0 (#4314)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.30.3 to 2.31.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.30.3...v2.31.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.31.0 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 d08e00a commit 8fa6c9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ group :test do
8686
gem 'rubocop', '~> 1.75.2'
8787
gem 'rubocop-capybara'
8888
gem 'rubocop-factory_bot'
89-
gem 'rubocop-rails', '~> 2.30'
89+
gem 'rubocop-rails', '~> 2.31'
9090
gem 'rubocop-rspec', '~> 3.4'
9191
gem 'rubocop-rspec_rails'
9292
gem 'rubocop-sequel', '~> 0.4.1'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
simplecov (<= 0.13)
125125
coderay (1.1.3)
126126
concurrent-ruby (1.3.5)
127-
connection_pool (2.5.0)
127+
connection_pool (2.5.1)
128128
crack (1.0.0)
129129
bigdecimal
130130
rexml
@@ -489,11 +489,11 @@ GEM
489489
rubocop-factory_bot (2.27.1)
490490
lint_roller (~> 1.1)
491491
rubocop (~> 1.72, >= 1.72.1)
492-
rubocop-rails (2.30.3)
492+
rubocop-rails (2.31.0)
493493
activesupport (>= 4.2.0)
494494
lint_roller (~> 1.1)
495495
rack (>= 1.1)
496-
rubocop (>= 1.72.1, < 2.0)
496+
rubocop (>= 1.75.0, < 2.0)
497497
rubocop-ast (>= 1.38.0, < 2.0)
498498
rubocop-rspec (3.5.0)
499499
lint_roller (~> 1.1)
@@ -674,7 +674,7 @@ DEPENDENCIES
674674
rubocop (~> 1.75.2)
675675
rubocop-capybara
676676
rubocop-factory_bot
677-
rubocop-rails (~> 2.30)
677+
rubocop-rails (~> 2.31)
678678
rubocop-rspec (~> 3.4)
679679
rubocop-rspec_rails
680680
rubocop-sequel (~> 0.4.1)

0 commit comments

Comments
 (0)