Closed niels closed 4 years ago
Thx for your PR! I still see some warnings for 2.5 (probably unrelated to our codebase) with this patch applied. Do you have any idea what can be the reason @niels?
@simi Can you paste the warnings? I'm seeing none:
$ rake test
Run options: --seed 59522
# Running:
.........................................................................
Finished in 0.081911s, 891.2146 runs/s, 1403.9681 assertions/s.
73 runs, 115 assertions, 0 failures, 0 errors, 0 skips
ahh, bundle update
fixed that
Good idea on the attr_accessor
. PR updated (and also rebased).
Extending the test suite is out of scope for this PR, however. I have instead submitted an additional PR at https://github.com/mkdynamic/omniauth-facebook/pull/299. (It's based on master but the two PRs can be merged together without conflicts.)
Hello @niels, thanks for this PR again. I did https://github.com/mkdynamic/omniauth-facebook/pull/331 based on your pull request. Feel free to check and close this one.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Running the test suite in Ruby 2.5 yields a number of warnings:
This PR removes all of them.