Explicitly set OmniAuth to 1.x in the Gemfiles for now

The build is breaking with 2.x (which is expected), so this is a step to
get it to green on GA.
This commit is contained in:
Carlos Antonio da Silva
2021-01-31 10:13:40 -03:00
parent 13ba27497b
commit 628f2fb2be
8 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec
gem "rails", "~> 6.1.0"
gem "omniauth"
gem "omniauth", "~> 1.0"
gem "omniauth-oauth2"
gem "rdoc"