Skip to content

Commit

Permalink
Merge pull request #489 from cedarcode/dependabot/bundler/kamal-1.7.1
Browse files Browse the repository at this point in the history
build(deps-dev): bump kamal from 1.6.0 to 1.7.1
  • Loading branch information
santiagorodriguez96 committed Jun 24, 2024
2 parents 0570e21 + 14d9410 commit 58c442e
Show file tree
Hide file tree
Showing 2 changed files with 8 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.6'
gem 'kamal', '~> 1.7'
end

group :development, :test do
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GEM
json (2.7.2)
jwt (2.8.1)
base64
kamal (1.6.0)
kamal (1.7.1)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand All @@ -148,6 +148,7 @@ GEM
net-ssh (~> 7.0)
sshkit (>= 1.22.2, < 2.0)
thor (~> 1.2)
x25519 (~> 1.0, >= 1.0.10)
zeitwerk (~> 2.5)
language_server-protocol (3.17.0.3)
launchy (3.0.0)
Expand All @@ -168,7 +169,7 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.0)
msgpack (1.7.2)
multi_xml (0.6.0)
mutex_m (0.2.0)
Expand Down Expand Up @@ -345,9 +346,8 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.22.2)
sshkit (1.23.0)
base64
mutex_m
net-scp (>= 1.1.2)
net-sftp (>= 2.1.2)
net-ssh (>= 2.8.0)
Expand Down Expand Up @@ -379,9 +379,10 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
x25519 (1.0.10)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.15)
zeitwerk (2.6.16)

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

0 comments on commit 58c442e

Please sign in to comment.