tdiary / tdiary-core

tDiary, The TSUKKOMI-able Weblog.
https://tdiary.org/
GNU General Public License v2.0
171 stars 67 forks source link

Support Ruby 3.3 and 3.2 #1129

Closed hsbt closed 6 months ago

hsbt commented 6 months ago

Ruby 2.7 and Bundler 2.4 can't handle to install sqlite3 because Psych 4.0 or higher is conflict in their build process.

https://github.com/tdiary/tdiary-core/actions/runs/8058376862/job/22011071566#step:8:196

Unfortunately, I removed debug gem from our Gemfile. debug gem depends on irb > rdoc > psych.