diff --git a/Gemfile.lock b/Gemfile.lock index 804d58785..cf76956f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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: @@ -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) @@ -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) @@ -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)