Updated the Gemfile

Updated the README with installation instructions
This commit is contained in:
2025-06-19 11:25:15 +00:00
parent c17e805038
commit dcc7059616
3 changed files with 118 additions and 87 deletions

View File

@@ -21,7 +21,7 @@ gem "turbo-rails"
gem "stimulus-rails"
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
gem "jbuilder"
gem "jbuilder", ">= 2.13.0"
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
# gem "bcrypt", "~> 3.1.7"
@@ -41,9 +41,6 @@ gem "bootsnap", require: false
gem 'devise'
gem 'cancancan'
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", require: false
# Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
gem "kamal", require: false