Update Ruby to 3.0.3

This commit is contained in:
Ryan W
2021-11-29 14:32:36 -08:00
parent 63c2bb1415
commit 3ad8cfeeb6
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.0.2'
ruby '3.0.3'
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.0.alpha2'