Updated to Ruby 3.2.3 and Rails 7.1.3
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user