Changed Gemfile

This commit is contained in:
2026-04-23 10:41:10 +00:00
parent e1bd95987b
commit 5d472a6271
2 changed files with 121 additions and 109 deletions

View File

@@ -1,10 +1,10 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.1"
ruby "4.0.2"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "7.1.3.3"
gem "rails", "8.1.3"
gem 'devise'
gem 'devise-two-factor'