samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Updating Rails development dependency #313

Closed jeremyf closed 4 years ago

jeremyf commented 4 years ago

Prior to this commit, when running the EngineCart build task locally, I encountered the following error:

Could not find "README.md" in any of your source paths. Your current source paths are:

$HOME/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/railties-5.2.0/lib/rails/generators/rails/app/templates

With some poking around, I found the following:

You may be using rails 5.2.0. Upgrading to 5.2.3 or later solves the problem.

https://www.robotex.de/de/tags/dummy-app

With this commit, I'm still allowing upstream implementers to use Rails 5.2.0, however, building the test app requires the generators to better behave. This should have no impact on existing implementations.