Updated to Ruby 3.2.3 and Rails 7.1.3

This commit is contained in:
2024-02-01 11:55:22 +00:00
parent 31e1311fe6
commit e3d0e72a38
3 changed files with 151 additions and 122 deletions

View File

@@ -1,10 +1,10 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.2"
ruby "3.2.3"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.2", ">= 7.0.5"
gem "rails", "7.1.3"
gem 'devise'