Skip to content

Commit 8af2561

Browse files
committed
Update rake for Ruby 4.0 and add 4.0 in CI
1 parent dffcdf7 commit 8af2561

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, ruby-head, truffleruby ]
8+
ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, '4.0', ruby-head, truffleruby ]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22

3-
gem "rake", "~> 12.3"
3+
gem "rake"
44
gem "rspec", "~> 3.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
diff-lcs (1.4.4)
5-
rake (12.3.3)
5+
rake (13.4.2)
66
rspec (3.10.0)
77
rspec-core (~> 3.10.0)
88
rspec-expectations (~> 3.10.0)
@@ -22,5 +22,5 @@ PLATFORMS
2222
ruby
2323

2424
DEPENDENCIES
25-
rake (~> 12.3)
25+
rake
2626
rspec (~> 3.0)

0 commit comments

Comments
 (0)