We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf8aaa commit b67b65bCopy full SHA for b67b65b
Gemfile.lock
@@ -98,6 +98,7 @@ GEM
98
marcel (1.0.4)
99
method_source (1.1.0)
100
mini_mime (1.1.5)
101
+ mini_portile2 (2.8.6)
102
minitest (5.23.0)
103
net-imap (0.3.7)
104
date
@@ -109,7 +110,7 @@ GEM
109
110
net-smtp (0.5.0)
111
net-protocol
112
nio4r (2.7.3)
- nokogiri (1.16.5-x86_64-linux)
113
+ nokogiri (1.15.6-x86_64-linux)
114
racc (~> 1.4)
115
parallel (1.24.0)
116
parser (3.3.1.0)
@@ -206,7 +207,8 @@ GEM
206
207
actionpack (>= 5.2)
208
activesupport (>= 5.2)
209
sprockets (>= 3.0.0)
- sqlite3 (1.7.3-x86_64-linux)
210
+ sqlite3 (1.7.3)
211
+ mini_portile2 (~> 2.8.0)
212
strscan (3.1.0)
213
thor (1.3.1)
214
timeout (0.4.1)
0 commit comments