Skip to content

Commit

Permalink
Merge pull request #23142 from kbrock/ruby33
Browse files Browse the repository at this point in the history
Upgrading ruby to 3.3

(cherry picked from commit 3fb39c3)
  • Loading branch information
Fryguy committed Nov 14, 2024
1 parent cb8d14c commit a4e4a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
test-suite:
- vmdb
Expand Down
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
raise "Ruby versions < 3.0.1 are unsupported!" if RUBY_VERSION < "3.0.1"
warn "Ruby versions >= 3.2.0 are untested!" if RUBY_VERSION >= "3.2.0"
raise "Ruby versions >= 3.4.0 are unsupported!" if RUBY_VERSION >= "3.4.0"

ruby ">= 3.1.1", "< 3.5.0"
warn "Ruby versions >= 3.4.0 are untested!" if RUBY_VERSION >= "3.4.0"
source 'https://rubygems.org'

plugin "bundler-inject", "~> 2.0"
Expand Down

0 comments on commit a4e4a73

Please sign in to comment.