summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-22 13:03:36 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-22 14:41:30 +0100
commite356327bb4602c1c2573383bb6515bd81cd79e2b (patch)
treee1a956d9ac715b1356f8d89f3e223997f8b25ff4
parent6c17018a6029dc478c699f74161bde267184de58 (diff)
Manually install Bundler for GitLab CI
This apparently got removed from the ruby Docker image.
-rw-r--r--.gitlab-ci.yml1
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock3
-rw-r--r--favicon.ico0
4 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d9b323..8ec9421 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,6 +6,7 @@ build:
stage: build
image: ruby:latest
before_script:
+ - gem install bundler:1.17.2
- bundle install
script:
- bundle exec jekyll build
diff --git a/Gemfile b/Gemfile
index 3973a63..ec30fb8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,4 @@
source "https://rubygems.org" do
- gem "bundler"
gem "jekyll"
gem "jekyll-asciidoc"
gem "jekyll-less"
diff --git a/Gemfile.lock b/Gemfile.lock
index f2ba2ac..d6f6f54 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,7 +66,6 @@ PLATFORMS
ruby
DEPENDENCIES
- bundler!
jekyll!
jekyll-asciidoc!
jekyll-less!
@@ -76,4 +75,4 @@ DEPENDENCIES
therubyracer!
BUNDLED WITH
- 1.15.4
+ 1.17.2
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/favicon.ico