diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 01a53ea..acd846f 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -1,5 +1,5 @@ PATH - remote: ../ + remote: .. specs: omniauth-facebook (2.0.0) omniauth-oauth2 (~> 1.2) @@ -7,47 +7,52 @@ PATH GEM remote: https://rubygems.org/ specs: - backports (3.3.5) - faraday (0.9.0) - multipart-post (>= 1.2, < 3) - hashie (3.2.0) - jwt (1.0.0) - multi_json (1.8.2) - multi_xml (0.5.5) - multipart-post (2.0.0) - oauth2 (1.0.0) - faraday (>= 0.8, < 0.10) - jwt (~> 1.0) - multi_json (~> 1.3) + backports (3.23.0) + faraday (2.5.2) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.0) + hashie (5.0.0) + jwt (2.5.0) + multi_json (1.15.0) + multi_xml (0.6.0) + oauth2 (2.0.7) + faraday (>= 0.17.3, < 3.0) + jwt (>= 1.0, < 3.0) multi_xml (~> 0.5) - rack (~> 1.2) - omniauth (1.2.2) - hashie (>= 1.2, < 4) - rack (~> 1.0) - omniauth-oauth2 (1.2.0) - faraday (>= 0.8, < 0.10) - multi_json (~> 1.3) - oauth2 (~> 1.0) - omniauth (~> 1.2) - rack (1.5.2) - rack-protection (1.5.1) + rack (>= 1.2, < 3) + rash_alt (>= 0.4, < 1) + version_gem (~> 1.1) + omniauth (2.0.4) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) + rack-protection + omniauth-oauth2 (1.8.0) + oauth2 (>= 1.4, < 3) + omniauth (~> 2.0) + rack (1.6.13) + rack-protection (1.5.5) rack - rack-test (0.6.2) - rack (>= 1.0) + rack-test (2.0.2) + rack (>= 1.3) + rash_alt (0.4.12) + hashie (>= 3.4) + ruby2_keywords (0.0.5) sinatra (1.4.4) rack (~> 1.4) rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) - sinatra-contrib (1.4.2) + sinatra-contrib (1.4.7) backports (>= 2.0) multi_json rack-protection rack-test sinatra (~> 1.4.0) - tilt (~> 1.3) + tilt (>= 1.3, < 3) sinatra-reloader (1.0) sinatra-contrib tilt (1.4.1) + version_gem (1.1.0) PLATFORMS ruby