Bump twitter-text
This commit is contained in:
parent
d646563c7c
commit
ea73138eb8
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -138,7 +138,7 @@ gem "nokogiri", "1.8.0"
|
||||||
gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb
|
gem "open_graph_reader", "0.6.2" # also update User-Agent in features/support/webmock.rb
|
||||||
gem "redcarpet", "3.4.0"
|
gem "redcarpet", "3.4.0"
|
||||||
gem "ruby-oembed", "0.12.0"
|
gem "ruby-oembed", "0.12.0"
|
||||||
gem "twitter-text", "1.14.5"
|
gem "twitter-text", "1.14.7"
|
||||||
|
|
||||||
# RTL support
|
# RTL support
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -700,7 +700,7 @@ GEM
|
||||||
memoizable (~> 0.4.2)
|
memoizable (~> 0.4.2)
|
||||||
naught (~> 1.1)
|
naught (~> 1.1)
|
||||||
simple_oauth (~> 0.3.1)
|
simple_oauth (~> 0.3.1)
|
||||||
twitter-text (1.14.5)
|
twitter-text (1.14.7)
|
||||||
unf (~> 0.1.0)
|
unf (~> 0.1.0)
|
||||||
typhoeus (1.1.2)
|
typhoeus (1.1.2)
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
|
|
@ -710,7 +710,7 @@ GEM
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.2)
|
unf_ext (0.0.7.4)
|
||||||
unicode-display_width (1.1.3)
|
unicode-display_width (1.1.3)
|
||||||
unicorn (5.3.0)
|
unicorn (5.3.0)
|
||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
|
|
@ -884,7 +884,7 @@ DEPENDENCIES
|
||||||
timecop (= 0.8.1)
|
timecop (= 0.8.1)
|
||||||
turbo_dev_assets (= 0.0.2)
|
turbo_dev_assets (= 0.0.2)
|
||||||
twitter (= 6.1.0)
|
twitter (= 6.1.0)
|
||||||
twitter-text (= 1.14.5)
|
twitter-text (= 1.14.7)
|
||||||
typhoeus (= 1.1.2)
|
typhoeus (= 1.1.2)
|
||||||
uglifier (= 3.2.0)
|
uglifier (= 3.2.0)
|
||||||
unicorn (= 5.3.0)
|
unicorn (= 5.3.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue