From 22bdb8e7fb64d097a8e4d7d35ae66b786346b975 Mon Sep 17 00:00:00 2001 From: "jacek.lebioda" <jacek.lebioda@uni.lu> Date: Wed, 31 Oct 2018 16:34:22 +0100 Subject: [PATCH] Bundler testing another fix --- .gitlab-ci.yml | 2 -- Gemfile | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5fc927..09a95fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,6 @@ variables: JEKYLL_ENV: production before_script: - - gem uninstall -i /usr/local/lib/ruby/gems/2.5.0 bundler - - gem install bundler -v 1.16.6 - bundle install && bundle update test: diff --git a/Gemfile b/Gemfile index 02c10f8..95a7ecf 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! gem "jekyll", "~> 3.7.3" -gem "bundler", "~> 1.16.1" +gem "bundler", "> 1.16.1" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" -- GitLab