performant-software / Annotation-Studio

An online annotation platform for teaching and learning in the humanities.
http://www.annotationstudio.org
GNU General Public License v2.0
6 stars 1 forks source link

Use HTTPS instead of git protocol for `omniauth-wordpress_hosted` #419

Closed camdendotlol closed 2 years ago

camdendotlol commented 2 years ago

What this PR does

For some reason, my bundler fetched the omniauth-wordpress_hosted gem over HTTPS and updated the lockfile accordingly, while Heroku tried to fetch it via git://, breaking the build. This PR updates the Gemfile to explicitly use HTTPS, which should make builds identical between my computer and Heroku.