Skip to content

Commit

Permalink
bump bundler version and update Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 28, 2023
1 parent af65ad9 commit d939233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ruby:3.0.5

RUN gem install bundler:2.4.7
RUN gem install bundler:2.4.21

WORKDIR /srv/jekyll

Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x64-mingw-ucrt
x86_64-linux

Expand All @@ -277,4 +278,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.4.7
2.4.21

0 comments on commit d939233

Please sign in to comment.