Bump twitter

This commit is contained in:
Benjamin Neff 2023-06-26 02:37:36 +02:00
parent 4068de6d75
commit ab08d97dda
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 14 additions and 14 deletions

View file

@ -130,7 +130,7 @@ gem "omniauth-rails_csrf_protection", "1.0.1"
gem "omniauth-tumblr", "1.2" gem "omniauth-tumblr", "1.2"
gem "omniauth-twitter", "1.4.0" gem "omniauth-twitter", "1.4.0"
gem "omniauth-wordpress", "0.2.2" gem "omniauth-wordpress", "0.2.2"
gem "twitter", "7.0.0" gem "twitter", "8.0.0"
# OpenID Connect # OpenID Connect
gem "openid_connect", "1.3.0" gem "openid_connect", "1.3.0"

View file

@ -95,7 +95,7 @@ GEM
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0) sassc (>= 2.0.0)
bootstrap-switch-rails (3.3.3) bootstrap-switch-rails (3.3.3)
buftok (0.2.0) buftok (0.3.0)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3) byebug (11.1.3)
capybara (3.39.2) capybara (3.39.2)
@ -346,18 +346,15 @@ GEM
tilt (>= 1.2) tilt (>= 1.2)
hashdiff (1.0.1) hashdiff (1.0.1)
hashie (5.0.0) hashie (5.0.0)
http (4.4.1) http (5.1.1)
addressable (~> 2.3) addressable (~> 2.8)
http-cookie (~> 1.0) http-cookie (~> 1.0)
http-form_data (~> 2.2) http-form_data (~> 2.2)
http-parser (~> 1.2.0) llhttp-ffi (~> 0.4.0)
http-cookie (1.0.5) http-cookie (1.0.5)
domain_name (~> 0.5) domain_name (~> 0.5)
http-form_data (2.3.0) http-form_data (2.3.0)
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_accept_language (2.1.1) http_accept_language (2.1.1)
http_parser.rb (0.6.0)
httparty (0.20.0) httparty (0.20.0)
mime-types (~> 3.0) mime-types (~> 3.0)
multi_xml (>= 0.5.2) multi_xml (>= 0.5.2)
@ -405,6 +402,9 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
little-plugger (1.1.4) little-plugger (1.1.4)
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logging (2.3.1) logging (2.3.1)
little-plugger (~> 1.1) little-plugger (~> 1.1)
multi_json (~> 1.14) multi_json (~> 1.14)
@ -729,13 +729,13 @@ GEM
toml-rb (2.2.0) toml-rb (2.2.0)
citrus (~> 3.0, > 3.0) citrus (~> 3.0, > 3.0)
turbo_dev_assets (0.0.2) turbo_dev_assets (0.0.2)
twitter (7.0.0) twitter (8.0.0)
addressable (~> 2.3) addressable (~> 2.3)
buftok (~> 0.2.0) buftok (~> 0.3.0)
equalizer (~> 0.0.11) equalizer (~> 0.0.11)
http (~> 4.0) http (~> 5.1)
http-form_data (~> 2.0) http-form_data (~> 2.3)
http_parser.rb (~> 0.6.0) llhttp-ffi (~> 0.4.0)
memoizable (~> 0.4.0) memoizable (~> 0.4.0)
multipart-post (~> 2.0) multipart-post (~> 2.0)
naught (~> 1.0) naught (~> 1.0)
@ -895,7 +895,7 @@ DEPENDENCIES
timecop (= 0.9.5) timecop (= 0.9.5)
toml-rb (= 2.2.0) toml-rb (= 2.2.0)
turbo_dev_assets (= 0.0.2) turbo_dev_assets (= 0.0.2)
twitter (= 7.0.0) twitter (= 8.0.0)
twitter-text (= 3.1.0) twitter-text (= 3.1.0)
typhoeus (= 1.4.0) typhoeus (= 1.4.0)
uuid (= 2.3.9) uuid (= 2.3.9)