Skip to content

Commit 2e3d977

Browse files
Dan McAulaytborg
authored andcommitted
chore: add rails 7 support
1 parent 77f3d29 commit 2e3d977

File tree

190 files changed

+1447
-1114
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+1447
-1114
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ['2.4.10', '2.5.9', '2.6.8']
17+
ruby: ['2.7.4']
1818

1919
steps:
2020
- name: Checkout

.rubocop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
inherit_from:
2-
- .rubocop_todo.yml
1+
inherit_from: .rubocop_todo.yml
32

43
AllCops:
54
Exclude:

0 commit comments

Comments
 (0)