Skip to content

Commit

Permalink
build(deps-dev): bump the all-gems group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all-gems group with 2 updates: [kamal](https://github.com/basecamp/kamal) and [rubocop](https://github.com/rubocop/rubocop).


Updates `kamal` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/basecamp/kamal/releases)
- [Commits](basecamp/kamal@v2.3.0...v2.4.0)

Updates `rubocop` from 1.69.1 to 1.69.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.1...v1.69.2)

---
updated-dependencies:
- dependency-name: kamal
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-gems
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-gems
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent b0c2f2f commit 21160d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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.3'
gem "kamal", '~> 2.4'
end

group :development, :test do
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GEM
ast (2.4.2)
base64 (0.2.0)
bcrypt_pbkdf (1.1.1)
benchmark (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bindata (2.5.0)
bindex (0.8.1)
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
openssl-signature_algorithm (~> 1.0)
crass (1.0.6)
date (3.4.0)
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 All @@ -146,7 +146,7 @@ GEM
thor (~> 1.3)
zeitwerk (>= 2.6.18, < 3.0)
language_server-protocol (3.17.0.3)
logger (1.6.2)
logger (1.6.3)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -159,10 +159,10 @@ GEM
matrix (0.4.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.1)
minitest (5.25.4)
minitest-stub_any_instance (1.0.3)
msgpack (1.7.2)
mutex_m (0.2.0)
mutex_m (0.3.0)
net-imap (0.5.0)
date
net-protocol
Expand All @@ -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 @@ -242,7 +242,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 @@ -252,7 +252,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 All @@ -271,7 +271,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
securerandom (0.3.1)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -339,7 +339,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

0 comments on commit 21160d3

Please sign in to comment.