Skip to content

Commit 630e38b

Browse files
committed
Bump version 0.1.3
1 parent d6a08a4 commit 630e38b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

Gemfile.lock

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
render_editorjs (0.1.2)
4+
render_editorjs (0.1.3)
55
actionview (>= 4)
66
json-schema (~> 2)
77
sanitize (~> 6.0.0)
@@ -10,18 +10,17 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionview (6.1.4.1)
14-
activesupport (= 6.1.4.1)
13+
actionview (7.0.0)
14+
activesupport (= 7.0.0)
1515
builder (~> 3.1)
1616
erubi (~> 1.4)
1717
rails-dom-testing (~> 2.0)
1818
rails-html-sanitizer (~> 1.1, >= 1.2.0)
19-
activesupport (6.1.4.1)
19+
activesupport (7.0.0)
2020
concurrent-ruby (~> 1.0, >= 1.0.2)
2121
i18n (>= 1.6, < 2)
2222
minitest (>= 5.1)
2323
tzinfo (~> 2.0)
24-
zeitwerk (~> 2.3)
2524
addressable (2.8.0)
2625
public_suffix (>= 2.0.2, < 5.0)
2726
ansi (1.5.0)
@@ -54,12 +53,11 @@ GEM
5453
listen (3.7.0)
5554
rb-fsevent (~> 0.10, >= 0.10.3)
5655
rb-inotify (~> 0.9, >= 0.9.10)
57-
loofah (2.12.0)
56+
loofah (2.13.0)
5857
crass (~> 1.0.2)
5958
nokogiri (>= 1.5.9)
6059
lumberjack (1.2.8)
6160
method_source (1.0.0)
62-
mini_portile2 (2.6.1)
6361
minitest (5.14.4)
6462
minitest-focus (1.3.1)
6563
minitest (>= 4, < 6)
@@ -71,8 +69,7 @@ GEM
7169
minitest (>= 5.0)
7270
ruby-progressbar
7371
nenv (0.3.0)
74-
nokogiri (1.12.5)
75-
mini_portile2 (~> 2.6.1)
72+
nokogiri (1.12.5-x86_64-darwin)
7673
racc (~> 1.4)
7774
notiffany (0.1.3)
7875
nenv (~> 0.1)

lib/render_editorjs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RenderEditorjs
4-
VERSION = "0.1.2"
4+
VERSION = "0.1.3"
55
end

0 commit comments

Comments
 (0)