1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

restore original omniauth gem

This commit is contained in:
Sylvain 2022-01-17 14:09:41 +01:00
parent 98aab887e8
commit c2f4e0f3b7
2 changed files with 5 additions and 13 deletions

View File

@ -67,9 +67,7 @@ gem 'pg_search'
gem 'devise', '>= 4.6.0'
git 'https://github.com/sleede/omniauth.git', branch: 'v1.9' do
gem 'omniauth', '~> 1.9.0'
end
gem 'omniauth', '~> 1.9.0'
gem 'omniauth-oauth2'
gem 'omniauth-rails_csrf_protection', '~> 0.1'

View File

@ -1,12 +1,3 @@
GIT
remote: https://github.com/sleede/omniauth.git
revision: 832d5ac48fcc3b93eba8bf1444145d0c876314cf
branch: v1.9
specs:
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
GEM
remote: https://rubygems.org/
specs:
@ -245,6 +236,9 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
oj (3.10.5)
omniauth (1.9.1)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.6.0)
oauth2 (~> 1.1)
omniauth (~> 1.9)
@ -472,7 +466,7 @@ DEPENDENCIES
minitest-reporters
notify_with
oj
omniauth (~> 1.9.0)!
omniauth (~> 1.9.0)
omniauth-oauth2
omniauth-rails_csrf_protection (~> 0.1)
openlab_ruby