Commit af73b0d2 authored by Murukesh Mohanan's avatar Murukesh Mohanan

update ruby version to 2.7

parent 89476628
Pipeline #1366 failed with stage
# jekyll-commonmark requires Ruby version >= 2.4.0. # jekyll-commonmark requires Ruby version >= 2.4.0.
image: ruby:2.4 image: ruby:2.7
# add bundle cache to 'vendor' for speeding up builds # add bundle cache to 'vendor' for speeding up builds
cache: cache:
paths: paths:
- vendor/ - vendor/
before_script: before_script:
- gem install bundler
- bundle install --path vendor - bundle install --path vendor
# the 'pages' job will deploy and build your site to the 'public' path # the 'pages' job will deploy and build your site to the 'public' path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment