Skip to content

Fix omniauth-google-oauth2-0.4.1 dependencies in lock file

Gabriel Mazetto requested to merge fix-dependencies into master

What does this MR do?

Fix dependencies in Gemfile.lock for `omniauth-google-oauth2

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

When trying to bundle install from master I was receiving this error message:

Downloading omniauth-google-oauth2-0.4.1 revealed dependencies not in the API or the lockfile (omniauth-oauth2 (>= 1.3.1), jwt (~> 1.5.2)).
Either installing with `--full-index` or running `bundle update omniauth-google-oauth2` should fix the problem.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports