We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af33bef commit 282d6efCopy full SHA for 282d6ef
Gemfile
@@ -21,7 +21,7 @@ gem "cssbundling-rails"
21
gem "importmap-rails", ">= 1.2.3"
22
gem "tailwindcss-rails"
23
gem "dartsass-rails"
24
-gem "kamal"
+gem "kamal", require: false
25
# require: false so bcrypt is loaded only when has_secure_password is used.
26
# This is to avoid Active Model (and by extension the entire framework)
27
# being dependent on a binary library.
0 commit comments