Skip to content

Remove Kamal#112

Merged
JuanVqz merged 1 commit into
mainfrom
feature/remove-kamal
Jun 25, 2026
Merged

Remove Kamal#112
JuanVqz merged 1 commit into
mainfrom
feature/remove-kamal

Conversation

@JuanVqz

@JuanVqz JuanVqz commented Jun 25, 2026

Copy link
Copy Markdown
Member

Summary

Remove Kamal. This app deploys to Heroku (see Procfile), not via Kamal, so the gem and its config were dead weight.

What was removed

  • gem "kamal", require: false from the Gemfile (it was require: false and never loaded).
  • config/deploy.yml (Kamal deploy config).
  • .kamal/ (hooks samples + secrets template).
  • bin/kamal binstub.

Verification

  • bundle install resolves cleanly; kamal no longer in Gemfile.lock.
  • App boots (bin/rails runner).
  • Full test suite: 33 runs, 101 assertions, 0 failures, 0 errors.

Related

Makes the open Dependabot kamal bump (#107) moot — it can be closed.

The app deploys to Heroku (see Procfile), not via Kamal. The kamal gem was
require: false and unused, and its config (config/deploy.yml, .kamal/,
bin/kamal) was dead. Remove the gem and all Kamal artifacts. This also drops
the open Dependabot kamal bump (#107) as moot.
@JuanVqz
JuanVqz merged commit 5a497df into main Jun 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant