From 05294b07c551c708b3bc51e2964ae01fcdfdd25f Mon Sep 17 00:00:00 2001 From: Tradam Date: Sat, 16 Mar 2024 19:20:37 -0400 Subject: update ruby version --- Gemfile | 4 +++- Gemfile.lock | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 6aff6dc..cdae22a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -ruby "3.0.6" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1.3", ">= 7.1.3.2" @@ -70,3 +70,5 @@ group :test do end gem "json", "~> 2.7" + +gem "foreman", "~> 0.87.2" diff --git a/Gemfile.lock b/Gemfile.lock index 47e93cb..cb689b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,6 +103,7 @@ GEM reline (>= 0.3.8) drb (2.2.1) erubi (1.12.0) + foreman (0.87.2) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.4) @@ -255,6 +256,7 @@ DEPENDENCIES capybara cssbundling-rails debug + foreman (~> 0.87.2) jbuilder jsbundling-rails json (~> 2.7) @@ -269,7 +271,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.0.6p216 + ruby 3.2.2p53 BUNDLED WITH 2.5.4 -- cgit v1.2.3