diff --git a/auth-before/Gemfile.lock b/auth-before/Gemfile.lock index f61f768..c386b28 100644 --- a/auth-before/Gemfile.lock +++ b/auth-before/Gemfile.lock @@ -58,7 +58,7 @@ GEM factory_girl (~> 4.1.0) railties (>= 3.0.0) ffi (1.2.0) - hashie (1.2.0) + hashie (3.6.0) hike (1.2.1) i18n (0.6.1) journey (1.0.4) @@ -81,9 +81,9 @@ GEM multi_json (1.5.0) nokogiri (1.5.5) oauth (0.4.7) - omniauth (1.1.1) - hashie (~> 1.2) - rack + omniauth (1.4.2) + hashie (>= 1.2, < 4) + rack (>= 1.0, < 3) omniauth-oauth (1.0.1) oauth omniauth (~> 1.0) @@ -91,7 +91,7 @@ GEM multi_json (~> 1.3) omniauth-oauth (~> 1.0) polyglot (0.3.3) - rack (1.4.1) + rack (1.4.7) rack-cache (1.2) rack (>= 0.4) rack-ssl (1.3.2)