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 8246085 commit a0bdc0fCopy full SHA for a0bdc0f
Gemfile.lock
@@ -119,14 +119,17 @@ GEM
119
marcel (0.3.3)
120
mimemagic (~> 0.3.2)
121
method_source (1.0.0)
122
- mimemagic (0.3.5)
+ mimemagic (0.3.10)
123
+ nokogiri (~> 1)
124
+ rake
125
mini_mime (1.0.2)
- mini_portile2 (2.4.0)
126
+ mini_portile2 (2.8.0)
127
minitest (5.14.2)
128
mustache (1.1.1)
129
nio4r (2.5.3)
- nokogiri (1.10.10)
- mini_portile2 (~> 2.4.0)
130
+ nokogiri (1.13.4)
131
+ mini_portile2 (~> 2.8.0)
132
+ racc (~> 1.4)
133
parallel (1.19.1)
134
parser (2.7.0.5)
135
ast (~> 2.4.0)
@@ -136,6 +139,7 @@ GEM
136
139
method_source (~> 1.0)
137
140
public_suffix (4.0.5)
138
141
puma (3.12.6)
142
+ racc (1.6.0)
143
rack (2.2.3)
144
rack-test (1.1.0)
145
rack (>= 1.0, < 3)
0 commit comments