@@ -18,24 +18,24 @@ gem 'jbuilder' # Build JSON APIs with ease [https://github.com/rails/jbuilder]
1818gem 'jsbundling-rails' # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1919gem 'mini_magick' , '~> 4.12'
2020# Motor Admin allows you to deploy a no-code admin panel for your application in less than a minute
21- gem 'motor-admin' , '~> 0.4.7 '
22- gem 'pg' , '~> 1.1 ' # Use postgresql as the database for Active Record
21+ gem 'motor-admin' , '>= 0.4.30 '
22+ gem 'pg' , '~> 1.5 ' # Use postgresql as the database for Active Record
2323gem 'premailer-rails' , '~> 1.12' # This gem is a drop in solution for styling HTML emails with CSS
2424gem 'puma' , '~> 6.0' # Use the Puma web server [https://github.com/puma/puma]
25- gem 'rails' , '~> 7.2.2.1 ' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
25+ gem 'rails' , '~> 8.0 ' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
2626# Pagination
2727gem 'pagy' , '~> 9.4.0'
2828# gem 'kaminari'
2929# gem 'kaminari-tailwind'
30- gem 'redis' , '~> 4 .0' # Use Redis adapter to run Action Cable in production
30+ gem 'redis' , '~> 5 .0' # Use Redis adapter to run Action Cable in production
3131# An ActionMailer adapter to send email using SendGrid's HTTPS Web API (instead of SMTP).
32- gem 'rack-attack' # Rack middleware for blocking & throttling abusive requests
32+ gem 'rack-attack' , '>= 6.7' # Rack middleware for blocking & throttling abusive requests (Rack 3 compatible)
3333gem 'sendgrid-actionmailer' , '~> 3.2'
34- gem 'simple_form' , '~> 5.1 ' # Gem to pimp up forms
34+ gem 'simple_form' , '~> 5.3 ' # Gem to pimp up forms
3535gem 'sitemap_generator' # A dynamic sitemap generator gem for the Ruby on Rails framework
36- gem 'sprockets-rails' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
37- gem 'stimulus-rails' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
38- gem 'turbo-rails' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
36+ gem 'sprockets-rails' , '>= 3.5' # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
37+ gem 'stimulus-rails' , '>= 1.3' # Hotwire's modest JavaScript framework [https://stimulus.hotwired.dev]
38+ gem 'turbo-rails' , '>= 2.0' # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev]
3939# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
4040gem 'rails_cloudflare_turnstile'
4141gem 'tzinfo-data' , platforms : %i[ mingw mswin x64_mingw jruby ]
@@ -62,10 +62,8 @@ group :development do
6262 # Speed up commands on slow machines / big apps [https://github.com/rails/spring]
6363 # gem "spring"
6464
65- gem 'annotate' , '~> 3.2' , '>= 3.2.0'
66-
6765 # Capistrano - deployment gems
68- gem 'capistrano' , '~> 3.11 '
66+ gem 'capistrano' , '~> 3.19 '
6967 gem 'capistrano-asdf'
7068 gem 'capistrano-passenger' , '~> 0.2.0'
7169 gem 'capistrano-rails' , '~> 1.4'
0 commit comments