Skip to content

Commit 41e0e26

Browse files
committed
Force bundler update to specific version
1 parent 4204f6a commit 41e0e26

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ RUBY VERSION
3737
ruby 2.5.9p229
3838

3939
BUNDLED WITH
40-
2.2.16
40+
2.3.26

bin/html-proofer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
set -e
44

5-
gem install bundler
5+
gem install bundler:2.3.26
6+
bundle update --bundler
67
bundle install --path .bundle
78

89
bundle exec htmlproofer output_dev \

docker/ruby/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN addgroup -g $GID fig && adduser -D -G fig -u $UID fig
1414
USER fig
1515

1616
# update to bundler 2.0
17-
RUN gem install bundler:2
17+
RUN gem install bundler:2.3.26

0 commit comments

Comments
 (0)