From e0832a294b45c5bf364e0b72f6c2a32070c7b578 Mon Sep 17 00:00:00 2001 From: NEETzsche <791672+TheStranjer@users.noreply.github.com> Date: Thu, 18 May 2023 04:19:27 -0600 Subject: [PATCH] Update Ruby version and Bundler --- .ruby-version | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index ec1cf33..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.3 +3.2.2 diff --git a/Gemfile.lock b/Gemfile.lock index 90f3a1b..85d6dad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM prawn (>= 2.0.0) prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) - pry (0.14.0) + pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) ttfunk (1.7.0) @@ -26,4 +26,4 @@ DEPENDENCIES pry BUNDLED WITH - 2.0.2 + 2.4.10