diff --git a/.ruby-version b/.ruby-version index 7921bd0c..84d6c676 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.8 +3.4.10 diff --git a/Dockerfile b/Dockerfile index 14ccac5b..b6a5852c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.8@sha256:5c58050b16e00de92e7614bee88cd27865c0bdba262feb44aa838ae5da4431c9 +FROM ruby:3.4.10@sha256:29925d7cc6a147012d1104bb39baf652aae56bfa27647f401366616654a5e7cd RUN mkdir /bento WORKDIR /bento COPY Gemfile /bento/Gemfile diff --git a/Gemfile b/Gemfile index c59abc0e..7308c2f0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.4.8' +ruby '3.4.10' gem 'actionpack-action_caching', github: 'rails/actionpack-action_caching', branch: 'master' gem 'barnes' diff --git a/Gemfile.lock b/Gemfile.lock index 03d2399f..d283d13d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -484,7 +484,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.4.8p72 + ruby 3.4.10p104 BUNDLED WITH 2.4.19