Skip to content

Commit

Permalink
Merge pull request #1169 from publify/dependabot/bundler/rubocop-rspe…
Browse files Browse the repository at this point in the history
…c-tw-2.28.0

Update rubocop-rspec requirement from ~> 2.27.0 to ~> 2.28.0
  • Loading branch information
mvz committed Apr 1, 2024
2 parents 3b438e8 + 367314a commit 1d3455c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -121,7 +121,7 @@ RSpec/Capybara/FeatureMethods:
- 'spec/features/**_spec.rb'

# Spec type inference is disabled, so this cop must be disabled too.
RSpec/Rails/InferredSpecType:
RSpecRails/InferredSpecType:
Enabled: false

# Allow the use of 'and' 'or' in control structures.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -51,7 +51,7 @@ group :development, :test do
gem "rubocop-capybara", "~> 2.20.0", require: false
gem "rubocop-performance", "~> 1.20.1", require: false
gem "rubocop-rails", "~> 2.24.0", require: false
gem "rubocop-rspec", "~> 2.27.0", require: false
gem "rubocop-rspec", "~> 2.28.0", require: false
gem "simplecov", "~> 0.22.0", require: false
end

Expand Down
1 change: 1 addition & 0 deletions config/initializers/content_security_policy.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.

# Define an application-wide content security policy
Expand Down
1 change: 1 addition & 0 deletions config/initializers/new_framework_defaults_6_0.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.
#
# This file contains migration options to ease your Rails 6.0 upgrade.
Expand Down
1 change: 1 addition & 0 deletions config/initializers/new_framework_defaults_6_1.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Be sure to restart your server when you modify this file.
#
# This file contains migration options to ease your Rails 6.1 upgrade.
Expand Down
1 change: 1 addition & 0 deletions config/initializers/permissions_policy.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# Define an application-wide HTTP permissions policy. For further
# information see https://developers.google.com/web/updates/2018/06/feature-policy
#
Expand Down

0 comments on commit 1d3455c

Please sign in to comment.