Skip to content

Commit 5b03ee8

Browse files
committed
Update all dependencies.
Also fixed linting failures from rubocop update.
1 parent 08aeb56 commit 5b03ee8

28 files changed

+186
-200
lines changed

.github/config/branch_rubocop_linter_action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ check_name: "RuboCop Results"
1212
# versions:
1313
# - rubocop: 'latest'
1414
versions:
15-
- rubocop: "1.36.0"
16-
- rubocop-rails: "2.16.1"
17-
- rubocop-performance: "1.15.0"
18-
- rubocop-rspec: "2.13.2"
15+
- rubocop: "1.50.2"
16+
- rubocop-rails: "2.19.1"
17+
- rubocop-performance: "1.17.1"
18+
- rubocop-rspec: "2.20.0"
1919

2020
# Description: RuboCop configuration file path relative to the workspace.
2121
# Valid options: A valid file path inside of the workspace.

.github/config/main_rubocop_linter_action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ check_name: "RuboCop Results"
1212
# versions:
1313
# - rubocop: 'latest'
1414
versions:
15-
- rubocop: "1.36.0"
16-
- rubocop-rails: "2.16.1"
17-
- rubocop-performance: "1.15.0"
18-
- rubocop-rspec: "2.13.2"
15+
- rubocop: "1.50.2"
16+
- rubocop-rails: "2.19.1"
17+
- rubocop-performance: "1.17.1"
18+
- rubocop-rspec: "2.20.0"
1919

2020
# Description: RuboCop configuration file path relative to the workspace.
2121
# Valid options: A valid file path inside of the workspace.

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Naming/VariableNumber:
2727
RSpec/ExampleLength:
2828
Max: 40
2929

30+
RSpec/IndexedLet:
31+
Enabled: false
32+
3033
# TODO: Reduce to the default (1).
3134
RSpec/MultipleExpectations:
3235
Max: 6

0 commit comments

Comments
 (0)