Skip to content

Commit 99c38ef

Browse files
build(deps): bump the all-gems group with 3 updates
Bumps the all-gems group with 3 updates: [webauthn](https://github.com/cedarcode/webauthn-ruby), [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) and [rack-mini-profiler](https://github.com/MiniProfiler/rack-mini-profiler). Updates `webauthn` from 3.4.0 to 3.4.1 - [Changelog](https://github.com/cedarcode/webauthn-ruby/blob/master/CHANGELOG.md) - [Commits](cedarcode/webauthn-ruby@v3.4.0...v3.4.1) Updates `sqlite3` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](sparklemotion/sqlite3-ruby@v2.6.0...v2.7.0) Updates `rack-mini-profiler` from 3.3.1 to 4.0.0 - [Release notes](https://github.com/MiniProfiler/rack-mini-profiler/releases) - [Changelog](https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md) - [Commits](MiniProfiler/rack-mini-profiler@v3.3.1...v4.0.0) --- updated-dependencies: - dependency-name: webauthn dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-gems - dependency-name: sqlite3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gems - dependency-name: rack-mini-profiler dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all-gems ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f6928f commit 99c38ef

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ end
2626
group :development do
2727
gem "brakeman", '~> 7.0'
2828
gem "bundler-audit", '~> 0.9.1'
29-
gem "rack-mini-profiler", "~> 3.3"
29+
gem "rack-mini-profiler", "~> 4.0"
3030
gem 'web-console', '~> 4.2', '>= 4.2.1'
3131
end
3232

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
android_key_attestation (0.3.0)
7878
ast (2.4.3)
79-
base64 (0.2.0)
79+
base64 (0.3.0)
8080
bcrypt_pbkdf (1.1.1)
8181
benchmark (0.4.0)
8282
bigdecimal (3.1.9)
83-
bindata (2.5.0)
83+
bindata (2.5.1)
8484
bindex (0.8.1)
8585
bootsnap (1.18.6)
8686
msgpack (~> 1.2)
@@ -153,7 +153,7 @@ GEM
153153
marcel (1.0.4)
154154
matrix (0.4.2)
155155
mini_mime (1.1.5)
156-
mini_portile2 (2.8.8)
156+
mini_portile2 (2.8.9)
157157
minitest (5.25.5)
158158
minitest-stub_any_instance (1.0.3)
159159
msgpack (1.8.0)
@@ -191,8 +191,8 @@ GEM
191191
puma (6.6.0)
192192
nio4r (~> 2.0)
193193
racc (1.8.1)
194-
rack (3.1.15)
195-
rack-mini-profiler (3.3.1)
194+
rack (3.1.16)
195+
rack-mini-profiler (4.0.0)
196196
rack (>= 1.2.0)
197197
rack-session (2.0.0)
198198
rack (>= 3.0.0)
@@ -284,7 +284,7 @@ GEM
284284
actionpack (>= 6.1)
285285
activesupport (>= 6.1)
286286
sprockets (>= 3.0.0)
287-
sqlite3 (2.6.0)
287+
sqlite3 (2.7.0)
288288
mini_portile2 (~> 2.8.0)
289289
sshkit (1.24.0)
290290
base64
@@ -299,7 +299,7 @@ GEM
299299
thor (1.3.2)
300300
tilt (2.4.0)
301301
timeout (0.4.3)
302-
tpm-key_attestation (0.14.0)
302+
tpm-key_attestation (0.14.1)
303303
bindata (~> 2.4)
304304
openssl (> 2.0)
305305
openssl-signature_algorithm (~> 1.0)
@@ -315,7 +315,7 @@ GEM
315315
activemodel (>= 6.0.0)
316316
bindex (>= 0.4.0)
317317
railties (>= 6.0.0)
318-
webauthn (3.4.0)
318+
webauthn (3.4.1)
319319
android_key_attestation (~> 0.3.0)
320320
bindata (~> 2.4)
321321
cbor (~> 0.5.9)
@@ -345,7 +345,7 @@ DEPENDENCIES
345345
kamal (~> 2.6)
346346
minitest-stub_any_instance (~> 1.0)
347347
puma (~> 6.6)
348-
rack-mini-profiler (~> 3.3)
348+
rack-mini-profiler (~> 4.0)
349349
rails (~> 8.0.1)
350350
rollbar (~> 3.6)
351351
rubocop (~> 1.76)

0 commit comments

Comments
 (0)