Skip to content

Commit

Permalink
Merge pull request #1435 from CouchofTomato/dependabot/bundler/main/r…
Browse files Browse the repository at this point in the history
…ubocop-1.67.0

chore: bump rubocop from 1.66.1 to 1.67.0
  • Loading branch information
CouchofTomato authored Oct 21, 2024
2 parents 5198c40 + a0e77d4 commit 70cbbaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ group :development, :test do
gem "byebug", platforms: %i[mri mingw x64_mingw]
gem "factory_bot_rails", "~> 6.4"
gem "rspec-rails", "~> 7.0.1"
gem "rubocop", "~> 1.66", require: false
gem "rubocop", "~> 1.67", require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-factory_bot', require: false
gem "rubocop-performance", "~> 1.22", require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -416,7 +416,7 @@ DEPENDENCIES
redis (~> 5.3)
redis-session-store (~> 0.11.4)
rspec-rails (~> 7.0.1)
rubocop (~> 1.66)
rubocop (~> 1.67)
rubocop-capybara
rubocop-factory_bot
rubocop-performance (~> 1.22)
Expand Down
3 changes: 1 addition & 2 deletions app/components/health_policy_comparison_select_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def core_product_modules_viewable
end

def elective_product_modules_viewable
core_product_modules_viewable && health_insurance_policy.core_product_module &&
health_insurance_policy.core_product_module.elective_product_modules.any?
core_product_modules_viewable && health_insurance_policy.core_product_module&.elective_product_modules&.any?
end

def active_elective_product_module_categories
Expand Down

0 comments on commit 70cbbaa

Please sign in to comment.