mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

@zundan ruby 2.6.5のパッチレベルがp105なのってこれでいいんだっけ?(104?)みたいな話を @mayaeh さんがしてたんだけど、わかりますか?

mayaさんフォローしてればこちらを。
taruntarun.net/@mayaeh/1028992

@noellabo @mayaeh おおっと、Herokuに入ってるのは114ですね:

$ heroku run ruby --version
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]

MastodonのGemfile.lockには、手元にまだ2.6.5が無かったので、Rubyが2.6.4から2.6.5に上がった時のパッチレレベル105を書きました。

https://github.com/ruby/ruby/commit/13b692200dba1056fa9033f2c64c43453f6d6a98#diff-60a3232d

実害があるようならぱGemfile.lockに書いてあるパッチレベルを上げちゃっていいと思います。

github.combump up teeny version to 2.6.5. · ruby/ruby@13b6922git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

@zundan @noellabo rbenv install 2.6.5 して入るのがなぜか p104 なのです。
$ ruby --version
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]
問題がないならそのままでいいと思います。

@zundan @noellabo すみません、私が一部勘違いしていました。
104 ではなく 114 ですね。。。

@mayaeh @noellabo

rbenvで入るのも114ですねー。

$ ruby --version
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]

混乱があるのも良くないし直すなら今のうちかな…