summaryrefslogtreecommitdiff
path: root/Gemfile
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 /Gemfile
parent6c17018a6029dc478c699f74161bde267184de58 (diff)
Manually install Bundler for GitLab CI
This apparently got removed from the ruby Docker image.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
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"