From b4fa4e4b6e9cf9e4845f07402dabf5b242121e6e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 28 Mar 2018 15:48:26 -0400 Subject: [PATCH] Upgrade Ruby to 2.5.1 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 4fbabcd..eaa6568 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" #don't upgrade gem "rails", "5.1.5" -ruby "2.5.0" +ruby "2.5.1" gem "aruba" gem "bcrypt" diff --git a/Gemfile.lock b/Gemfile.lock index 12b5e8c..8044847 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,7 +370,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.5.0p0 + ruby 2.5.1p57 BUNDLED WITH 1.16.1