File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ gem "sentry-rails"
82
82
#gem 'levenshtein-ffi'
83
83
84
84
# Forum
85
+ gem "html-pipeline" , "~> 2.14" # keep the pre-3.x API that Thredded expects
85
86
gem 'thredded' , git : 'https://github.com/indentlabs/thredded.git' , branch : 'feature/report-posts'
86
87
# gem 'thredded', path: "../thredded"
87
88
Original file line number Diff line number Diff line change @@ -1375,9 +1375,9 @@ GEM
1375
1375
activerecord (>= 4.0.0 )
1376
1376
globalid (1.1.0 )
1377
1377
activesupport (>= 5.0 )
1378
- html-pipeline (3.2.2 )
1379
- selma ( ~> 0.4 )
1380
- zeitwerk ( ~> 2.5 )
1378
+ html-pipeline (2.14.3 )
1379
+ activesupport ( >= 2 )
1380
+ nokogiri ( >= 1.4 )
1381
1381
htmlentities (4.3.4 )
1382
1382
http (4.4.1 )
1383
1383
addressable (~> 2.3 )
@@ -1568,12 +1568,9 @@ GEM
1568
1568
rake (>= 12.2 )
1569
1569
thor (~> 1.0 )
1570
1570
rake (13.2.1 )
1571
- rake-compiler-dock (1.9.1 )
1572
1571
rb-fsevent (0.11.2 )
1573
1572
rb-inotify (0.10.1 )
1574
1573
ffi (~> 1.0 )
1575
- rb_sys (0.9.111 )
1576
- rake-compiler-dock (= 1.9.1 )
1577
1574
react-rails (2.6.2 )
1578
1575
babel-transpiler (>= 0.7.0 )
1579
1576
connection_pool
@@ -1618,9 +1615,6 @@ GEM
1618
1615
rexml (~> 3.2 , >= 3.2.5 )
1619
1616
rubyzip (>= 1.2.2 , < 3.0 )
1620
1617
websocket (~> 1.0 )
1621
- selma (0.4.12 )
1622
- rb_sys (~> 0.9 )
1623
- selma (0.4.12-x86_64-linux )
1624
1618
semantic_range (3.0.0 )
1625
1619
sentry-rails (5.23.0 )
1626
1620
railties (>= 5.0 )
@@ -1736,6 +1730,7 @@ DEPENDENCIES
1736
1730
filesize
1737
1731
flamegraph
1738
1732
font-awesome-rails
1733
+ html-pipeline (~> 2.14 )
1739
1734
htmlentities
1740
1735
ibm_watson
1741
1736
image_processing
You can’t perform that action at this time.
0 commit comments