diff --git a/.ruby-version b/.ruby-version index 1cf82530..2aa51319 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.4.6 +3.4.7 diff --git a/Dockerfile b/Dockerfile index e7954393..6779b122 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.4.6@sha256:df2711f5259070c14de6c5433f4b357c20728b66135c9494c081c53a96160251 +FROM ruby:3.4.7@sha256:6a1290331f4f9c5955515bb0135de54b45faccb3772b81b58d2b7bb450d759e7 RUN mkdir /bento WORKDIR /bento COPY Gemfile /bento/Gemfile diff --git a/Gemfile b/Gemfile index dd0ecb0d..4a910dbe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.4.6' +ruby '3.4.7' gem 'actionpack-action_caching', github: 'rails/actionpack-action_caching', branch: 'master' gem 'barnes' diff --git a/Gemfile.lock b/Gemfile.lock index 3216dfe1..51b013b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -478,7 +478,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.4.6p54 + ruby 3.4.7p58 BUNDLED WITH 2.4.19