Skip to content

Commit

Permalink
Merge pull request #484 from cedarcode/dependabot/bundler/kamal-1.6.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump kamal from 1.5.2 to 1.6.0
  • Loading branch information
santiagorodriguez96 committed Jun 10, 2024
2 parents 71031d2 + 5e911d1 commit 99e6419
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'stimulus-rails', '~> 1.3'
gem 'turbo-rails', '~> 2.0'

group :development, :deploy do
gem 'kamal', '~> 1.5'
gem 'kamal', '~> 1.6'
end

group :development, :test do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.0)
bcrypt_pbkdf (1.1.1)
bigdecimal (3.1.8)
bindex (0.8.1)
bootsnap (1.18.3)
Expand All @@ -97,7 +97,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
childprocess (5.0.0)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
Expand Down Expand Up @@ -138,15 +138,15 @@ GEM
json (2.7.2)
jwt (2.8.1)
base64
kamal (1.5.2)
kamal (1.6.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
concurrent-ruby (~> 1.2)
dotenv (~> 2.8)
ed25519 (~> 1.2)
net-ssh (~> 7.0)
sshkit (~> 1.21)
sshkit (>= 1.22.2, < 2.0)
thor (~> 1.2)
zeitwerk (~> 2.5)
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -379,7 +379,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.14)
zeitwerk (2.6.15)

PLATFORMS
ruby
Expand All @@ -391,7 +391,7 @@ DEPENDENCIES
devise (~> 4.9)
factory_bot_rails (~> 6.4)
importmap-rails (~> 2.0)
kamal (~> 1.5)
kamal (~> 1.6)
letter_opener (~> 1.10)
omniauth (~> 2.1)
omniauth-google-oauth2 (~> 1.1)
Expand Down

0 comments on commit 99e6419

Please sign in to comment.