Nice to see you again here :) I'm working on trying to do our update to Rails 5.2.1 for my Work and it turns out when I added support for 5.1 and 5.2 I set the gemspec runtime dependency too strong.
So this PR bumps that for anything less than Rails 6 and then bumps TravisCI's Rails version to 5.2.1 similar to how the Rails 5.1 gemspec calls for 5.1.6.
Hi @billhorsman!
Nice to see you again here :) I'm working on trying to do our update to Rails 5.2.1 for my Work and it turns out when I added support for 5.1 and 5.2 I set the gemspec runtime dependency too strong.
So this PR bumps that for anything less than Rails 6 and then bumps TravisCI's Rails version to 5.2.1 similar to how the Rails 5.1 gemspec calls for 5.1.6.
Once again thanks for taking a look at this!