Skip to content

Commit 3d707aa

Browse files
authored
Merge pull request #183 from premailer/grosser/4
ruby 4
2 parents 6a6b8c0 + 3327ccd commit 3d707aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['3.3', '3.4', 'jruby']
15+
ruby-version: ['3.3', '3.4', '4.0', 'jruby']
1616

1717
steps:
1818
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-performance
33
- rubocop-rake
44

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ DEPENDENCIES
8282
webrick
8383

8484
BUNDLED WITH
85-
2.4.12
85+
4.0.3

0 commit comments

Comments
 (0)