-
Notifications
You must be signed in to change notification settings - Fork 70
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
rubycas-client update seems to cause this #6
Comments
undefined method `response' for #CASClient::ServiceTicket:0x1082e9290 same here |
rubycas-client-rails (0.1.0) lib/rubycas-client-rails.rb:79:in |
Same issue here. |
I had the same issue, rollback fixed it thanks :) |
Still not fixed. With rubycas-client 2.3.9 and rubycas-client-rails 0.1.0 it still fails |
Fails with the latest rubycas-client (2.3.9) |
This is issue is fixed on master. Try using the master branch off github until we get the gem released. |
When might the gem be released? |
+1 |
After updating rubycas-client from 2.2.1 to 2.3.1 seems to trigger the following error in rubycas-client-rails.
(undefined method `response' for #CASClient::ServiceTicket:0xd3aa144):
Rolling back to 2.2.1 makes the issue go away.
The text was updated successfully, but these errors were encountered: