Updated to Rails 7.1.4
Add fiddle, ostruct and logger to the Gem file Now using Ruby 3.3.5 Add more text to caf_text.yml
This commit is contained in:
8
Gemfile
8
Gemfile
@@ -4,12 +4,16 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
gem 'devise'
|
||||
gem 'cancancan'
|
||||
|
||||
ruby "3.3.0"
|
||||
ruby "3.3.5"
|
||||
|
||||
gem 'fiddle'
|
||||
gem 'ostruct'
|
||||
gem 'logger'
|
||||
|
||||
gem "nokogiri", force_ruby_platform: true
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.1.3.2"
|
||||
gem "rails", "~> 7.1.4"
|
||||
|
||||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||
gem "sprockets-rails"
|
||||
|
||||
Reference in New Issue
Block a user