Update to Rails 7.2

This commit is contained in:
Christoph Haas 2025-02-25 21:57:16 +01:00
parent 932a43daac
commit 25672aabb0
31 changed files with 836 additions and 435 deletions

14
Gemfile
View file

@ -21,14 +21,15 @@ gem 'image_processing'
gem 'mini_magick'
# Use Puma as the app server
gem 'puma', '~> 3.0'
gem 'puma', '~> 6.6.0'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
#gem 'sass-rails', '~> 6.0.0'
gem 'dartsass-rails', '~> 0.5.1'
# TODO: ruby sass is decprecated
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
gem 'uglifier', '>= 4.2.1'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
@ -40,7 +41,7 @@ gem 'jquery-rails'
gem 'turbolinks', '~> 5'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.12'
gem 'jbuilder', '~> 2.13.0'
# Use Redis adapter to run Action Cable in production
# gem 'redis', '~> 3.0'
@ -111,7 +112,8 @@ end
# Zurb Foundation
# https://github.com/zurb/foundation-rails
gem 'foundation-rails', '~> 6.6'
gem 'foundation-rails', '~> 6.9.0.0'
gem 'autoprefixer-rails'
# Pagination
gem 'will_paginate'
@ -137,7 +139,7 @@ gem 'font-awesome-rails'
# gem "recaptcha", require: "recaptcha/rails"
gem 'sprockets'
gem 'sprockets-rails'
# gem "activemodel-serializers-xml"