-
Notifications
You must be signed in to change notification settings - Fork 640
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
Bug/compatibility with rails 7.1 #769
Bug/compatibility with rails 7.1 #769
Conversation
First run failed with the following error: |
Github actions are passing in my personal repo: https://github.com/msuliq/authlogic/actions/runs/7217526649 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGELOG.md
Outdated
* [#768](https://github.com/binarylogic/authlogic/issues/768) - Fixed | ||
compatibility issues with Rails 7.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [#768](https://github.com/binarylogic/authlogic/issues/768) - Fixed | |
compatibility issues with Rails 7.1 | |
* [#769](https://github.com/binarylogic/authlogic/issues/769) - Fixed GH workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lib/authlogic/version.rb
Outdated
@@ -17,6 +17,6 @@ module Authlogic | |||
# | |||
# @api public | |||
def self.gem_version | |||
::Gem::Version.new("6.4.2") | |||
::Gem::Version.new("6.4.3") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll probably cut the version in a separate commit:
::Gem::Version.new("6.4.3") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed version bump from my PR
Summary
Gem has compatibility issues with Rails 7.1 described here.
What has been implemented:
default_timezone
depending on rails versionExpected outcome
Should be possible to install and use Authlogic with Rails 7.1