Skip to content

Commit

Permalink
Bump kamal from 2.2.2 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [kamal](https://github.com/basecamp/kamal) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/basecamp/kamal/releases)
- [Commits](basecamp/kamal@v2.2.2...v2.3.0)

---
updated-dependencies:
- dependency-name: kamal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent b4b9485 commit fc2e0a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem "bcrypt", "~> 3.1.19"
gem "bootsnap", require: false

# Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
gem "kamal", "~> 2.2", require: false
gem "kamal", "~> 2.3", require: false

# Add HTTP asset caching/compression and X-Sendfile acceleration to Puma [https://github.com/basecamp/thruster/]
gem "thruster", require: false
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,17 @@ GEM
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.4)
kamal (2.2.2)
kamal (2.3.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
concurrent-ruby (~> 1.2)
dotenv (~> 3.1)
ed25519 (~> 1.2)
net-ssh (~> 7.0)
net-ssh (~> 7.3)
sshkit (>= 1.23.0, < 2.0)
thor (~> 1.3)
zeitwerk (~> 2.5)
zeitwerk (>= 2.6.18, < 3.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -507,7 +507,7 @@ DEPENDENCIES
image_processing (~> 1.12)
jbuilder
jsbundling-rails
kamal (~> 2.2)
kamal (~> 2.3)
linkify-it-rb (~> 4.0)
memory_profiler
pagy
Expand Down

0 comments on commit fc2e0a8

Please sign in to comment.