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.
Dockerfile
1 parent 9e3ce5e commit 586ac06Copy full SHA for 586ac06
docs/_spec/Dockerfile
@@ -7,9 +7,11 @@ RUN apt-get install -y curl \
7
&& apt-get install -y nodejs \
8
&& curl -L https://www.npmjs.com/install.sh | sh
9
10
-RUN gem update --system
+RUN gem install "rubygems-update:<3.5" --no-document
11
+RUN update_rubygems
12
+
13
RUN gem install sass-embedded -v 1.58.0
-RUN gem install bundler:1.17.2 jekyll
14
+RUN gem install bundler:2.3.5
15
16
WORKDIR /srv/jekyll
17
docs/_spec/Gemfile
@@ -1,5 +1,6 @@
1
# To build the spec on Travis CI
2
source "https://rubygems.org"
3
+ruby "~> 2.7"
4
5
gem "jekyll", "3.6.3"
6
gem "webrick"
0 commit comments