Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the all-gems group with 2 updates #196

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3'
gem "kamal", '~> 2.4'
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 @@ -114,7 +114,7 @@ GEM
openssl-signature_algorithm (~> 1.0)
crass (1.0.6)
date (3.4.1)
dotenv (3.1.4)
dotenv (3.1.6)
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.0)
Expand All @@ -134,7 +134,7 @@ GEM
json (2.9.0)
jwt (2.9.3)
base64
kamal (2.3.0)
kamal (2.4.0)
activesupport (>= 7.0)
base64 (~> 0.2)
bcrypt_pbkdf (~> 1.0)
Expand Down Expand Up @@ -184,7 +184,7 @@ GEM
openssl (3.2.0)
openssl-signature_algorithm (1.3.0)
openssl (> 2.0)
ostruct (0.6.0)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -243,7 +243,7 @@ GEM
io-console (~> 0.5)
rexml (3.3.9)
rollbar (3.6.0)
rubocop (1.69.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -253,7 +253,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -340,7 +340,7 @@ DEPENDENCIES
byebug (~> 11.0)
capybara (~> 3.26)
importmap-rails (~> 2.0)
kamal (~> 2.3)
kamal (~> 2.4)
minitest-stub_any_instance (~> 1.0)
puma (~> 6.5)
rack-mini-profiler (~> 3.3)
Expand Down
Loading