Migrate to Ruby 3.1

This commit is contained in:
cryptogopher 2023-06-18 16:48:19 +02:00
parent 5b6e986170
commit 6f415dfb62
2 changed files with 1 additions and 11 deletions

View File

@ -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 ]

View File

@ -223,8 +223,5 @@ DEPENDENCIES
web-console
webdrivers
RUBY VERSION
ruby 2.7.7p221
BUNDLED WITH
2.2.33
2.3.26