Skip to content

Commit 615b0c2

Browse files
authored
Merge pull request #919 from rails/rmf-ci
Test with Ruby 4.0
2 parents 2a1eecb + f16a2db commit 615b0c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thor",
3-
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.5",
3+
"image": "ghcr.io/rails/devcontainer/images/ruby:4.0.0",
44

55
"features": {
66
"ghcr.io/devcontainers/features/github-cli:1": {}

.github/workflows/tests.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','head']
8+
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', 'head']
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6

thor.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
2929
spec.executables = %w(thor)
3030
spec.require_paths = %w(lib)
3131

32-
spec.add_development_dependency "bundler", ">= 1.0", "< 3"
32+
spec.add_development_dependency "bundler", ">= 1.0"
3333
end

0 commit comments

Comments
 (0)