Skip to content

Commit 0e2a29d

Browse files
Bump rubocop-factory_bot from 2.26.1 to 2.27.0
Bumps [rubocop-factory_bot](https://github.com/rubocop/rubocop-factory_bot) from 2.26.1 to 2.27.0. - [Release notes](https://github.com/rubocop/rubocop-factory_bot/releases) - [Changelog](https://github.com/rubocop/rubocop-factory_bot/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-factory_bot@v2.26.1...v2.27.0) --- updated-dependencies: - dependency-name: rubocop-factory_bot dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0ca96b commit 0e2a29d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ group :development, :test do
3434
gem 'pry', '~> 0.15.2'
3535
gem 'rspec_api_documentation', github: 'SchoolKeep/rspec_api_documentation', ref: '13df1ac'
3636
gem 'rubocop', '~> 1.71', require: false
37-
gem 'rubocop-factory_bot', '~> 2.26', require: false
37+
gem 'rubocop-factory_bot', '~> 2.27', require: false
3838
gem 'rubocop-performance', '~> 1.23', require: false
3939
gem 'rubocop-rails', '~> 2.29', require: false
4040
gem 'rubocop-rspec_rails', '~> 2.30', require: false

Gemfile.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,11 @@ GEM
342342
rubocop-ast (>= 1.38.0, < 2.0)
343343
ruby-progressbar (~> 1.7)
344344
unicode-display_width (>= 2.4.0, < 4.0)
345-
rubocop-ast (1.38.0)
345+
rubocop-ast (1.38.1)
346346
parser (>= 3.3.1.0)
347-
rubocop-factory_bot (2.26.1)
348-
rubocop (~> 1.61)
347+
rubocop-factory_bot (2.27.0)
348+
lint_roller (~> 1.1)
349+
rubocop (~> 1.72, >= 1.72.1)
349350
rubocop-performance (1.24.0)
350351
lint_roller (~> 1.1)
351352
rubocop (>= 1.72.1, < 2.0)
@@ -443,7 +444,7 @@ DEPENDENCIES
443444
rspec-sidekiq (~> 5.0)
444445
rspec_api_documentation!
445446
rubocop (~> 1.71)
446-
rubocop-factory_bot (~> 2.26)
447+
rubocop-factory_bot (~> 2.27)
447448
rubocop-performance (~> 1.23)
448449
rubocop-rails (~> 2.29)
449450
rubocop-rspec_rails (~> 2.30)

0 commit comments

Comments
 (0)