Skip to content

Commit 88714eb

Browse files
build(deps): bump the all-gems group with 4 updates (#225)
Bumps the all-gems group with 4 updates: [bootsnap](https://github.com/Shopify/bootsnap), [kamal](https://github.com/basecamp/kamal), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-rails](https://github.com/rubocop/rubocop-rails). Updates `bootsnap` from 1.18.4 to 1.18.6 - [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.18.4...v1.18.6) Updates `kamal` from 2.5.3 to 2.6.1 - [Release notes](https://github.com/basecamp/kamal/releases) - [Commits](basecamp/kamal@v2.5.3...v2.6.1) Updates `rubocop` from 1.75.5 to 1.75.6 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.5...v1.75.6) Updates `rubocop-rails` from 2.31.0 to 2.32.0 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.31.0...v2.32.0) --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.18.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gems - dependency-name: kamal dependency-version: 2.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-gems - dependency-name: rubocop dependency-version: 1.75.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-gems - dependency-name: rubocop-rails dependency-version: 2.32.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-gems ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42d2ef7 commit 88714eb

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
gem 'rails', "~> 8.0.1"
66
gem "webauthn", "~> 3.4"
77

8-
gem 'bootsnap', '~> 1.17', require: false
8+
gem 'bootsnap', '~> 1.18', require: false
99
gem 'importmap-rails', '~> 2.1'
1010
gem 'puma', '~> 6.6'
1111
gem "rollbar", "~> 3.6"
@@ -14,13 +14,13 @@ gem 'sqlite3', '>= 1.4'
1414
gem 'stimulus-rails', '~> 1.3'
1515

1616
group :development, :deploy do
17-
gem "kamal", '~> 2.5'
17+
gem "kamal", '~> 2.6'
1818
end
1919

2020
group :development, :test do
2121
gem 'byebug', '~> 12.0', platforms: [:mri, :mingw, :x64_mingw]
2222
gem 'rubocop', '~> 1.75', require: false
23-
gem 'rubocop-rails', '~> 2.31', require: false
23+
gem 'rubocop-rails', '~> 2.32', require: false
2424
end
2525

2626
group :development do

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ GEM
8282
bigdecimal (3.1.9)
8383
bindata (2.5.0)
8484
bindex (0.8.1)
85-
bootsnap (1.18.4)
85+
bootsnap (1.18.6)
8686
msgpack (~> 1.2)
8787
brakeman (7.0.2)
8888
racc
@@ -102,15 +102,15 @@ GEM
102102
xpath (~> 3.2)
103103
cbor (0.5.9.8)
104104
concurrent-ruby (1.3.5)
105-
connection_pool (2.5.0)
105+
connection_pool (2.5.3)
106106
cose (1.3.1)
107107
cbor (~> 0.5.9)
108108
openssl-signature_algorithm (~> 1.0)
109109
crass (1.0.6)
110110
date (3.4.1)
111-
dotenv (3.1.7)
111+
dotenv (3.1.8)
112112
drb (2.2.1)
113-
ed25519 (1.3.0)
113+
ed25519 (1.4.0)
114114
erubi (1.13.1)
115115
ffi (1.17.0)
116116
globalid (1.2.1)
@@ -125,21 +125,21 @@ GEM
125125
irb (1.14.3)
126126
rdoc (>= 4.0.0)
127127
reline (>= 0.4.2)
128-
json (2.11.3)
128+
json (2.12.0)
129129
jwt (2.10.1)
130130
base64
131-
kamal (2.5.3)
131+
kamal (2.6.1)
132132
activesupport (>= 7.0)
133133
base64 (~> 0.2)
134134
bcrypt_pbkdf (~> 1.0)
135135
concurrent-ruby (~> 1.2)
136136
dotenv (~> 3.1)
137-
ed25519 (~> 1.2)
137+
ed25519 (~> 1.4)
138138
net-ssh (~> 7.3)
139139
sshkit (>= 1.23.0, < 2.0)
140140
thor (~> 1.3)
141141
zeitwerk (>= 2.6.18, < 3.0)
142-
language_server-protocol (3.17.0.4)
142+
language_server-protocol (3.17.0.5)
143143
lint_roller (1.1.0)
144144
logger (1.7.0)
145145
loofah (2.23.1)
@@ -156,7 +156,7 @@ GEM
156156
mini_portile2 (2.8.8)
157157
minitest (5.25.5)
158158
minitest-stub_any_instance (1.0.3)
159-
msgpack (1.7.2)
159+
msgpack (1.8.0)
160160
net-imap (0.5.6)
161161
date
162162
net-protocol
@@ -191,7 +191,7 @@ GEM
191191
puma (6.6.0)
192192
nio4r (~> 2.0)
193193
racc (1.8.1)
194-
rack (3.1.12)
194+
rack (3.1.15)
195195
rack-mini-profiler (3.3.1)
196196
rack (>= 1.2.0)
197197
rack-session (2.0.0)
@@ -238,7 +238,7 @@ GEM
238238
io-console (~> 0.5)
239239
rexml (3.4.1)
240240
rollbar (3.6.2)
241-
rubocop (1.75.5)
241+
rubocop (1.75.6)
242242
json (~> 2.3)
243243
language_server-protocol (~> 3.17.0.2)
244244
lint_roller (~> 1.1.0)
@@ -252,12 +252,12 @@ GEM
252252
rubocop-ast (1.44.1)
253253
parser (>= 3.3.7.2)
254254
prism (~> 1.4)
255-
rubocop-rails (2.31.0)
255+
rubocop-rails (2.32.0)
256256
activesupport (>= 4.2.0)
257257
lint_roller (~> 1.1)
258258
rack (>= 1.1)
259259
rubocop (>= 1.75.0, < 2.0)
260-
rubocop-ast (>= 1.38.0, < 2.0)
260+
rubocop-ast (>= 1.44.0, < 2.0)
261261
ruby-progressbar (1.13.0)
262262
rubyzip (2.4.1)
263263
safety_net_attestation (0.4.0)
@@ -336,20 +336,20 @@ PLATFORMS
336336
ruby
337337

338338
DEPENDENCIES
339-
bootsnap (~> 1.17)
339+
bootsnap (~> 1.18)
340340
brakeman (~> 7.0)
341341
bundler-audit (~> 0.9.1)
342342
byebug (~> 12.0)
343343
capybara (~> 3.26)
344344
importmap-rails (~> 2.1)
345-
kamal (~> 2.5)
345+
kamal (~> 2.6)
346346
minitest-stub_any_instance (~> 1.0)
347347
puma (~> 6.6)
348348
rack-mini-profiler (~> 3.3)
349349
rails (~> 8.0.1)
350350
rollbar (~> 3.6)
351351
rubocop (~> 1.75)
352-
rubocop-rails (~> 2.31)
352+
rubocop-rails (~> 2.32)
353353
sassc-rails (~> 2.0)
354354
selenium-webdriver (~> 4.32)
355355
sqlite3 (>= 1.4)

0 commit comments

Comments
 (0)