Updated to the latest rails and a Ruby bump too!!

This commit is contained in:
2023-01-24 19:17:56 +00:00
parent e5e754d23a
commit 27d15d3900
3 changed files with 112 additions and 118 deletions

View File

@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem 'devise'
gem 'cancancan'
ruby "3.1.2"
ruby "3.1.3"
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.2.3"