Skip to content

Commit

Permalink
Bundler update
Browse files Browse the repository at this point in the history
  • Loading branch information
minter committed Feb 11, 2025
1 parent 3fcd521 commit 58c1294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN apt-get update -qq && \
rm -rf /var/cache/apt/archives/*

# Install specific version of bundler
ARG BUNDLER_VERSION=2.6.2
ARG BUNDLER_VERSION=2.6.3
RUN gem install bundler --no-document -v "${BUNDLER_VERSION}"

# Install application gems
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -379,4 +379,4 @@ RUBY VERSION
ruby 3.4.1p0

BUNDLED WITH
2.6.2
2.6.3

0 comments on commit 58c1294

Please sign in to comment.