diff --git a/.ruby-version b/.ruby-version index fa7adc7a..9c25013d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.3.6 diff --git a/Dockerfile b/Dockerfile index 150e3f25..e1fbd7e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # ------------------------------------------------------------------------------ # Base # ------------------------------------------------------------------------------ -FROM ruby:3.3.5 as base +FROM ruby:3.3.6 as base LABEL org.opencontainers.image.authors="contact@dxw.com" COPY .node-version .node-version diff --git a/Gemfile b/Gemfile index 5b152373..c32655e2 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.5" +ruby "3.3.6" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap", ">= 4.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 41587cc1..a5a8d6f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -432,7 +432,7 @@ DEPENDENCIES web-console (>= 3.3.0) RUBY VERSION - ruby 3.3.5p100 + ruby 3.3.6p108 BUNDLED WITH 2.4.7