diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:54:50 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-01-08 22:54:50 +0100 |
| commit | cc12294c26029abfa0eed0c050c8ab9287ac257a (patch) | |
| tree | 65f4fe88a5006fd1051cd7cdcea27b62cf629e81 | |
| parent | cf3b2db8a33ee7a086af8628c93e2d436b76ca0a (diff) | |
| download | operum-cc12294c26029abfa0eed0c050c8ab9287ac257a.tar.gz operum-cc12294c26029abfa0eed0c050c8ab9287ac257a.zip | |
Upgrade to ruby 4.0.0
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -rw-r--r-- | .ruby-version | 2 | ||||
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.ruby-version b/.ruby-version index a3808a4..2f9dd5f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.4.8 +ruby-4.0.0 @@ -1,7 +1,7 @@ # syntax = docker/dockerfile:1 # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=3.4.5 +ARG RUBY_VERSION=4.0.0 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here @@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.4.8' +ruby '4.0.0' # Rails itself :) gem 'rails', '~> 8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 2fab54c..f705a97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.8p72 + ruby 4.0.0p0 BUNDLED WITH - 2.6.9 + 4.0.3 |
