Updated Ruby to 3.2.2

This commit is contained in:
Gabe Farrell 2023-04-13 19:46:27 -04:00
parent 8236a4d291
commit ac4e75c9dd
3 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.1'
ruby '3.2.2'
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.4'