File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- activesupport (6.1.3.2 )
11
+ activesupport (6.1.4 )
12
12
concurrent-ruby (~> 1.0 , >= 1.0.2 )
13
13
i18n (>= 1.6 , < 2 )
14
14
minitest (>= 5.1 )
15
15
tzinfo (~> 2.0 )
16
16
zeitwerk (~> 2.3 )
17
- addressable (2.7 .0 )
17
+ addressable (2.8 .0 )
18
18
public_suffix (>= 2.0.2 , < 5.0 )
19
- concurrent-ruby (1.1.8 )
20
- contentstack_utils (1.0.1 )
19
+ concurrent-ruby (1.1.9 )
20
+ contentstack_utils (1.0.2 )
21
21
activesupport (>= 3.2 , < 6.2 )
22
22
nokogiri (~> 1.11 , >= 1.11.0 )
23
23
crack (0.4.5 )
29
29
concurrent-ruby (~> 1.0 )
30
30
mini_portile2 (2.5.3 )
31
31
minitest (5.14.4 )
32
- nokogiri (1.11.6 )
32
+ nokogiri (1.11.7 )
33
33
mini_portile2 (~> 2.5.0 )
34
34
racc (~> 1.4 )
35
35
public_suffix (4.0.6 )
Original file line number Diff line number Diff line change @@ -26,4 +26,7 @@ module Contentstack
26
26
def self . render_content ( content , options )
27
27
ContentstackUtils . render_content ( content , options )
28
28
end
29
+ def self . json_to_html ( content , options )
30
+ ContentstackUtils . json_to_html ( content , options )
31
+ end
29
32
end
You can’t perform that action at this time.
0 commit comments