mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-17 06:52:27 +01:00
updated omniauth (omniauth#872)
This commit is contained in:
parent
f695813688
commit
59152c3485
@ -1,6 +1,7 @@
|
||||
# Changelog Fab Manager
|
||||
|
||||
## next release
|
||||
- Updated Omniauth to fix Hashie warnings [omniauth#872](https://github.com/omniauth/omniauth/issues/872)
|
||||
|
||||
## v2.6.4 2018 March 15
|
||||
|
||||
|
2
Gemfile
2
Gemfile
@ -79,7 +79,7 @@ gem 'pg'
|
||||
gem 'devise'
|
||||
gem 'devise-async'
|
||||
|
||||
gem 'omniauth', '~> 1.3.2'
|
||||
gem 'omniauth', '~> 1.6.0'
|
||||
gem 'omniauth-oauth2'
|
||||
|
||||
gem 'rolify'
|
||||
|
@ -287,9 +287,9 @@ GEM
|
||||
multi_xml (~> 0.5)
|
||||
rack (~> 1.2)
|
||||
oj (2.12.8)
|
||||
omniauth (1.3.2)
|
||||
hashie (>= 1.2, < 4)
|
||||
rack (>= 1.0, < 3)
|
||||
omniauth (1.6.1)
|
||||
hashie (>= 3.4.6, < 3.6.0)
|
||||
rack (>= 1.6.2, < 3)
|
||||
omniauth-oauth2 (1.3.1)
|
||||
oauth2 (~> 1.0)
|
||||
omniauth (~> 1.2)
|
||||
@ -540,7 +540,7 @@ DEPENDENCIES
|
||||
minitest-reporters
|
||||
notify_with
|
||||
oj
|
||||
omniauth (~> 1.3.2)
|
||||
omniauth (~> 1.6.0)
|
||||
omniauth-oauth2
|
||||
openlab_ruby
|
||||
pdf-reader
|
||||
|
Loading…
x
Reference in New Issue
Block a user