Update to Ruby 3.1.2

This commit is contained in:
Brian McManus 2022-09-09 16:55:04 +00:00 committed by GitHub
parent c855f54858
commit a3b6c3d754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
ruby-3.0.3
ruby-3.1.2

View file

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