From feaa92867456d8b7f4516f2608bed2621c0e1dca Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Wed, 27 Nov 2019 14:13:30 +0100 Subject: [PATCH] Bump Ruby to 2.3.7 :tada: --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0d3ad67afa..00355e29d1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.10 +2.3.7 diff --git a/Gemfile b/Gemfile index 423a3490d1..eb660dd927 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby "2.2.10" +ruby "2.3.7" git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'i18n', '~> 0.6.11' diff --git a/Gemfile.lock b/Gemfile.lock index 65412a7417..72b2fb8894 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -828,7 +828,7 @@ DEPENDENCIES wkhtmltopdf-binary RUBY VERSION - ruby 2.2.10p489 + ruby 2.3.7p456 BUNDLED WITH 1.17.2