From 3452ac0b715cba702e7e4f107856e56275e290d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:25:21 -0800 Subject: [PATCH] Bump rubocop from 1.43.0 to 1.44.1 (#815) * Bump selenium-webdriver from 4.7.1 to 4.8.0 (#816) Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.8.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump concurrent-ruby from 1.1.10 to 1.2.0 (#818) Bumps [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) from 1.1.10 to 1.2.0. - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-concurrency/concurrent-ruby/compare/v1.1.10...v1.2.0) --- updated-dependencies: - dependency-name: concurrent-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump alex-page/github-project-automation-plus from 0.8.2 to 0.8.3 (#819) Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.8.2 to 0.8.3. - [Release notes](https://github.com/alex-page/github-project-automation-plus/releases) - [Commits](https://github.com/alex-page/github-project-automation-plus/compare/1f8873e97e3c8f58161a323b7c568c1f623a1c4d...7ffb872c64bd809d23563a130a0a97d01dfa8f43) --- updated-dependencies: - dependency-name: alex-page/github-project-automation-plus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Remove support for Ruby 2.5 and JRuby 9.2; reactivate appraisal tests for Rails HEAD (#756) * Reactivate appraisal tests for Rails HEAD * Remove Database Cleaner * Poke Puma to ensure Rails fully bootstraps * Use latest rubygems in all the workflow runs * Remove Ruby 2.5 from test matrix * Update Ruby (2.6+) and JRuby (9.3+) compatibility * Bump rails from 6.1.7 to 6.1.7.2 (#817) Bumps [rails](https://github.com/rails/rails) from 6.1.7 to 6.1.7.2. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v6.1.7...v6.1.7.2) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump rubocop from 1.43.0 to 1.44.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.43.0 to 1.44.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.43.0...v1.44.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Disable Gemspec/DevelopmentDependencies --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Sheldon [he/him] --- .rubocop.yml | 23 +++++++++++++---------- Gemfile.lock | 2 +- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0b58243fd..f2ce53c82 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,6 +26,9 @@ AllCops: - Brewfile NewCops: enable +Gemspec/DevelopmentDependencies: + Enabled: false + Layout/EmptyLineAfterMagicComment: Enabled: false @@ -41,17 +44,14 @@ Layout/ParameterAlignment: Lint/AmbiguousBlockAssociation: Enabled: false -Rails/I18nLocaleTexts: - Enabled: false - Metrics: Enabled: false Naming/MemoizedInstanceVariableName: EnforcedStyleForLeadingUnderscores: required -Rails/RakeEnvironment: - Enabled: false +Naming/VariableNumber: + EnforcedStyle: snake_case Rails/ApplicationJob: Enabled: false @@ -59,10 +59,16 @@ Rails/ApplicationJob: Rails/ApplicationRecord: Enabled: false +Rails/I18nLocaleTexts: + Enabled: false + Rails/Inquiry: Exclude: - spec/**/* +Rails/RakeEnvironment: + Enabled: false + Rails/SkipsModelValidations: Exclude: - lib/generators/good_job/templates/update/migrations/**/* @@ -90,10 +96,10 @@ RSpec/MultipleDescribes: Exclude: - spec/lib/tasks/* -RSpec/NestedGroups: +RSpec/MultipleMemoizedHelpers: Enabled: false -RSpec/MultipleMemoizedHelpers: +RSpec/NestedGroups: Enabled: false Style/Documentation: @@ -135,6 +141,3 @@ Style/TrailingCommaInArrayLiteral: Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma - -Naming/VariableNumber: - EnforcedStyle: snake_case diff --git a/Gemfile.lock b/Gemfile.lock index fc5827382..c7d6d5660 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -335,7 +335,7 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.12.0) - rubocop (1.43.0) + rubocop (1.44.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0)