Updated the Gemfile
Updated the README with installation instructions
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user