From 36361caf11709cd2d69265af03fa32e413f77299 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 10 Jul 2023 23:14:19 -0400 Subject: [PATCH] Update Ruby to 3.2.2 (#5) Reviewed-on: https://git.atomaka.com/atomaka/budget/pulls/5 --- .ruby-version | 2 +- Gemfile | 2 -- Gemfile.lock | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.ruby-version b/.ruby-version index 944880f..be94e6f 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.0 +3.2.2 diff --git a/Gemfile b/Gemfile index 62b643a..4b92c4d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.0" - # unti 7.1 is out gem "rails", git: "https://github.com/rails/rails" gem "sprockets-rails" diff --git a/Gemfile.lock b/Gemfile.lock index 2bcf6e5..9a10fbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,8 +274,5 @@ DEPENDENCIES web-console webdrivers -RUBY VERSION - ruby 3.2.0p0 - BUNDLED WITH 2.4.7