From f3de7d657c4c606526382513996c05084f15ad9b Mon Sep 17 00:00:00 2001 From: "Yasuko Ohba (nay3)" Date: Thu, 30 Jul 2026 09:12:37 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Ruby=203.4.10=20=E3=81=AB=E3=82=A2=E3=83=83?= =?UTF-8?q?=E3=83=97=E3=83=87=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e6282a7..087b688d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.4.9' + ruby-version: '3.4.10' bundler-cache: true - name: Set up Node.js diff --git a/.ruby-version b/.ruby-version index 7bcbb380..84d6c676 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.9 +3.4.10 diff --git a/Gemfile b/Gemfile index 145e901a..50fe44e1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'http://rubygems.org' -ruby '3.4.9' +ruby '3.4.10' gem 'activerecord-session_store' gem 'bootstrap-sass' diff --git a/Gemfile.lock b/Gemfile.lock index d161d0e3..f0e1a331 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -372,7 +372,7 @@ DEPENDENCIES timecop RUBY VERSION - ruby 3.4.9p82 + ruby 3.4.10p104 BUNDLED WITH 2.6.9 From 40a4ee94a4c23c53d0b68b96cfa9680a666baea3 Mon Sep 17 00:00:00 2001 From: "Yasuko Ohba (nay3)" Date: Thu, 30 Jul 2026 09:12:54 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Procfile=20=E3=82=92=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=81=97=E3=81=A6=20web=20=E3=83=97=E3=83=AD=E3=82=BB=E3=82=B9?= =?UTF-8?q?=E3=81=AE=E8=B5=B7=E5=8B=95=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?UTF-8?q?=E3=82=92=E6=98=8E=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Procfile | 1 + 1 file changed, 1 insertion(+) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 00000000..c2c566e8 --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: bundle exec puma -C config/puma.rb