diff --git a/.tool-versions b/.tool-versions index c23af94d4c46d5b83aada3d8ba60fdd87b7912a6..a1e3a5abaaf650a21c6b4fabfeee6ae8799dcec8 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -ruby 3.2.0 +ruby 3.2.6 diff --git a/Dockerfile b/Dockerfile index d79a5c0a6e2540b300e05d7f5418ac03a9edcbec..81f5db605382625a75c68e9a2c07f229ceaf270a 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.2.5 +ARG RUBY_VERSION=3.2.6 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base # Rails app lives here diff --git a/Gemfile b/Gemfile index 60e07c93b11f6cc5726cdccda797b5a3c99b1f92..ccc10c379144db7482188315fb811efcaaaca2ca 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.2.5" +ruby "3.2.6" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 2dc96cd3d35ca23ecc0871325d272bac82de23ee..70d6d841a9c51df3d9e8eeccc26e32f947c3722f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -361,7 +361,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.2.5p208 + ruby 3.2.6p234 BUNDLED WITH 2.4.1