Ruby 3.2.2 and Rails 7.0.4.3
This commit is contained in:
6
Gemfile
6
Gemfile
@@ -4,10 +4,12 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
gem 'devise'
|
||||
gem 'cancancan'
|
||||
|
||||
ruby "3.1.3"
|
||||
ruby "3.2.2"
|
||||
|
||||
gem "nokogiri", force_ruby_platform: true
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.0.4.2"
|
||||
gem "rails", "~> 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