Skip to content

Commit 4cb2718

Browse files
Bump the ruby-minor-patch group with 6 updates (#3350)
Bumps the ruby-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [net-imap](https://github.com/ruby/net-imap) | `0.5.5` | `0.5.6` | | [net-smtp](https://github.com/ruby/net-smtp) | `0.5.0` | `0.5.1` | | [sentry-ruby](https://github.com/getsentry/sentry-ruby) | `5.22.3` | `5.22.4` | | [sentry-rails](https://github.com/getsentry/sentry-ruby) | `5.22.3` | `5.22.4` | | [rubocop](https://github.com/rubocop/rubocop) | `1.71.1` | `1.71.2` | | [bullet](https://github.com/flyerhzm/bullet) | `8.0.0` | `8.0.1` | Updates `net-imap` from 0.5.5 to 0.5.6 - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](ruby/net-imap@v0.5.5...v0.5.6) Updates `net-smtp` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/ruby/net-smtp/releases) - [Changelog](https://github.com/ruby/net-smtp/blob/master/NEWS.md) - [Commits](ruby/net-smtp@v0.5.0...v0.5.1) Updates `sentry-ruby` from 5.22.3 to 5.22.4 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@5.22.3...5.22.4) Updates `sentry-rails` from 5.22.3 to 5.22.4 - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@5.22.3...5.22.4) Updates `rubocop` from 1.71.1 to 1.71.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.1...v1.71.2) Updates `bullet` from 8.0.0 to 8.0.1 - [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md) - [Commits](flyerhzm/bullet@8.0.0...8.0.1) --- updated-dependencies: - dependency-name: net-imap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: net-smtp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-minor-patch - dependency-name: bullet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: ruby-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efc89fd commit 4cb2718

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ GEM
9797
actionpack (>= 5.2)
9898
activemodel (>= 5.2)
9999
builder (3.3.0)
100-
bullet (8.0.0)
100+
bullet (8.0.1)
101101
activesupport (>= 3.0.0)
102102
uniform_notifier (~> 1.11)
103103
bundler-audit (0.9.2)
@@ -193,7 +193,7 @@ GEM
193193
reline (>= 0.4.2)
194194
jsbundling-rails (1.3.1)
195195
railties (>= 6.0.0)
196-
json (2.9.1)
196+
json (2.10.0)
197197
jwt (2.10.1)
198198
base64
199199
kaminari (1.2.2)
@@ -253,7 +253,7 @@ GEM
253253
net-protocol
254254
net-protocol (0.2.2)
255255
timeout
256-
net-smtp (0.5.0)
256+
net-smtp (0.5.1)
257257
net-protocol
258258
nio4r (2.7.4)
259259
nokogiri (1.18.2)
@@ -289,7 +289,7 @@ GEM
289289
activerecord (>= 6.1)
290290
request_store (~> 1.4)
291291
parallel (1.26.3)
292-
parser (3.3.7.0)
292+
parser (3.3.7.1)
293293
ast (~> 2.4.1)
294294
racc
295295
pdf-core (0.10.0)
@@ -370,7 +370,7 @@ GEM
370370
rb-fsevent (0.11.2)
371371
rb-inotify (0.10.1)
372372
ffi (~> 1.0)
373-
rdoc (6.11.0)
373+
rdoc (6.12.0)
374374
psych (>= 4.0.0)
375375
regexp_parser (2.10.0)
376376
reline (0.6.0)
@@ -382,7 +382,7 @@ GEM
382382
actionpack (>= 5.2)
383383
railties (>= 5.2)
384384
rexml (3.4.0)
385-
rubocop (1.71.1)
385+
rubocop (1.71.2)
386386
json (~> 2.3)
387387
language_server-protocol (>= 3.17.0)
388388
parallel (~> 1.10)
@@ -413,10 +413,10 @@ GEM
413413
rexml (~> 3.2, >= 3.2.5)
414414
rubyzip (>= 1.2.2, < 3.0)
415415
websocket (~> 1.0)
416-
sentry-rails (5.22.3)
416+
sentry-rails (5.22.4)
417417
railties (>= 5.0)
418-
sentry-ruby (~> 5.22.3)
419-
sentry-ruby (5.22.3)
418+
sentry-ruby (~> 5.22.4)
419+
sentry-ruby (5.22.4)
420420
bigdecimal
421421
concurrent-ruby (~> 1.0, >= 1.0.2)
422422
shog (0.2.1)

0 commit comments

Comments
 (0)