バグ #1549
Izumi Tsutsui さんがほぼ3年前に更新
* source:Gemfile@146abc89 source:mikutter/Gemfile@146abc89 で @gem 'addressable','>= 2.7.0', '< 2.8'@ になっていますが、すでに addressable 2.8.0 が出ているので "diva":https://github.com/toshia/diva/commit/3671fcfe2fe178346e8ba06cbd363bcd9ad087ed 同様 @< 3.0@ でよいのでは * source:plugin/uitranslator/Gemfile@146abc89 source:mikutter/plugin/uitranslator/Gemfile@146abc89 で @gem 'gettext', '>= 3.3.5', '< 3.4'@ になっていますが gettext 3.4.1 まで出ているので、これも @< 4.0@ でよいのでは。 あと develop の commit:f1ed187d では @>= 3.3.6@ になってるので合わせてしまってよいと思います。 ( commit:f1ed187d の他の更新もマージすべきかもしれませんが、残り gtk2 と test 関連なので微妙)