Skip to content

Commit 881d247

Browse files
committed
Update ruby gems
1 parent 0b4d561 commit 881d247

File tree

1 file changed

+46
-42
lines changed

1 file changed

+46
-42
lines changed

Gemfile.lock

+46-42
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,80 @@
11
PATH
22
remote: .
33
specs:
4-
wysiwyg-editor-ruby-sdk (0.0.1)
5-
mime_types (~> 0.0.1)
6-
mini_magick (~> 4.5.0)
7-
wysiwyg-rails (~> 2.6.0)
4+
froala-editor-sdk (1.2.0)
5+
mime-types (~> 3.1)
6+
mini_magick (~> 4.5)
7+
wysiwyg-rails (~> 2.6)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actionpack (5.1.1)
13-
actionview (= 5.1.1)
14-
activesupport (= 5.1.1)
12+
actionpack (5.2.2)
13+
actionview (= 5.2.2)
14+
activesupport (= 5.2.2)
1515
rack (~> 2.0)
16-
rack-test (~> 0.6.3)
16+
rack-test (>= 0.6.3)
1717
rails-dom-testing (~> 2.0)
1818
rails-html-sanitizer (~> 1.0, >= 1.0.2)
19-
actionview (5.1.1)
20-
activesupport (= 5.1.1)
19+
actionview (5.2.2)
20+
activesupport (= 5.2.2)
2121
builder (~> 3.1)
2222
erubi (~> 1.4)
2323
rails-dom-testing (~> 2.0)
2424
rails-html-sanitizer (~> 1.0, >= 1.0.3)
25-
activesupport (5.1.1)
25+
activesupport (5.2.2)
2626
concurrent-ruby (~> 1.0, >= 1.0.2)
27-
i18n (~> 0.7)
27+
i18n (>= 0.7, < 2)
2828
minitest (~> 5.1)
2929
tzinfo (~> 1.1)
3030
builder (3.2.3)
31-
concurrent-ruby (1.0.5)
32-
erubi (1.6.0)
33-
font-awesome-sass (4.7.0)
34-
sass (>= 3.2)
35-
i18n (0.8.1)
36-
loofah (2.0.3)
31+
concurrent-ruby (1.1.4)
32+
crass (1.0.4)
33+
erubi (1.8.0)
34+
i18n (1.5.3)
35+
concurrent-ruby (~> 1.0)
36+
loofah (2.2.3)
37+
crass (~> 1.0.2)
3738
nokogiri (>= 1.5.9)
38-
method_source (0.8.2)
39-
mime_types (0.0.1)
40-
mini_magick (4.5.1)
41-
mini_portile2 (2.1.0)
42-
minitest (5.10.2)
43-
nokogiri (1.7.2)
44-
mini_portile2 (~> 2.1.0)
45-
rack (2.0.3)
46-
rack-test (0.6.3)
47-
rack (>= 1.0)
39+
method_source (0.9.2)
40+
mime-types (3.2.2)
41+
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)
4853
rails-dom-testing (2.0.3)
4954
activesupport (>= 4.2.0)
5055
nokogiri (>= 1.6)
51-
rails-html-sanitizer (1.0.3)
52-
loofah (~> 2.0)
53-
railties (5.1.1)
54-
actionpack (= 5.1.1)
55-
activesupport (= 5.1.1)
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)
5661
method_source
5762
rake (>= 0.8.7)
58-
thor (>= 0.18.1, < 2.0)
59-
rake (12.0.0)
60-
sass (3.4.24)
61-
thor (0.19.4)
63+
thor (>= 0.19.0, < 2.0)
64+
rake (12.3.2)
65+
thor (0.20.3)
6266
thread_safe (0.3.6)
63-
tzinfo (1.2.3)
67+
tzinfo (1.2.5)
6468
thread_safe (~> 0.1)
65-
wysiwyg-rails (2.6.0)
66-
font-awesome-sass (~> 4.4, >= 4.4.0)
69+
wysiwyg-rails (2.9.2)
6770
railties (>= 3.2, < 6.0)
6871

6972
PLATFORMS
7073
ruby
74+
x64-mingw32
7175

7276
DEPENDENCIES
73-
wysiwyg-editor-ruby-sdk!
77+
froala-editor-sdk!
7478

7579
BUNDLED WITH
76-
1.15.0
80+
2.0.1

0 commit comments

Comments
 (0)