twitter / twurl

OAuth-enabled curl for the Twitter API

Home Page:https://developer.twitter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby 2.6.0 issue with -X option

andypiper opened this issue · comments

Running twurl 0.9.3-0.9.6 on Ruby 2.6.0 on macOS, the -X parameter is apparently ignored, and a GET request is always sent.

Reverting to Ruby 2.5.3 resolves the issue.

Hmm. Running twurl 0.9.6 on Ruby 2.7.1p83 on Ubuntu 20.04, this seems to work... more debugging or data points required.

Closing this out as unable to repro now that I've switched from RVM to rbenv, and moved on to Ruby 2.7.2. Must have been something weird going on with some dependency.