From c972b74bdba5173add1ab11b3e26367537e1a469 Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Tue, 24 May 2022 11:26:36 -0700 Subject: [PATCH] Upgrade ruby --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index e70b452..37c2961 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.0 +2.7.2 diff --git a/Gemfile b/Gemfile index 456ce40..badd371 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.6.0' +ruby '2.7.2' gem 'rails', '5.2.2' # TODO Upgrade sprockets gem 'sprockets', '~> 3.7' diff --git a/Gemfile.lock b/Gemfile.lock index 616c124..b5db9b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GIT - remote: git://github.com/koenpunt/capistrano-nginx.git + remote: https://github.com/koenpunt/capistrano-nginx.git revision: 5a91aed41c16fb38b6d9d9462ba1ddfe76dede55 specs: capistrano-nginx (0.2.1) @@ -485,7 +485,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 2.6.0p0 + ruby 2.7.2p137 BUNDLED WITH 1.17.3