From 680b0f9ae68da69df0cac8c1203a7032c78d65b8 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Sun, 7 Apr 2024 15:57:37 -0500 Subject: [PATCH] Ruby 2.7.8 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index 1f7da99..6a81b4c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.7 +2.7.8 diff --git a/Gemfile b/Gemfile index b576485..0a85a37 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "http://rubygems.org" -ruby "2.7.7" +ruby "2.7.8" gem "dotenv-rails", groups: %i[development test]