Skip to content

Commit

Permalink
Upgrade the twitter gem to the bleeding-edge version that should supp…
Browse files Browse the repository at this point in the history
…ort Ruby 3.2
  • Loading branch information
knu committed May 4, 2023
1 parent bf076b8 commit 20f7a1a
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ GIT

GIT
remote: https://github.com/sferik/twitter.git
revision: d11707edf4abd13f7ada0eef57fc1eaa1062d75b
revision: 5a49cb6b6c84ccc8f2f980c42d3e9f852033735a
specs:
twitter (5.15.0)
twitter (8.0.0)
addressable (~> 2.3)
buftok (~> 0.2.0)
buftok (~> 0.3.0)
equalizer (~> 0.0.11)
http (~> 2.0)
http-form_data (~> 1.0)
http_parser.rb (~> 0.6.0)
http (~> 5.1)
http-form_data (~> 2.3)
llhttp-ffi (~> 0.4.0)
memoizable (~> 0.4.0)
multipart-post (~> 2.0)
naught (~> 1.0)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
bootstrap-kaminari-views (0.0.5)
kaminari (>= 0.13)
rails (>= 3.1)
buftok (0.2.0)
buftok (0.3.0)
builder (3.2.4)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -268,6 +268,9 @@ GEM
loofah (>= 2.3.1)
sax-machine (>= 1.0)
ffi (1.15.5)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
font-awesome-sass (4.7.0)
sass (>= 3.2)
forecast_io (2.0.1)
Expand Down Expand Up @@ -382,14 +385,14 @@ GEM
httparty (>= 0.7.3)
mimemagic
multipart-post
http (2.2.2)
addressable (~> 2.3)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 1.0.1)
http_parser.rb (~> 0.6.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (1.0.3)
http-form_data (2.3.0)
http_parser.rb (0.6.0)
httparty (0.14.0)
multi_xml (>= 0.5.2)
Expand Down Expand Up @@ -442,6 +445,9 @@ GEM
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
llhttp-ffi (0.4.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
loofah (2.20.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -473,7 +479,7 @@ GEM
msgpack (1.4.2)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
multipart-post (2.3.0)
mysql2 (0.5.4)
naught (1.1.0)
nenv (0.3.0)
Expand Down

0 comments on commit 20f7a1a

Please sign in to comment.