Skip to content

Commit

Permalink
Land #18450, Add support for ruby 3.3.0-preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
cgranleese-r7 authored Oct 13, 2023
2 parents 9def455 + b81252e commit e1a307e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- '3.0'
- '3.1'
- '3.2'
- '3.3.0-preview1'
- '3.3.0-preview2'
os:
- ubuntu-20.04
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion msfconsole
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ begin

# Silences warnings as they only serve to confuse end users
if defined?(Warning) && Warning.respond_to?(:[]=)
Warning[:deprecated] = false
Warning[:deprecated] = false unless ENV['CI']
end

# @see https://github.com/rails/rails/blob/v3.2.17/railties/lib/rails/generators/rails/app/templates/script/rails#L3-L5
Expand Down

0 comments on commit e1a307e

Please sign in to comment.