diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6a14ecccb9..606c679e49 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -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 diff --git a/msfconsole b/msfconsole index 43482bd9cc..96630b48cb 100755 --- a/msfconsole +++ b/msfconsole @@ -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