Use an updated version of ruby

With this configuration, it always uses an updated version of ruby and bundler
is the one which manages version of the dependencies, hence working in all
environments. Before, dependencies could not be satisfied in updated
environments because of bundler being too new.
This commit is contained in:
Dennis Lee
2020-01-08 20:23:47 +00:00
committed by Achilleas Pipinellis
parent b1742c2ad5
commit a946bd85d6
7 changed files with 162 additions and 51 deletions

View File

@ -1,10 +1,11 @@
image: ruby:2.3
image: ruby:latest
variables:
JEKYLL_ENV: production
LC_ALL: C.UTF-8
before_script:
- gem install bundler
- bundle install
test: