Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Gemfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6eb6032f..0e8ff141 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/nanoc
-image: ruby:2.3
+image: ruby:2.4
stages:
- build
diff --git a/Gemfile b/Gemfile
index 7f2d6a5e..a667f8eb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-ruby '~> 2.3.3'
+ruby '~> 2.4.0'
gem 'nanoc', '~> 4.5'
gem 'adsf'