Merge pull request #6034 from consuldemocracy/dependabot/bundler/rubocop-factory_bot-2.27.1
Bump rubocop-factory_bot from 2.26.1 to 2.27.1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
plugins:
|
||||
- rubocop-factory_bot
|
||||
require:
|
||||
- rubocop-capybara
|
||||
- rubocop-factory_bot
|
||||
- rubocop-performance
|
||||
- rubocop-rails
|
||||
- rubocop-rspec
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -105,7 +105,7 @@ group :development do
|
||||
gem "pronto-stylelint", "~> 0.11.1", require: false
|
||||
gem "rubocop", "~> 1.76.1", require: false
|
||||
gem "rubocop-capybara", "~> 2.21.0", require: false
|
||||
gem "rubocop-factory_bot", "~> 2.26.1", require: false
|
||||
gem "rubocop-factory_bot", "~> 2.27.1", require: false
|
||||
gem "rubocop-performance", "~> 1.23.1", require: false
|
||||
gem "rubocop-rails", "~> 2.29.1", require: false
|
||||
gem "rubocop-rspec", "~> 3.4.0", require: false
|
||||
|
||||
19
Gemfile.lock
19
Gemfile.lock
@@ -500,7 +500,7 @@ GEM
|
||||
pp (0.6.3)
|
||||
prettyprint
|
||||
prettyprint (0.2.0)
|
||||
prism (1.4.0)
|
||||
prism (1.6.0)
|
||||
pronto (0.11.4)
|
||||
gitlab (>= 4.4.0, < 5.0)
|
||||
httparty (>= 0.13.7, < 1.0)
|
||||
@@ -592,7 +592,7 @@ GEM
|
||||
recipient_interceptor (0.3.3)
|
||||
mail
|
||||
redcarpet (3.6.1)
|
||||
regexp_parser (2.10.0)
|
||||
regexp_parser (2.11.3)
|
||||
reline (0.6.2)
|
||||
io-console (~> 0.5)
|
||||
request_store (1.7.0)
|
||||
@@ -636,13 +636,14 @@ GEM
|
||||
rubocop-ast (>= 1.45.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.45.1)
|
||||
rubocop-ast (1.47.1)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
rubocop-capybara (2.21.0)
|
||||
rubocop (~> 1.41)
|
||||
rubocop-factory_bot (2.26.1)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-factory_bot (2.27.1)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop (~> 1.72, >= 1.72.1)
|
||||
rubocop-performance (1.23.1)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
@@ -761,9 +762,9 @@ GEM
|
||||
concurrent-ruby (~> 1.0)
|
||||
uglifier (4.2.1)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
unicode-display_width (3.1.4)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
unicode-display_width (3.2.0)
|
||||
unicode-emoji (~> 4.1)
|
||||
unicode-emoji (4.1.0)
|
||||
uri (1.1.1)
|
||||
validate_url (1.0.15)
|
||||
activemodel (>= 3.0.0)
|
||||
@@ -885,7 +886,7 @@ DEPENDENCIES
|
||||
rspec-rails (~> 7.1.1)
|
||||
rubocop (~> 1.76.1)
|
||||
rubocop-capybara (~> 2.21.0)
|
||||
rubocop-factory_bot (~> 2.26.1)
|
||||
rubocop-factory_bot (~> 2.27.1)
|
||||
rubocop-performance (~> 1.23.1)
|
||||
rubocop-rails (~> 2.29.1)
|
||||
rubocop-rspec (~> 3.4.0)
|
||||
|
||||
Reference in New Issue
Block a user