diff --git a/.ruby-version b/.ruby-version index 9c1555f..6d5369b 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.3.2 +ruby-3.3.4 diff --git a/Dockerfile b/Dockerfile index 4ab3499..a2461dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.2-slim-bookworm AS builder +FROM ruby:3.3.4-slim-bookworm AS builder RUN apt-get update && apt-get install -y build-essential libmariadb-dev && rm -rf /var/lib/apt/lists/* @@ -18,7 +18,7 @@ COPY . . RUN RAILS_ENV=production SECRET_KEY_BASE=irrelevant bundle exec rails assets:precompile -FROM ruby:3.3.2-slim-bookworm +FROM ruby:3.3.4-slim-bookworm LABEL maintainer="aaron@spettl.de" RUN apt-get update && apt-get install -y libmariadb3 && rm -rf /var/lib/apt/lists/* diff --git a/Gemfile b/Gemfile index 57c045c..2290856 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '3.3.2' +ruby '3.3.4' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 7.1.3' diff --git a/Gemfile.lock b/Gemfile.lock index fa86bb8..dc575c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -328,7 +328,7 @@ DEPENDENCIES web-console (>= 4.1.0) RUBY VERSION - ruby 3.3.2p78 + ruby 3.3.4p94 BUNDLED WITH - 2.5.9 + 2.5.11