Skip to content

Commit a4e4a73

Browse files
committed
Merge pull request #23142 from kbrock/ruby33
Upgrading ruby to 3.3 (cherry picked from commit 3fb39c3)
1 parent cb8d14c commit a4e4a73

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: .github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
matrix:
1616
ruby-version:
1717
- '3.1'
18-
- '3.2'
1918
- '3.3'
2019
test-suite:
2120
- vmdb

Diff for: Gemfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
raise "Ruby versions < 3.0.1 are unsupported!" if RUBY_VERSION < "3.0.1"
2-
warn "Ruby versions >= 3.2.0 are untested!" if RUBY_VERSION >= "3.2.0"
3-
raise "Ruby versions >= 3.4.0 are unsupported!" if RUBY_VERSION >= "3.4.0"
4-
1+
ruby ">= 3.1.1", "< 3.5.0"
2+
warn "Ruby versions >= 3.4.0 are untested!" if RUBY_VERSION >= "3.4.0"
53
source 'https://rubygems.org'
64

75
plugin "bundler-inject", "~> 2.0"

0 commit comments

Comments
 (0)