From cf7a1fc94e17aff360ad1bf213b04f6189bbe450 Mon Sep 17 00:00:00 2001 From: Thomas Wood <thomas.wood09@imperial.ac.uk> Date: Wed, 13 Jul 2016 17:45:27 +0100 Subject: [PATCH] :gem: Update & set environment CI option --- .gitlab-ci.yml | 1 + Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3eca8e5..4db4e1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ deadlinks: deploy: stage: deploy + environment: production script: - bundle exec rake deploy tags: diff --git a/Gemfile.lock b/Gemfile.lock index 5f37f7c..dfb6c94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.6) + activesupport (4.2.7) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -24,7 +24,7 @@ GEM csl (~> 1.0) ethon (0.9.0) ffi (>= 1.3.0) - ffi (1.9.10) + ffi (1.9.14) html-proofer (3.0.6) activesupport (~> 4.2) addressable (~> 2.3) @@ -71,7 +71,7 @@ GEM pkg-config (~> 1.1.7) parallel (1.9.0) pkg-config (1.1.7) - pry (0.10.3) + pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) -- GitLab