Bump twitter
This commit is contained in:
parent
c05ca939b6
commit
86ed0026f3
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -139,7 +139,7 @@ gem "omniauth", "1.3.1"
|
|||
gem "omniauth-facebook", "3.0.0"
|
||||
gem "omniauth-tumblr", "1.2"
|
||||
gem "omniauth-twitter", "1.2.1"
|
||||
gem "twitter", "5.15.0"
|
||||
gem "twitter", "5.16.0"
|
||||
gem "omniauth-wordpress", "0.2.2"
|
||||
|
||||
# Serializers
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -170,7 +170,7 @@ GEM
|
|||
factory_girl (~> 4.5, >= 4.5.0)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
domain_name (0.5.25)
|
||||
domain_name (0.5.20160128)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
eco (1.0.0)
|
||||
coffee-script
|
||||
|
|
@ -376,7 +376,7 @@ GEM
|
|||
hike (1.2.3)
|
||||
hiredis (0.5.2)
|
||||
hitimes (1.2.3)
|
||||
http (0.9.8)
|
||||
http (1.0.2)
|
||||
addressable (~> 2.3)
|
||||
http-cookie (~> 1.0)
|
||||
http-form_data (~> 1.0.1)
|
||||
|
|
@ -732,12 +732,12 @@ GEM
|
|||
hitimes
|
||||
tins (1.6.0)
|
||||
trollop (2.1.2)
|
||||
twitter (5.15.0)
|
||||
twitter (5.16.0)
|
||||
addressable (~> 2.3)
|
||||
buftok (~> 0.2.0)
|
||||
equalizer (= 0.0.10)
|
||||
faraday (~> 0.9.0)
|
||||
http (>= 0.4, < 0.10)
|
||||
http (~> 1.0)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
json (~> 1.8)
|
||||
memoizable (~> 0.4.0)
|
||||
|
|
@ -754,7 +754,7 @@ GEM
|
|||
json (>= 1.8.0)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.1)
|
||||
unf_ext (0.0.7.2)
|
||||
unicorn (5.0.1)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
|
|
@ -897,7 +897,7 @@ DEPENDENCIES
|
|||
spring-commands-rspec (= 1.0.4)
|
||||
test_after_commit (= 0.4.2)
|
||||
timecop (= 0.8.0)
|
||||
twitter (= 5.15.0)
|
||||
twitter (= 5.16.0)
|
||||
twitter-text (= 1.13.0)
|
||||
typhoeus (= 0.8.0)
|
||||
uglifier (= 2.7.2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue