update twitter-text to 3.1.0
This commit is contained in:
parent
b9f570c68d
commit
705bef1dea
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -151,7 +151,7 @@ gem "nokogiri", "1.11.3"
|
||||||
gem "open_graph_reader", "0.7.1" # also update User-Agent in features/support/webmock.rb and open_graph_cache_spec.rb
|
gem "open_graph_reader", "0.7.1" # also update User-Agent in features/support/webmock.rb and open_graph_cache_spec.rb
|
||||||
gem "redcarpet", "3.5.1"
|
gem "redcarpet", "3.5.1"
|
||||||
gem "ruby-oembed", "0.12.0"
|
gem "ruby-oembed", "0.12.0"
|
||||||
gem "twitter-text", "3.0.0"
|
gem "twitter-text", "3.1.0"
|
||||||
|
|
||||||
# RTL support
|
# RTL support
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -730,7 +730,7 @@ GEM
|
||||||
multipart-post (~> 2.0)
|
multipart-post (~> 2.0)
|
||||||
naught (~> 1.0)
|
naught (~> 1.0)
|
||||||
simple_oauth (~> 0.3.0)
|
simple_oauth (~> 0.3.0)
|
||||||
twitter-text (3.0.0)
|
twitter-text (3.1.0)
|
||||||
idn-ruby
|
idn-ruby
|
||||||
unf (~> 0.1.0)
|
unf (~> 0.1.0)
|
||||||
typhoeus (1.4.0)
|
typhoeus (1.4.0)
|
||||||
|
|
@ -911,7 +911,7 @@ DEPENDENCIES
|
||||||
toml-rb (= 2.0.1)
|
toml-rb (= 2.0.1)
|
||||||
turbo_dev_assets (= 0.0.2)
|
turbo_dev_assets (= 0.0.2)
|
||||||
twitter (= 7.0.0)
|
twitter (= 7.0.0)
|
||||||
twitter-text (= 3.0.0)
|
twitter-text (= 3.1.0)
|
||||||
typhoeus (= 1.4.0)
|
typhoeus (= 1.4.0)
|
||||||
uglifier (= 4.2.0)
|
uglifier (= 4.2.0)
|
||||||
unicorn (= 5.5.3)
|
unicorn (= 5.5.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue