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:
2024-10-10 09:14:16 +01:00
parent 6b0da161be
commit 1b0956bb0c
4 changed files with 309 additions and 65 deletions

View File

@@ -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"