Fix omniauth-google-oauth2-0.4.1 dependencies in lock file
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?
-
Changelog entry added, if necessary -
Documentation created/updated -
API support added - Tests
-
Added for this feature/bug -
All builds are passing
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Branch has no merge conflicts with master
(if it does - rebase it please) -
Squashed related commits together