Ruby 3.2.2 and Rails 7.0.4.3
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -1,10 +1,10 @@
|
||||
source "https://rubygems.org"
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
ruby "3.1.3"
|
||||
ruby "3.2.2"
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.0.2", ">= 7.0.2.4"
|
||||
gem "rails", "~> 7.0.2", ">= 7.0.4.3"
|
||||
|
||||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||
gem "sprockets-rails"
|
||||
|
||||
Reference in New Issue
Block a user