Skip to content

Commit

Permalink
update omniauth to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Feb 20, 2017
1 parent a72f184 commit 02028be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PATH
enumerize (~> 2.0.1)
jquery-rails (~> 4.2.2)
jquery-ui-rails (~> 6.0.1)
omniauth (~> 1.5.0)
omniauth (~> 1.6.1)
omniauth-facebook (~> 4.0.0)
omniauth-identity (~> 1.1.1)
omniauth-linkedin (~> 0.2.0)
Expand Down Expand Up @@ -71,7 +71,7 @@ GEM
public_suffix (~> 2.0, >= 2.0.2)
arel (7.1.4)
ast (2.3.0)
autoprefixer-rails (6.7.3)
autoprefixer-rails (6.7.4)
execjs
bcrypt (3.1.11)
bcrypt-ruby (3.1.5)
Expand Down Expand Up @@ -218,8 +218,8 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
omniauth (1.5.0)
hashie (~> 3.5.0, < 4)
omniauth (1.6.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-facebook (4.0.0)
omniauth-oauth2 (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("draper", "~> 3.0.0.pre1")
spec.add_dependency("elasticsearch-rails", "~> 0.1.9")
spec.add_dependency("enumerize", "~> 2.0.1")
spec.add_dependency("omniauth", "~> 1.5.0")
spec.add_dependency("omniauth", "~> 1.6.1")
spec.add_dependency("omniauth-identity", "~> 1.1.1")
spec.add_dependency("omniauth-facebook", "~> 4.0.0")
spec.add_dependency("omniauth-linkedin", "~> 0.2.0")
Expand Down

0 comments on commit 02028be

Please sign in to comment.