File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- render_editorjs (0.1.2 )
4
+ render_editorjs (0.1.3 )
5
5
actionview (>= 4 )
6
6
json-schema (~> 2 )
7
7
sanitize (~> 6.0.0 )
10
10
GEM
11
11
remote: https://rubygems.org/
12
12
specs:
13
- actionview (6.1.4.1 )
14
- activesupport (= 6.1.4.1 )
13
+ actionview (7.0.0 )
14
+ activesupport (= 7.0.0 )
15
15
builder (~> 3.1 )
16
16
erubi (~> 1.4 )
17
17
rails-dom-testing (~> 2.0 )
18
18
rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
19
- activesupport (6.1.4.1 )
19
+ activesupport (7.0.0 )
20
20
concurrent-ruby (~> 1.0 , >= 1.0.2 )
21
21
i18n (>= 1.6 , < 2 )
22
22
minitest (>= 5.1 )
23
23
tzinfo (~> 2.0 )
24
- zeitwerk (~> 2.3 )
25
24
addressable (2.8.0 )
26
25
public_suffix (>= 2.0.2 , < 5.0 )
27
26
ansi (1.5.0 )
54
53
listen (3.7.0 )
55
54
rb-fsevent (~> 0.10 , >= 0.10.3 )
56
55
rb-inotify (~> 0.9 , >= 0.9.10 )
57
- loofah (2.12 .0 )
56
+ loofah (2.13 .0 )
58
57
crass (~> 1.0.2 )
59
58
nokogiri (>= 1.5.9 )
60
59
lumberjack (1.2.8 )
61
60
method_source (1.0.0 )
62
- mini_portile2 (2.6.1 )
63
61
minitest (5.14.4 )
64
62
minitest-focus (1.3.1 )
65
63
minitest (>= 4 , < 6 )
71
69
minitest (>= 5.0 )
72
70
ruby-progressbar
73
71
nenv (0.3.0 )
74
- nokogiri (1.12.5 )
75
- mini_portile2 (~> 2.6.1 )
72
+ nokogiri (1.12.5-x86_64-darwin )
76
73
racc (~> 1.4 )
77
74
notiffany (0.1.3 )
78
75
nenv (~> 0.1 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RenderEditorjs
4
- VERSION = "0.1.2 "
4
+ VERSION = "0.1.3 "
5
5
end
You can’t perform that action at this time.
0 commit comments