Updating dependencies to newer versions; Updating to Ruby 3.4

This commit is contained in:
2025-05-30 01:20:43 -04:00
parent e3a334546f
commit 28b6cc66bb
4 changed files with 58 additions and 46 deletions

View File

@ -1,10 +1,10 @@
FROM ruby:3.3
FROM ruby:3.4
RUN gem install bundler -v 2.5
RUN gem install bundler
WORKDIR /src
COPY Gemfile Gemfile.lock ./
COPY Gemfile Gemfile.l*ck ./
RUN bundle check || bundle install