Skip to content

Commit

Permalink
downgrade omniauth-identity to 1.1.1
Browse files Browse the repository at this point in the history
1.1.2 was compromised
  • Loading branch information
acmetech committed Oct 11, 2019
1 parent 1c25ac0 commit 3e3b8cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PATH
jquery-ui-rails (~> 6.0.1)
omniauth (~> 1.9.0)
omniauth-facebook (~> 5.0.0)
omniauth-identity (~> 1.1.2)
omniauth-identity (~> 1.1.1)
omniauth-linkedin (~> 0.2.0)
omniauth-openid (~> 1.0.1)
omniauth-twitter (~> 1.4.0)
Expand Down Expand Up @@ -356,7 +356,7 @@ GEM
sort_alphabetical (1.1.0)
unicode_utils (>= 1.2.2)
sparkr (0.4.1)
sprockets (3.7.2)
sprockets (4.0.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_dependency("jquery-ui-rails", "~> 6.0.1")
s.add_dependency("omniauth", "~> 1.9.0")
s.add_dependency("omniauth-facebook", "~> 5.0.0")
s.add_dependency("omniauth-identity", "~> 1.1.2")
s.add_dependency("omniauth-identity", "~> 1.1.1")
s.add_dependency("omniauth-linkedin", "~> 0.2.0")
s.add_dependency("omniauth-openid", "~> 1.0.1")
s.add_dependency("omniauth-twitter", "~> 1.4.0")
Expand Down

0 comments on commit 3e3b8cc

Please sign in to comment.