Skip to content

Commit c363290

Browse files
authored
Add support for Ruby 3.4 (#39)
* Add support for Ruby 3.4 * Disable Gemspec/RequireMFA cop
1 parent 0f3bb43 commit c363290

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- ruby-3.1
2424
- ruby-3.2
2525
- ruby-3.3
26+
- ruby-3.4
2627
- ruby-head
2728
steps:
2829
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ AllCops:
88
DisplayCopNames: true
99
NewCops: enable
1010

11+
#
12+
# Gemspec
13+
#
14+
15+
Gemspec/RequireMFA:
16+
Enabled: false
17+
1118
#
1219
# Metrics
1320
#

0 commit comments

Comments
 (0)