LoginSignup
0
1

More than 5 years have passed since last update.

[wip] tweetstream gem が Ruby 2.4.0 でインストールできない

Posted at

備忘録。

tweetstream gem をたまに使っていたが Ruby 2.4.0 に上げたらインストールできない。

tweetstream の依存関係は

gem 'twitter', '~> 5.5'

となっているが twitter gem 5 系は 'json', '~> 1.8' になっていて Ruby 2.4 ではインストールできないというやつ。
(素直に twitter gem のバージョンを上げられるのかはまだ試してない)

cf:

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1