Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TimeWithZone#to_s(:rfc822) is deprecated #2643

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Fix TimeWithZone#to_s(:rfc822) is deprecated

    When running `bundle exec rspec`, we are getting:
    
    ```
    DEPRECATION WARNING: TimeWithZone#to_s(:rfc822) is deprecated. Please use TimeWithZone#to_fs(:rfc822) instead. (called from call at ~/upcase/spec/support/host_map.rb:7)
    ```
    
    This commit resolves the issue by using `TimeWithZone#to_fs(:rfc822)`.
    smaboshe committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    47b0143 View commit details
    Browse the repository at this point in the history