CDRH / api

Codenamed "Apium": An API to access all public Center for Digital Research in the Humanities resources
https://cdrhdev1.unl.edu/api_frontend
MIT License
3 stars 1 forks source link

fix the mimemagic problem #116

Closed wkdewey closed 3 years ago

techgique commented 3 years ago

We're better off updating Rails etc. Don't want to pin a specific commit of a dependency. I merged the updates Jess had done on main into dev and will update Ruby and Rails further in a separate PR that should take care of the dependency mess from mimemagic

techgique commented 3 years ago

I should note, this is fine just to get things working in a dev environment, but we don't want to commit and push that kind of a change to the repo

techgique commented 3 years ago

Also the simpler fix is just to run bundle update rather than make that mimemagic dependency change alone :+1:

techgique commented 3 years ago

Here's a PR which updates Ruby and the gems: https://github.com/CDRH/api/pull/117