diff --git a/.ruby-version b/.ruby-version index 15a27998..619b5376 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.3 diff --git a/Dockerfile b/Dockerfile index 2de746bd..d192c130 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=3.3.0 +ARG RUBY_VERSION=3.3.3 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base # Rails app lives here diff --git a/Gemfile.lock b/Gemfile.lock index e9fa2cca..4c8ec426 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -412,7 +412,7 @@ DEPENDENCIES web-console (~> 4.2) RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.3p89 BUNDLED WITH 2.5.10