Skip to content
Merged
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
31 changes: 16 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT

GIT
remote: https://github.com/ruby/net-pop.git
revision: 30d89b359c940610d84ecd1fed0dba4003508fde
revision: d4e1675e7f1f558ac23a43cbedacb5dfdd23739a
specs:
net-pop (0.1.2)
net-protocol
Expand Down Expand Up @@ -219,7 +219,7 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
erb (6.0.4)
erb (6.0.6)
erubi (1.13.1)
factory_bot (6.5.5)
activesupport (>= 6.1.0)
Expand Down Expand Up @@ -265,12 +265,12 @@ GEM
text (>= 1.3.0)
gettext_i18n_rails (2.2.0)
fast_gettext (>= 0.9.0)
gettext_i18n_rails_js (3.1.5)
gettext_i18n_rails_js (3.1.6)
gettext (>= 3.0.2)
gettext_i18n_rails (>= 0.7.1)
po_to_json (>= 2.0.0)
rails (>= 3.2.0)
globalid (1.3.0)
globalid (1.4.0)
activesupport (>= 6.1)
gon (7.1.0)
actionpack (>= 3.0.20)
Expand Down Expand Up @@ -321,13 +321,13 @@ GEM
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
mail (2.9.1)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.1.0)
marcel (1.2.1)
matrix (0.4.3)
maxminddb (0.1.22)
metrics (0.15.0)
Expand Down Expand Up @@ -372,7 +372,7 @@ GEM
bigdecimal (>= 3.1, < 5)
net-http (0.9.1)
uri (>= 0.11.1)
net-imap (0.6.4.1)
net-imap (0.6.6)
date
net-protocol
net-protocol (0.2.2)
Expand Down Expand Up @@ -420,7 +420,7 @@ GEM
path_expander (2.0.1)
po_to_json (3.0.5)
json (>= 1.6.0)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prime (0.1.4)
Expand All @@ -443,9 +443,6 @@ GEM
protocol-url (0.4.0)
protocol-websocket (0.21.0)
protocol-http (~> 0.2)
psych (5.3.1)
date
stringio
public_suffix (7.0.5)
puma (8.0.2)
nio4r (~> 2.0)
Expand Down Expand Up @@ -508,9 +505,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (7.2.0)
rbs (4.1.0)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
redcarpet (3.6.1)
redis (5.4.1)
Expand Down Expand Up @@ -653,7 +655,6 @@ GEM
rubocop-performance (~> 1.26.0)
stimulus-rails (1.3.4)
railties (>= 6.0.0)
stringio (3.2.0)
table_print (1.5.7)
temple (0.10.4)
text (1.3.1)
Expand Down Expand Up @@ -709,7 +710,7 @@ GEM
anyway_config (>= 1.3, < 3)
railties
yabeda (~> 0.8)
zeitwerk (2.7.5)
zeitwerk (2.8.2)

PLATFORMS
x86_64-linux
Expand Down
Loading