Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ gem 'addressable', '2.9.0'
# Adding this removes some deprecation warnings, caused by double-loading of the net-protocol library
# (see https://github.com/ruby/net-imap/issues/16). We *might* be able to remove this after upgrading to Ruby 3
gem 'net-http'
gem 'net-imap', '>= 0.5.14'
gem 'prometheus-client'
gem 'psych', '< 4'
gem 'net-protocol'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ GEM
bigdecimal
rexml
crass (1.0.6)
date (3.4.1)
date (3.5.1)
derailed (0.1.0)
derailed_benchmarks
derailed_benchmarks (2.2.1)
Expand Down Expand Up @@ -207,7 +207,7 @@ GEM
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-imap (0.5.7)
net-imap (0.5.14)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -447,6 +447,7 @@ DEPENDENCIES
minitest-retry
mocha (~> 2.7)
net-http
net-imap (>= 0.5.14)
net-protocol
nokogiri (= 1.19.1)
parallel_tests
Expand Down
Loading