Skip to content

Commit d777260

Browse files
committed
downgrade prmd to fix markdown tables
1 parent 5b04fa4 commit d777260

5 files changed

Lines changed: 39 additions & 349 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "middleman-s3_sync"
1111
gem "middleman-syntax"
1212
gem "mime-types"
1313
gem "nokogiri"
14-
gem "prmd"
14+
gem "prmd", "0.12.0"
1515
gem "rake"
1616
gem "rouge"
1717
gem "redcarpet"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ GEM
138138
padrino-support (0.13.3.4)
139139
activesupport (>= 3.1)
140140
parallel (1.20.1)
141-
prmd (0.14.0)
141+
prmd (0.12.0)
142142
erubis (~> 2.7)
143143
json_schema (~> 0.3, >= 0.3.1)
144144
public_suffix (4.0.6)
@@ -187,10 +187,10 @@ DEPENDENCIES
187187
middleman-syntax
188188
mime-types
189189
nokogiri
190-
prmd
190+
prmd (= 0.12.0)
191191
rake
192192
redcarpet
193193
rouge
194194

195195
BUNDLED WITH
196-
2.2.11
196+
2.3.10

0 commit comments

Comments
 (0)