Ada-Developers-Academy / classroom-app

Application for tracking and providing feedback on Ada student PRs
http://classroom.adadevelopersacademy.org/
2 stars 5 forks source link

Upgrade omniauth gem to 1.8.1 #79

Closed Hamled closed 6 years ago

Hamled commented 6 years ago

Originally I upgraded to 1.3.2 because GitHub informed us of a security vulnerability with our existing version (1.3.1).

However, that upgrade also resulted in upgrading the hashie gem's version which further resulted in a warning message upon deployment because of changes in the hashie gem.

Upgrading to a more recent version of omniauth is apparently the fix, so this is upgrading to the most recent stable version.

Hamled commented 6 years ago

@kariabancroft I added you as a reviewer because I know you are working on a Schoology OAuth integration and I'm not sure if this change to the omniauth gem version will impact that.