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

add tests on ruby 3.1, 3.2, rails 7.0, drop support for rails 5.1 #22

Merged
merged 5 commits into from Jun 27, 2023

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    93efe62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b4d7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96c6557 View commit details
    Browse the repository at this point in the history
  4. bump version to 4.1.0

    razumau committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0846f68 View commit details
    Browse the repository at this point in the history
  5. use Time#floor to match database precision

    Database timestamps now have precision 6, while `Time.now` still has precision. To be able to compare them, we truncate to microseconds using `Time#floor`.
    razumau committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4e41edb View commit details
    Browse the repository at this point in the history