Skip to content

Commit 1493c73

Browse files
Update to v4.1.0 (#59)
* modified the gemlock file to support ruby version 3.1.2 * Update to v4.1.0 --------- Co-authored-by: Akhila <[email protected]>
1 parent 58281fe commit 1493c73

File tree

3 files changed

+51
-53
lines changed

3 files changed

+51
-53
lines changed

Gemfile.lock

+48-50
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,78 @@
11
PATH
22
remote: .
33
specs:
4-
froala-editor-sdk (1.2.0)
4+
froala-editor-sdk (4.0.17)
55
mime-types (~> 3.1)
66
mini_magick (~> 4.5)
7-
wysiwyg-rails (~> 2.6)
7+
wysiwyg-rails (~> 4.0.17)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (5.2.2)
13-
actionview (= 5.2.2)
14-
activesupport (= 5.2.2)
15-
rack (~> 2.0)
12+
actionpack (7.0.4.2)
13+
actionview (= 7.0.4.2)
14+
activesupport (= 7.0.4.2)
15+
rack (~> 2.0, >= 2.2.0)
1616
rack-test (>= 0.6.3)
1717
rails-dom-testing (~> 2.0)
18-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
19-
actionview (5.2.2)
20-
activesupport (= 5.2.2)
18+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
19+
actionview (7.0.4.2)
20+
activesupport (= 7.0.4.2)
2121
builder (~> 3.1)
2222
erubi (~> 1.4)
2323
rails-dom-testing (~> 2.0)
24-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
25-
activesupport (5.2.2)
24+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
25+
activesupport (7.0.4.2)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
27-
i18n (>= 0.7, < 2)
28-
minitest (~> 5.1)
29-
tzinfo (~> 1.1)
30-
builder (3.2.3)
31-
concurrent-ruby (1.1.4)
32-
crass (1.0.4)
33-
erubi (1.8.0)
34-
i18n (1.5.3)
27+
i18n (>= 1.6, < 2)
28+
minitest (>= 5.1)
29+
tzinfo (~> 2.0)
30+
builder (3.2.4)
31+
concurrent-ruby (1.2.0)
32+
crass (1.0.6)
33+
erubi (1.12.0)
34+
i18n (1.12.0)
3535
concurrent-ruby (~> 1.0)
36-
loofah (2.2.3)
36+
loofah (2.19.1)
3737
crass (~> 1.0.2)
3838
nokogiri (>= 1.5.9)
39-
method_source (0.9.2)
40-
mime-types (3.2.2)
39+
method_source (1.0.0)
40+
mime-types (3.4.1)
4141
mime-types-data (~> 3.2015)
42-
mime-types-data (3.2018.0812)
43-
mini_magick (4.9.2)
44-
mini_portile2 (2.4.0)
45-
minitest (5.11.3)
46-
nokogiri (1.10.1)
47-
mini_portile2 (~> 2.4.0)
48-
nokogiri (1.10.1-x64-mingw32)
49-
mini_portile2 (~> 2.4.0)
50-
rack (2.0.6)
51-
rack-test (1.1.0)
52-
rack (>= 1.0, < 3)
42+
mime-types-data (3.2022.0105)
43+
mini_magick (4.12.0)
44+
minitest (5.17.0)
45+
nokogiri (1.14.1-x64-mingw-ucrt)
46+
racc (~> 1.4)
47+
racc (1.6.2)
48+
rack (2.2.6.2)
49+
rack-test (2.0.2)
50+
rack (>= 1.3)
5351
rails-dom-testing (2.0.3)
5452
activesupport (>= 4.2.0)
5553
nokogiri (>= 1.6)
56-
rails-html-sanitizer (1.0.4)
57-
loofah (~> 2.2, >= 2.2.2)
58-
railties (5.2.2)
59-
actionpack (= 5.2.2)
60-
activesupport (= 5.2.2)
54+
rails-html-sanitizer (1.5.0)
55+
loofah (~> 2.19, >= 2.19.1)
56+
railties (7.0.4.2)
57+
actionpack (= 7.0.4.2)
58+
activesupport (= 7.0.4.2)
6159
method_source
62-
rake (>= 0.8.7)
63-
thor (>= 0.19.0, < 2.0)
64-
rake (12.3.2)
65-
thor (0.20.3)
66-
thread_safe (0.3.6)
67-
tzinfo (1.2.5)
68-
thread_safe (~> 0.1)
69-
wysiwyg-rails (2.9.2)
70-
railties (>= 3.2, < 6.0)
60+
rake (>= 12.2)
61+
thor (~> 1.0)
62+
zeitwerk (~> 2.5)
63+
rake (13.0.6)
64+
thor (1.2.1)
65+
tzinfo (2.0.6)
66+
concurrent-ruby (~> 1.0)
67+
wysiwyg-rails (4.0.17)
68+
railties (>= 3.2.7, < 7.1)
69+
zeitwerk (2.6.6)
7170

7271
PLATFORMS
73-
ruby
74-
x64-mingw32
72+
x64-mingw-ucrt
7573

7674
DEPENDENCIES
7775
froala-editor-sdk!
7876

7977
BUNDLED WITH
80-
2.0.1
78+
2.3.7

lib/froala-editor-sdk/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module FroalaEditorSDK
22
module Version
33
Major = 4
4-
Minor = 0
5-
Tiny = 19
4+
Minor = 1
5+
Tiny = 0
66

77
String = "#{Major}.#{Minor}.#{Tiny}"
88
end

wysiwyg-editor-ruby-sdk.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Gem::Specification.new do |gem|
1313
gem.version = FroalaEditorSDK::Version::String
1414

1515
gem.add_dependency 'mime-types', '~> 3.1'
16-
gem.add_dependency 'wysiwyg-rails', '~> 4.0.19'
16+
gem.add_dependency 'wysiwyg-rails', '~> 4.1.0'
1717
gem.add_dependency 'mini_magick', '~> 4.5'
1818
end

0 commit comments

Comments
 (0)