Closed flyfy1 closed 6 years ago
The gem use fairly pessimistic Rails version constraints because it leverages a few internal APIs that change from minor release to minor release. I like to make sure all tests are passing before releasing a version with official support for a new major/minor release of Rails. You can follow the status of Rails 5.2 support in #63.
@flyfy1 - I'm closing this as dup of #63 but let me know if you have any other questions.
In the gemfile, it states that it requires rails version < 5.2 https://github.com/salsify/goldiloader/blob/master/goldiloader.gemspec#L26
Therefore, it would fail the rails v5.2 when doing bundle install, having the following error:
strangely, this error only happens since today.
What's the reason for this gem to require rails version < 5.2 ?
Thanks 😄