Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump omniauth from 1.2.2 to 1.9.2 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ GIT
omniauth (~> 1.0)
omniauth-oauth2 (>= 1.1.1, < 2.0)

GIT
remote: git://github.com/laserlemon/figaro.git
revision: 5191084e16cf5cd5c2cc8a98df9071dbac9b4cba
specs:
figaro (1.1.1)
thor (~> 0.14)

GIT
remote: git://github.com/mkdynamic/omniauth-facebook.git
revision: f20e906b52b0a8849569f1391f01771fb628f6d7
Expand All @@ -31,6 +24,13 @@ GIT
omniauth (>= 1.1.1)
omniauth-oauth2 (>= 1.1.1)

GIT
remote: https://github.com/laserlemon/figaro.git
revision: 6ae998e8209a08f91a165822abecffc0a0626814
specs:
figaro (1.2.0)
thor (>= 0.14.0, < 2)

PATH
remote: .
specs:
Expand Down Expand Up @@ -132,7 +132,7 @@ GEM
guard-minitest (2.4.4)
guard-compat (~> 1.2)
minitest (>= 3.0)
hashie (3.4.3)
hashie (5.0.0)
i18n (0.7.0)
json (1.8.3)
jwt (1.5.2)
Expand Down Expand Up @@ -177,9 +177,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
omniauth (1.9.2)
hashie (>= 3.4.6)
rack (>= 1.6.2, < 3)
omniauth-oauth2 (1.3.1)
oauth2 (~> 1.0)
omniauth (~> 1.2)
Expand All @@ -192,7 +192,7 @@ GEM
pry-remote (0.1.8)
pry (~> 0.9)
slop (~> 3.0)
rack (1.6.4)
rack (1.6.13)
rack-cors (0.4.0)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down