From efc6b78716924ebc1070bad75dc871c5decc3ea4 Mon Sep 17 00:00:00 2001 From: Paul Cantrell Date: Sun, 9 Jun 2024 14:43:09 -0500 Subject: [PATCH] Updated ruby to 2.7.8 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 62ae32d..8122ad0 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.7 \ No newline at end of file +2.7.8 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 824858f..bfd6301 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -ruby '2.7.7' +ruby '2.7.8' gem 'rails', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5ded9da..06aeed7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -315,7 +315,7 @@ DEPENDENCIES unicorn RUBY VERSION - ruby 2.7.7p221 + ruby 2.7.8p225 BUNDLED WITH 2.1.4