We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4204f6a commit 41e0e26Copy full SHA for 41e0e26
Gemfile.lock
@@ -37,4 +37,4 @@ RUBY VERSION
37
ruby 2.5.9p229
38
39
BUNDLED WITH
40
- 2.2.16
+ 2.3.26
bin/html-proofer.sh
@@ -2,7 +2,8 @@
2
3
set -e
4
5
-gem install bundler
+gem install bundler:2.3.26
6
+bundle update --bundler
7
bundle install --path .bundle
8
9
bundle exec htmlproofer output_dev \
docker/ruby/Dockerfile
@@ -14,4 +14,4 @@ RUN addgroup -g $GID fig && adduser -D -G fig -u $UID fig
14
USER fig
15
16
# update to bundler 2.0
17
-RUN gem install bundler:2
+RUN gem install bundler:2.3.26
0 commit comments