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 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