Bump twitter
This commit is contained in:
parent
8b2a4b18c6
commit
6773a49362
2 changed files with 15 additions and 14 deletions
2
Gemfile
2
Gemfile
|
|
@ -160,8 +160,8 @@ gem "omniauth", "1.8.1"
|
|||
gem "omniauth-facebook", "4.0.0"
|
||||
gem "omniauth-tumblr", "1.2"
|
||||
gem "omniauth-twitter", "1.4.0"
|
||||
gem "twitter", "6.1.0"
|
||||
gem "omniauth-wordpress", "0.2.2"
|
||||
gem "twitter", "6.2.0"
|
||||
|
||||
# OpenID Connect
|
||||
gem "openid_connect", "1.1.3"
|
||||
|
|
|
|||
27
Gemfile.lock
27
Gemfile.lock
|
|
@ -293,14 +293,14 @@ GEM
|
|||
hashdiff (0.3.6)
|
||||
hashie (3.5.7)
|
||||
hitimes (1.2.6)
|
||||
http (2.2.2)
|
||||
http (3.0.0)
|
||||
addressable (~> 2.3)
|
||||
http-cookie (~> 1.0)
|
||||
http-form_data (~> 1.0.1)
|
||||
http-form_data (>= 2.0.0.pre.pre2, < 3)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
http-cookie (1.0.3)
|
||||
domain_name (~> 0.5)
|
||||
http-form_data (1.0.3)
|
||||
http-form_data (2.1.0)
|
||||
http_accept_language (2.1.1)
|
||||
http_parser.rb (0.6.0)
|
||||
httparty (0.15.6)
|
||||
|
|
@ -475,7 +475,7 @@ GEM
|
|||
pry-byebug (3.5.0)
|
||||
byebug (~> 9.1)
|
||||
pry (~> 0.10)
|
||||
public_suffix (3.0.0)
|
||||
public_suffix (3.0.2)
|
||||
rack (2.0.4)
|
||||
rack-cors (1.0.2)
|
||||
rack-google-analytics (1.2.0)
|
||||
|
|
@ -700,16 +700,17 @@ GEM
|
|||
hitimes
|
||||
tins (1.15.0)
|
||||
turbo_dev_assets (0.0.2)
|
||||
twitter (6.1.0)
|
||||
addressable (~> 2.5)
|
||||
twitter (6.2.0)
|
||||
addressable (~> 2.3)
|
||||
buftok (~> 0.2.0)
|
||||
equalizer (= 0.0.11)
|
||||
faraday (~> 0.11.0)
|
||||
http (~> 2.1)
|
||||
equalizer (~> 0.0.11)
|
||||
http (~> 3.0)
|
||||
http-form_data (~> 2.0)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
memoizable (~> 0.4.2)
|
||||
naught (~> 1.1)
|
||||
simple_oauth (~> 0.3.1)
|
||||
memoizable (~> 0.4.0)
|
||||
multipart-post (~> 2.0)
|
||||
naught (~> 1.0)
|
||||
simple_oauth (~> 0.3.0)
|
||||
twitter-text (2.1.0)
|
||||
idn-ruby
|
||||
unf (~> 0.1.0)
|
||||
|
|
@ -897,7 +898,7 @@ DEPENDENCIES
|
|||
string-direction (= 1.2.1)
|
||||
timecop (= 0.9.1)
|
||||
turbo_dev_assets (= 0.0.2)
|
||||
twitter (= 6.1.0)
|
||||
twitter (= 6.2.0)
|
||||
twitter-text (= 2.1.0)
|
||||
typhoeus (= 1.3.0)
|
||||
uglifier (= 4.1.8)
|
||||
|
|
|
|||
Loading…
Reference in a new issue