Add `twitter-text` as dependency

This commit is contained in:
Karina Kwiatek 2021-12-24 13:41:27 +01:00
parent fcd7217126
commit e5f0be70dc
2 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,7 @@ gem 'omniauth-tumblr'
# OAuth clients
gem 'twitter'
gem 'twitter-text'
# To use a more recent Faraday version, a fork of this gem is required.
gem 'tumblr_client', git: 'https://github.com/amplifr/tumblr_client'

View File

@ -251,6 +251,7 @@ GEM
concurrent-ruby (~> 1.0)
i18n-js (3.6.0)
i18n (>= 0.6.6)
idn-ruby (0.1.4)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
@ -534,6 +535,9 @@ GEM
multipart-post (~> 2.0)
naught (~> 1.0)
simple_oauth (~> 0.3.0)
twitter-text (3.1.0)
idn-ruby
unf (~> 0.1.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
@ -632,6 +636,7 @@ DEPENDENCIES
tumblr_client!
turbolinks (~> 2.5.3)
twitter
twitter-text
uglifier (>= 1.3.0)
web-console (< 4.0.0)
webpacker (~> 5.2)