Skip to content

Commit

Permalink
Bump rubocop from 1.43.0 to 1.44.1 (#815)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>
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](ruby-concurrency/concurrent-ruby@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] <[email protected]>
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](alex-page/github-project-automation-plus@1f8873e...7ffb872)

---
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] <[email protected]>
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](rails/rails@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] <[email protected]>
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](rubocop/rubocop@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] <[email protected]>

* Disable Gemspec/DevelopmentDependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Sheldon [he/him] <[email protected]>
  • Loading branch information
dependabot[bot] and bensheldon authored Jan 31, 2023
1 parent 21993d4 commit 3452ac0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
23 changes: 13 additions & 10 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ AllCops:
- Brewfile
NewCops: enable

Gemspec/DevelopmentDependencies:
Enabled: false

Layout/EmptyLineAfterMagicComment:
Enabled: false

Expand All @@ -41,28 +44,31 @@ 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

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/**/*
Expand Down Expand Up @@ -90,10 +96,10 @@ RSpec/MultipleDescribes:
Exclude:
- spec/lib/tasks/*

RSpec/NestedGroups:
RSpec/MultipleMemoizedHelpers:
Enabled: false

RSpec/MultipleMemoizedHelpers:
RSpec/NestedGroups:
Enabled: false

Style/Documentation:
Expand Down Expand Up @@ -135,6 +141,3 @@ Style/TrailingCommaInArrayLiteral:

Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: comma

Naming/VariableNumber:
EnforcedStyle: snake_case
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3452ac0

Please sign in to comment.