Updated to rails 7.0.5

This commit is contained in:
2023-06-20 10:51:54 +01:00
parent 498e6ee255
commit bfd5d8533e
2 changed files with 57 additions and 57 deletions

View File

@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.2.2"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.2", ">= 7.0.4.3"
gem "rails", "~> 7.0.2", ">= 7.0.5"
gem 'devise'