diff --git a/Gemfile b/Gemfile index 895a944..cef98a4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'activesupport', '~> 6.0' -gem 'twitter', '~> 6.2' +gem 'twitter', '~> 7.0' gem 'lumberjack', '~> 1.0' gem 'sysexits', '~> 1.2' gem 'http', '> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index a0a3cdf..a3638cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,18 +39,23 @@ GEM equalizer (0.0.11) event_emitter (0.2.6) ffi (1.13.1) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake gdbm (2.1.0) guess_html_encoding (0.0.11) hashdiff (1.0.1) - http (3.3.0) + http (4.4.1) addressable (~> 2.3) http-cookie (~> 1.0) - http-form_data (~> 2.0) - http_parser.rb (~> 0.6.0) + http-form_data (~> 2.2) + http-parser (~> 1.2.0) http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) http-form_data (2.3.0) + http-parser (1.2.1) + ffi-compiler (>= 1.0, < 2.0) http_parser.rb (0.6.0) i18n (1.8.5) concurrent-ruby (~> 1.0) @@ -133,11 +138,11 @@ GEM thread_safe (0.3.6) tins (1.25.0) sync - twitter (6.2.0) + twitter (7.0.0) addressable (~> 2.3) buftok (~> 0.2.0) equalizer (~> 0.0.11) - http (~> 3.0) + http (~> 4.0) http-form_data (~> 2.0) http_parser.rb (~> 0.6.0) memoizable (~> 0.4.0) @@ -183,7 +188,7 @@ DEPENDENCIES rspec (~> 3.1) rubocop (~> 0.28) sysexits (~> 1.2) - twitter (~> 6.2) + twitter (~> 7.0) webmock (~> 3.3) yard (~> 0.8)