From 6f415dfb62e0a732349a91ec44ded99837b7f998 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sun, 18 Jun 2023 16:48:19 +0200 Subject: [PATCH] Migrate to Ruby 3.1 --- Gemfile | 7 ------- Gemfile.lock | 5 +---- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index b17bd5f..214f1b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,17 +1,10 @@ source "https://rubygems.org" -ruby "2.7.7" - gem "rails", "~> 7.0.4", ">= 7.0.4.2" - gem "sprockets-rails" - gem "mysql2", "~> 0.5" - gem "puma", "~> 5.0" - gem "sassc-rails" - # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] diff --git a/Gemfile.lock b/Gemfile.lock index efc0043..eb73ba5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -223,8 +223,5 @@ DEPENDENCIES web-console webdrivers -RUBY VERSION - ruby 2.7.7p221 - BUNDLED WITH - 2.2.33 + 2.3.26