diff --git a/Gemfile b/Gemfile index 4b2e66f4e..1bd93f4b4 100644 --- a/Gemfile +++ b/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 "redcarpet", "3.4.0" gem "ruby-oembed", "0.12.0" -gem "twitter-text", "1.14.5" +gem "twitter-text", "1.14.7" # RTL support diff --git a/Gemfile.lock b/Gemfile.lock index 38daffd08..edbb2a0d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -700,7 +700,7 @@ GEM memoizable (~> 0.4.2) naught (~> 1.1) simple_oauth (~> 0.3.1) - twitter-text (1.14.5) + twitter-text (1.14.7) unf (~> 0.1.0) typhoeus (1.1.2) ethon (>= 0.9.0) @@ -710,7 +710,7 @@ GEM execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) + unf_ext (0.0.7.4) unicode-display_width (1.1.3) unicorn (5.3.0) kgio (~> 2.6) @@ -884,7 +884,7 @@ DEPENDENCIES timecop (= 0.8.1) turbo_dev_assets (= 0.0.2) twitter (= 6.1.0) - twitter-text (= 1.14.5) + twitter-text (= 1.14.7) typhoeus (= 1.1.2) uglifier (= 3.2.0) unicorn (= 5.3.0)