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

This reverts commit 628f2fb2be.

We should be run green on OmniAuth 2.x now.
This commit is contained in:
Carlos Antonio da Silva 2021-02-01 11:51:23 -03:00
parent c9a0f896cc
commit 9d16f33c7b
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", "~> 1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"

View File

@ -215,7 +215,7 @@ DEPENDENCIES
activemodel-serializers-xml!
devise!
mocha (~> 1.1)
omniauth (~> 1.0)
omniauth
omniauth-facebook
omniauth-oauth2
omniauth-openid

View File

@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec path: ".."
gem "rails", github: "rails/rails", branch: "4-1-stable"
gem "omniauth", "~> 1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc", "~> 5.1"
# Force this version because it's breaking on CI since a higher nokogiri version requires Ruby 2.3+.

View File

@ -5,7 +5,7 @@ source "https://rubygems.org"
gemspec path: ".."
gem "rails", github: "rails/rails", branch: "4-2-stable"
gem "omniauth", "~> 1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc", "~> 5.1"
gem "nokogiri", "1.9.1"

View File

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

View File

@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec path: ".."
gem "rails", '~> 5.1.0'
gem "omniauth", "~> 1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"

View File

@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec path: ".."
gem "rails", '~> 5.2.0'
gem "omniauth", "~> 1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"

View File

@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec path: ".."
gem "rails", '~> 6.0.0'
gem "omniauth", "~> 1.0"
gem "omniauth"
gem "omniauth-oauth2"
gem "rdoc"