Skip to content

Commit 2cc0635

Browse files
Bump net-imap from 0.5.6 to 0.5.7 in /benchmarks/lobsters
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.5.6 to 0.5.7. - [Release notes](https://github.com/ruby/net-imap/releases) - [Commits](ruby/net-imap@v0.5.6...v0.5.7) --- updated-dependencies: - dependency-name: net-imap dependency-version: 0.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bd98b2 commit 2cc0635

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

benchmarks/lobsters/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ gem 'rack-attack' # rate-limiting
6161

6262
# Avoid using v0.5.7 ~ v0.5.10 that have bad use of Ractor.make_sharable.
6363
# TODO: Use v0.5.11+ once it's released with https://github.com/ruby/net-imap/pull/525.
64-
gem "net-imap", "< 0.5.7"
64+
gem "net-imap", "< 0.5.8"
6565

6666
group :test, :development do
6767
gem 'capybara'

benchmarks/lobsters/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GEM
153153
mini_mime (1.1.5)
154154
mini_portile2 (2.8.9)
155155
minitest (5.25.5)
156-
net-imap (0.5.6)
156+
net-imap (0.5.7)
157157
date
158158
net-protocol
159159
net-pop (0.1.2)
@@ -347,7 +347,7 @@ DEPENDENCIES
347347
json
348348
mail
349349
memory_profiler
350-
net-imap (< 0.5.7)
350+
net-imap (< 0.5.8)
351351
nokogiri (>= 1.13.9)
352352
oauth
353353
ostruct

0 commit comments

Comments
 (0)