Skip to content

Commit e2f033d

Browse files
Bump rubocop-rails from 2.25.1 to 2.26.0 (#818)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Santiago Bartesaghi <sbartesaghi@hotmail.com>
1 parent 9b582d5 commit e2f033d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ group :development do
6565
gem 'rubocop-capybara', '~> 2.21'
6666
gem 'rubocop-factory_bot', '~> 2.26', require: false
6767
gem 'rubocop-performance', '~> 1.21', require: false
68-
gem 'rubocop-rails', '~> 2.25', require: false
68+
gem 'rubocop-rails', '~> 2.26', require: false
6969
gem 'rubocop-rake', '~> 0.6.0', require: false
7070
gem 'rubocop-rspec', '~> 3.0', require: false
7171
gem 'rubocop-rspec_rails', '~> 2.30.0', require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,10 +532,10 @@ GEM
532532
rubocop-performance (1.21.1)
533533
rubocop (>= 1.48.1, < 2.0)
534534
rubocop-ast (>= 1.31.1, < 2.0)
535-
rubocop-rails (2.25.1)
535+
rubocop-rails (2.26.0)
536536
activesupport (>= 4.2.0)
537537
rack (>= 1.1)
538-
rubocop (>= 1.33.0, < 2.0)
538+
rubocop (>= 1.52.0, < 2.0)
539539
rubocop-ast (>= 1.31.1, < 2.0)
540540
rubocop-rake (0.6.0)
541541
rubocop (~> 1.0)
@@ -669,7 +669,7 @@ DEPENDENCIES
669669
rubocop-capybara (~> 2.21)
670670
rubocop-factory_bot (~> 2.26)
671671
rubocop-performance (~> 1.21)
672-
rubocop-rails (~> 2.25)
672+
rubocop-rails (~> 2.26)
673673
rubocop-rake (~> 0.6.0)
674674
rubocop-rspec (~> 3.0)
675675
rubocop-rspec_rails (~> 2.30.0)

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
FactoryBot.factories.clear
1919
FactoryBot.reload
2020

21-
Dir[Rails.root.join('spec/support/**/*.rb')].each { |file| require file }
21+
Rails.root.glob('spec/support/**/*.rb').each { |file| require file }
2222

2323
browser = ENV.fetch('SELENIUM_BROWSER', 'chrome')
2424

0 commit comments

Comments
 (0)