Skip to content

Commit 282d6ef

Browse files
committed
Don't require Kamal
1 parent af33bef commit 282d6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem "cssbundling-rails"
2121
gem "importmap-rails", ">= 1.2.3"
2222
gem "tailwindcss-rails"
2323
gem "dartsass-rails"
24-
gem "kamal"
24+
gem "kamal", require: false
2525
# require: false so bcrypt is loaded only when has_secure_password is used.
2626
# This is to avoid Active Model (and by extension the entire framework)
2727
# being dependent on a binary library.

0 commit comments

Comments
 (0)