diff options
| -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 2f9dd5f..1cf76f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-4.0.0 +ruby-4.0.6 @@ -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 @@ -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 |
