Closed deivid-rodriguez closed 7 years ago
Thanks for the work!
Could you please rebase+squash your changes a little to a handful of commits, to minimize the number of commits, like "Fix warning"?
https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request#squash-your-changes
I try to split commits into logical units, so I would consider fixing one warning different from fixing another one. Imagine someone reading these commits wants to fix those same warnings in another application. A single commit with all the fixes in it wouldn't help as much as having each warning isolated in a single commit.
If you still want me to squash commits, please let me know the groups of sha's that should be squashed together.
Thanks.
Thanks!
The gem already works against Rails 5 but gives several warnings.
This PR fixes those warnings and upgrades the test matrix and makes it pass against more recent versions of dependencies.