Skip to content

Commit

Permalink
update omniauth-twitter to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Jan 12, 2017
1 parent d35a3e1 commit 4ad4aed
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 @@ -16,7 +16,7 @@ PATH
omniauth-identity (~> 1.1.1)
omniauth-linkedin (~> 0.2.0)
omniauth-openid (~> 1.0.1)
omniauth-twitter (~> 1.2.1)
omniauth-twitter (~> 1.3.0)
rails (~> 5.0.1)
sass-rails (~> 5.0.6)
simple_form (~> 3.4.0)
Expand Down Expand Up @@ -188,7 +188,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
json (1.8.3)
json (2.0.2)
jwt (1.5.6)
loofah (2.0.3)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -236,9 +236,9 @@ GEM
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
omniauth-twitter (1.2.1)
json (~> 1.3)
omniauth-twitter (1.3.0)
omniauth-oauth (~> 1.1)
rack
parser (2.3.3.1)
ast (~> 2.2)
powerpack (0.1.1)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("omniauth-facebook", "~> 4.0.0")
spec.add_dependency("omniauth-linkedin", "~> 0.2.0")
spec.add_dependency("omniauth-openid", "~> 1.0.1")
spec.add_dependency("omniauth-twitter", "~> 1.2.1")
spec.add_dependency("omniauth-twitter", "~> 1.3.0")
spec.add_dependency("simple_form", "~> 3.4.0")
spec.add_dependency("country_select", "~> 3.0.0")

Expand Down

0 comments on commit 4ad4aed

Please sign in to comment.