Skip to content

Commit

Permalink
Bump bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsy committed Feb 13, 2025
1 parent 9c9953d commit 5b410da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ruby:${RUBY_VERSION}

WORKDIR /app

RUN /bin/bash -lc "gem install bundler -v 2.4.22"
RUN /bin/bash -lc "gem install bundler -v 2.5.23"

RUN echo "gem: --no-document" >> ~/.gemrc

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.activerecord-6.1.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ DEPENDENCIES
switchman-inst-jobs!

BUNDLED WITH
2.4.22
2.5.23
2 changes: 1 addition & 1 deletion Gemfile.activerecord-7.0.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ DEPENDENCIES
switchman-inst-jobs!

BUNDLED WITH
2.4.22
2.5.23
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ DEPENDENCIES
switchman-inst-jobs!

BUNDLED WITH
2.4.22
2.5.23

0 comments on commit 5b410da

Please sign in to comment.