mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-25 22:27:34 +10:00
Update to Ruby 3.1.2
This commit is contained in:
parent
c855f54858
commit
a3b6c3d754
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
ruby-3.0.3
|
||||
ruby-3.1.2
|
||||
|
|
|
|||
2
Gemfile
2
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue