Skip to content

Commit

Permalink
Update omniauth from 1.3.1 to 1.8.1
Browse files Browse the repository at this point in the history
The warnings discussed in 18F#244
come from omniauth's use of the hashie gem. Hashie logged warnings
when one overwrites keys via method setters.

For more information see the [relevant omniauth issue](omniauth/omniauth#872).
  • Loading branch information
nodanaonlyzuul committed Jul 1, 2018
1 parent db5ce38 commit 1aecd93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
globalid (0.3.7)
activesupport (>= 4.1.0)
hashdiff (0.3.2)
hashie (3.5.5)
hashie (3.5.7)
holidays (5.4.0)
i18n (0.8.1)
jquery-rails (4.1.1)
Expand Down Expand Up @@ -156,9 +156,9 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.3.1)
hashie (>= 1.2, < 4)
rack (>= 1.0, < 3)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-github (1.1.2)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
Expand All @@ -185,7 +185,7 @@ GEM
pry (>= 0.9.10)
public_suffix (2.0.5)
puma (3.8.0)
rack (2.0.1)
rack (2.0.5)
rack-canonical-host (0.2.2)
addressable (> 0, < 3)
rack (>= 1.0.0, < 3)
Expand Down Expand Up @@ -379,4 +379,4 @@ RUBY VERSION
ruby 2.3.5p376

BUNDLED WITH
1.16.1
1.16.2

0 comments on commit 1aecd93

Please sign in to comment.