Skip to content

Commit

Permalink
Merge pull request #177 from cedarcode/dependabot/bundler/kamal-2.2.2
Browse files Browse the repository at this point in the history
build(deps-dev): bump kamal from 2.1.0 to 2.2.2
  • Loading branch information
santiagorodriguez96 authored Oct 14, 2024
2 parents d27f389 + 35ba12d commit bdb3656
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'sqlite3', '>= 1.4'
gem 'stimulus-rails', '~> 1.3'

group :development, :deploy do
gem "kamal", '~> 2.1'
gem "kamal", '~> 2.2'
end

group :development, :test do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
json (2.7.2)
jwt (2.8.2)
base64
kamal (2.1.0)
kamal (2.2.2)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand Down Expand Up @@ -173,7 +173,7 @@ GEM
net-ssh (>= 5.0.0, < 8.0.0)
net-smtp (0.5.0)
net-protocol
net-ssh (7.2.3)
net-ssh (7.3.0)
nio4r (2.7.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -336,7 +336,7 @@ DEPENDENCIES
byebug (~> 11.0)
capybara (~> 3.26)
importmap-rails (~> 2.0)
kamal (~> 2.1)
kamal (~> 2.2)
minitest-stub_any_instance (~> 1.0)
puma (~> 6.4)
rack-mini-profiler (~> 3.3)
Expand Down

0 comments on commit bdb3656

Please sign in to comment.