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 7fc6050 commit a71c58cCopy full SHA for a71c58c
Gemfile.lock
@@ -88,11 +88,12 @@ GEM
88
mime-types (3.3.1)
89
mime-types-data (~> 3.2015)
90
mime-types-data (3.2019.1009)
91
- mini_portile2 (2.4.0)
+ mini_portile2 (2.8.0)
92
minitest (5.14.0)
93
multi_json (1.14.1)
94
- nokogiri (1.10.8)
95
- mini_portile2 (~> 2.4.0)
+ nokogiri (1.13.4)
+ mini_portile2 (~> 2.8.0)
96
+ racc (~> 1.4)
97
padrino-helpers (0.12.9)
98
i18n (~> 0.6, >= 0.6.7)
99
padrino-support (= 0.12.9)
@@ -101,6 +102,7 @@ GEM
101
102
activesupport (>= 3.1)
103
pygments.rb (1.2.1)
104
multi_json (>= 1.0.0)
105
+ racc (1.6.0)
106
rack (1.6.12)
107
rack-test (1.1.0)
108
rack (>= 1.0, < 3)
0 commit comments