-
Notifications
You must be signed in to change notification settings - Fork 17
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
From version 0.4.0 this package started to override my user.sessions.create method #35
Comments
emish89
changed the title
From version 0.4.0 this package started to override my session.create method
From version 0.4.0 this package started to override my user.sessions.create method
Dec 11, 2024
I'm having the same issue! |
After removing
|
matzbot
pushed a commit
to ruby/ruby
that referenced
this issue
Dec 16, 2024
…:Formatter.alphanumeric of Ruby 3.3/3.4 Fixes ruby/securerandom#35 ruby/securerandom@fbb36e36cc
I fixed this at #36 and released 0.4.1 with it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This one is quite tricky and it took some time to analyze.
After a "bundle u" in my project, this dependency updated from
0.3.2
to0.4.0
.In version
0.4.0
, this package started overriding myuser.sessions.create
method and I don't understand why.When I call my
user.sessions.create
method, I now get a strange :It is 100% due to the version upgrade of this package but I can't easily understand why.
Thanks a lot for the help
cc @hsbt
The text was updated successfully, but these errors were encountered: