Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
~> 3.3
~> 3.4
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3-slim AS base
FROM ruby:3.4-slim AS base

# Configure users and groups
RUN groupadd -g 40054 alma && \
Expand All @@ -9,7 +9,7 @@ RUN groupadd -g 40054 alma && \

# Install packages common to dev/prod
RUN apt-get -y update -qq && \
gem install bundler --version 2.5.22
gem install bundler --version 4.0.15

# Ignore the system's platform and only install native Ruby versions
ENV BUNDLE_FORCE_RUBY_PLATFORM=true
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ DEPENDENCIES
thor (~> 1.1)

RUBY VERSION
ruby 3.3.11
ruby 3.4.10

BUNDLED WITH
4.0.9
4.0.15
Loading