Skip to content

Commit

Permalink
update omniauth to fix security issue
Browse files Browse the repository at this point in the history
Described in omniauth/omniauth#867

Signed-off-by: Robb Kidd <rkidd@chef.io>
  • Loading branch information
robbkidd committed Jan 18, 2017
1 parent 14554b8 commit 2d314c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/supermarket/Gemfile.lock
Expand Up @@ -315,9 +315,9 @@ GEM
rake (~> 10.1)
systemu (~> 2.6.4)
wmi-lite (~> 1.0)
omniauth (1.2.2)
omniauth (1.3.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
rack (>= 1.0, < 3)
omniauth-chef-oauth2 (1.0.3)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.0)
Expand Down Expand Up @@ -367,7 +367,7 @@ GEM
activesupport (>= 3.0.0)
quiet_assets (1.0.3)
railties (>= 3.1, < 5.0)
rack (1.6.4)
rack (1.6.5)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.7.1)
Expand Down

0 comments on commit 2d314c6

Please sign in to comment.