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 b839032 commit e2dc6c6Copy full SHA for e2dc6c6
1 file changed
Gemfile.lock
@@ -93,7 +93,7 @@ GEM
93
thread_safe (~> 0.3, >= 0.3.1)
94
base64 (0.3.0)
95
bcrypt (3.1.20)
96
- bigdecimal (3.3.1)
+ bigdecimal (4.0.1)
97
bindex (0.8.1)
98
bootsnap (1.19.0)
99
msgpack (~> 1.2)
@@ -165,7 +165,7 @@ GEM
165
railties (>= 6.1.0)
166
thor (>= 1.0.0)
167
hashdiff (1.2.1)
168
- httparty (0.23.2)
+ httparty (0.24.0)
169
csv
170
mini_mime (>= 1.0.0)
171
multi_xml (>= 0.5.2)
@@ -198,8 +198,8 @@ GEM
198
minitest (5.27.0)
199
mize (0.6.1)
200
msgpack (1.8.0)
201
- multi_xml (0.7.2)
202
- bigdecimal (~> 3.1)
+ multi_xml (0.8.0)
+ bigdecimal (>= 3.1, < 5)
203
net-imap (0.6.0)
204
date
205
net-protocol
0 commit comments