aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-23 11:10:37 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-23 11:10:37 +0200
commit63ced3db88bb083b8e6145bee4e661bc71877f36 (patch)
tree827cc0f16ac529f668c6aad1a493401e7d3dc623
parent053341bed3778d9475efa3c42c0a84a0d45862bf (diff)
downloadoperum-63ced3db88bb083b8e6145bee4e661bc71877f36.tar.gz
operum-63ced3db88bb083b8e6145bee4e661bc71877f36.zip
Upgrade to ruby 4.0.6
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
-rw-r--r--.ruby-version2
-rw-r--r--Dockerfile2
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
4 files changed, 5 insertions, 5 deletions
diff --git a/.ruby-version b/.ruby-version
index 2f9dd5f..1cf76f5 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
-ruby-4.0.0
+ruby-4.0.6
diff --git a/Dockerfile b/Dockerfile
index 5b20cb3..4f6eb61 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
-ARG RUBY_VERSION=4.0.0
+ARG RUBY_VERSION=4.0.6
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here
diff --git a/Gemfile b/Gemfile
index 3fb11ba..a28ceb7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@
source 'https://rubygems.org'
-ruby '4.0.0'
+ruby '4.0.6'
# Rails itself :)
gem 'rails', '~> 8.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index 4c4b95e..79ffcf4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -358,7 +358,7 @@ DEPENDENCIES
web-console
RUBY VERSION
- ruby 4.0.0p0
+ ruby 4.0.6
BUNDLED WITH
- 4.0.3
+ 4.0.17