mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
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:
parent
13ba27497b
commit
628f2fb2be
8 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ DEPENDENCIES
|
|||
activemodel-serializers-xml!
|
||||
devise!
|
||||
mocha (~> 1.1)
|
||||
omniauth
|
||||
omniauth (~> 1.0)
|
||||
omniauth-facebook
|
||||
omniauth-oauth2
|
||||
omniauth-openid
|
||||
|
|
|
@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|||
gemspec path: ".."
|
||||
|
||||
gem "rails", github: "rails/rails", branch: "4-1-stable"
|
||||
gem "omniauth"
|
||||
gem "omniauth", "~> 1.0"
|
||||
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+.
|
||||
|
|
|
@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|||
gemspec path: ".."
|
||||
|
||||
gem "rails", github: "rails/rails", branch: "4-2-stable"
|
||||
gem "omniauth"
|
||||
gem "omniauth", "~> 1.0"
|
||||
gem "omniauth-oauth2"
|
||||
gem "rdoc", "~> 5.1"
|
||||
gem "nokogiri", "1.9.1"
|
||||
|
|
|
@ -5,7 +5,7 @@ source "https://rubygems.org"
|
|||
gemspec path: ".."
|
||||
|
||||
gem "rails", '~> 5.0.0'
|
||||
gem "omniauth"
|
||||
gem "omniauth", "~> 1.0"
|
||||
gem "omniauth-oauth2"
|
||||
gem "rdoc"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
|||
gemspec path: ".."
|
||||
|
||||
gem "rails", '~> 5.1.0'
|
||||
gem "omniauth"
|
||||
gem "omniauth", "~> 1.0"
|
||||
gem "omniauth-oauth2"
|
||||
gem "rdoc"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
|||
gemspec path: ".."
|
||||
|
||||
gem "rails", '~> 5.2.0'
|
||||
gem "omniauth"
|
||||
gem "omniauth", "~> 1.0"
|
||||
gem "omniauth-oauth2"
|
||||
gem "rdoc"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
|||
gemspec path: ".."
|
||||
|
||||
gem "rails", '~> 6.0.0'
|
||||
gem "omniauth"
|
||||
gem "omniauth", "~> 1.0"
|
||||
gem "omniauth-oauth2"
|
||||
gem "rdoc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue