|
From: Hiroshi S. <nul...@cl...> - 2025-07-11 01:14:21
|
Hiroshi SHIBATA 2025-07-11 10:04:52 +0900 (Fri, 11 Jul 2025) Revision: 7f08460ab10134cc9693906d886a1846dfec4d28 https://github.com/tdiary/tdiary-core/commit/7f08460ab10134cc9693906d886a1846dfec4d28 Message: Bump up Ruby 3.4.4 Modified files: misc/paas/heroku/Gemfile.local Modified: misc/paas/heroku/Gemfile.local (+1 -1) =================================================================== --- misc/paas/heroku/Gemfile.local 2025-07-11 10:03:57 +0900 (60eb2b4c) +++ misc/paas/heroku/Gemfile.local 2025-07-11 10:04:52 +0900 (1a52d787) @@ -1,4 +1,4 @@ -ruby '~> 3.2.2' +ruby '~> 3.4.4' gem 'puma', require: false gem 'tdiary-io-mongodb', git: 'https://github.com/tdiary/tdiary-io-mongodb.git' gem 'tdiary-contrib', git: 'https://github.com/tdiary/tdiary-contrib.git' |