diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-10 17:16:52 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-10 21:48:58 +0200 |
| commit | d506c3f4d2ab2cba1c5beb34a5697f11067a20c0 (patch) | |
| tree | 13fc931a0c7fbb43f248b5e4e9460305da647c60 | |
| parent | 5896956ee97f26a2bd59db1178fc26817db9ee36 (diff) | |
| download | operum-d506c3f4d2ab2cba1c5beb34a5697f11067a20c0.tar.gz operum-d506c3f4d2ab2cba1c5beb34a5697f11067a20c0.zip | |
Upgrade ruby version
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
| -rw-r--r-- | .ruby-version | 2 | ||||
| -rw-r--r-- | Dockerfile | 2 | ||||
| -rw-r--r-- | Gemfile | 2 | ||||
| -rw-r--r-- | Gemfile.lock | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.ruby-version b/.ruby-version index e3cc07a..5497891 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.4.4 +ruby-3.4.5 @@ -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.4 +ARG RUBY_VERSION=3.4.5 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.4' +ruby '3.4.5' # Rails itself :) gem 'rails', '~> 8' diff --git a/Gemfile.lock b/Gemfile.lock index 0f0c5a9..7c82720 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.4.4p34 + ruby 3.4.5p51 BUNDLED WITH 2.6.9 |
