Skip to content

Commit 5d8c366

Browse files
committed
[chore] bundle update in examples
1 parent 76dd358 commit 5d8c366

File tree

1 file changed

+88
-72
lines changed

1 file changed

+88
-72
lines changed

examples/Gemfile.lock

+88-72
Original file line numberDiff line numberDiff line change
@@ -1,129 +1,145 @@
11
PATH
22
remote: ..
33
specs:
4-
tree_support (0.1.5)
4+
tree_support (0.1.7)
55
activesupport
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (5.2.1)
11-
actionpack (= 5.2.1)
10+
actioncable (6.0.1)
11+
actionpack (= 6.0.1)
1212
nio4r (~> 2.0)
1313
websocket-driver (>= 0.6.1)
14-
actionmailer (5.2.1)
15-
actionpack (= 5.2.1)
16-
actionview (= 5.2.1)
17-
activejob (= 5.2.1)
14+
actionmailbox (6.0.1)
15+
actionpack (= 6.0.1)
16+
activejob (= 6.0.1)
17+
activerecord (= 6.0.1)
18+
activestorage (= 6.0.1)
19+
activesupport (= 6.0.1)
20+
mail (>= 2.7.1)
21+
actionmailer (6.0.1)
22+
actionpack (= 6.0.1)
23+
actionview (= 6.0.1)
24+
activejob (= 6.0.1)
1825
mail (~> 2.5, >= 2.5.4)
1926
rails-dom-testing (~> 2.0)
20-
actionpack (5.2.1)
21-
actionview (= 5.2.1)
22-
activesupport (= 5.2.1)
27+
actionpack (6.0.1)
28+
actionview (= 6.0.1)
29+
activesupport (= 6.0.1)
2330
rack (~> 2.0)
2431
rack-test (>= 0.6.3)
2532
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
actionview (5.2.1)
28-
activesupport (= 5.2.1)
33+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
34+
actiontext (6.0.1)
35+
actionpack (= 6.0.1)
36+
activerecord (= 6.0.1)
37+
activestorage (= 6.0.1)
38+
activesupport (= 6.0.1)
39+
nokogiri (>= 1.8.5)
40+
actionview (6.0.1)
41+
activesupport (= 6.0.1)
2942
builder (~> 3.1)
3043
erubi (~> 1.4)
3144
rails-dom-testing (~> 2.0)
32-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
33-
activejob (5.2.1)
34-
activesupport (= 5.2.1)
45+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
46+
activejob (6.0.1)
47+
activesupport (= 6.0.1)
3548
globalid (>= 0.3.6)
36-
activemodel (5.2.1)
37-
activesupport (= 5.2.1)
38-
activerecord (5.2.1)
39-
activemodel (= 5.2.1)
40-
activesupport (= 5.2.1)
41-
arel (>= 9.0)
42-
activestorage (5.2.1)
43-
actionpack (= 5.2.1)
44-
activerecord (= 5.2.1)
49+
activemodel (6.0.1)
50+
activesupport (= 6.0.1)
51+
activerecord (6.0.1)
52+
activemodel (= 6.0.1)
53+
activesupport (= 6.0.1)
54+
activestorage (6.0.1)
55+
actionpack (= 6.0.1)
56+
activejob (= 6.0.1)
57+
activerecord (= 6.0.1)
4558
marcel (~> 0.3.1)
46-
activesupport (5.2.1)
59+
activesupport (6.0.1)
4760
concurrent-ruby (~> 1.0, >= 1.0.2)
4861
i18n (>= 0.7, < 2)
4962
minitest (~> 5.1)
5063
tzinfo (~> 1.1)
51-
acts_as_list (0.9.16)
52-
activerecord (>= 3.0)
53-
acts_as_tree (2.8.0)
64+
zeitwerk (~> 2.2)
65+
acts_as_list (1.0.0)
66+
activerecord (>= 4.2)
67+
acts_as_tree (2.9.0)
5468
activerecord (>= 3.0.0)
55-
arel (9.0.0)
5669
builder (3.2.3)
57-
byebug (10.0.2)
58-
concurrent-ruby (1.0.5)
59-
crass (1.0.4)
60-
erubi (1.7.1)
61-
globalid (0.4.1)
70+
byebug (11.0.1)
71+
concurrent-ruby (1.1.5)
72+
crass (1.0.5)
73+
erubi (1.9.0)
74+
globalid (0.4.2)
6275
activesupport (>= 4.2.0)
6376
gviz (0.3.5)
6477
thor
65-
i18n (1.1.0)
78+
i18n (1.7.0)
6679
concurrent-ruby (~> 1.0)
67-
loofah (2.2.2)
80+
loofah (2.4.0)
6881
crass (~> 1.0.2)
6982
nokogiri (>= 1.5.9)
70-
mail (2.7.0)
83+
mail (2.7.1)
7184
mini_mime (>= 0.1.1)
7285
marcel (0.3.3)
7386
mimemagic (~> 0.3.2)
74-
memory_record (0.0.14)
87+
memory_record (0.0.17)
7588
activesupport
76-
method_source (0.9.0)
77-
mimemagic (0.3.2)
78-
mini_mime (1.0.1)
79-
mini_portile2 (2.3.0)
80-
minitest (5.11.3)
81-
nio4r (2.3.1)
82-
nokogiri (1.8.4)
83-
mini_portile2 (~> 2.3.0)
84-
rack (2.0.5)
89+
method_source (0.9.2)
90+
mimemagic (0.3.3)
91+
mini_mime (1.0.2)
92+
mini_portile2 (2.4.0)
93+
minitest (5.13.0)
94+
nio4r (2.5.2)
95+
nokogiri (1.10.5)
96+
mini_portile2 (~> 2.4.0)
97+
rack (2.0.7)
8598
rack-test (1.1.0)
8699
rack (>= 1.0, < 3)
87-
rails (5.2.1)
88-
actioncable (= 5.2.1)
89-
actionmailer (= 5.2.1)
90-
actionpack (= 5.2.1)
91-
actionview (= 5.2.1)
92-
activejob (= 5.2.1)
93-
activemodel (= 5.2.1)
94-
activerecord (= 5.2.1)
95-
activestorage (= 5.2.1)
96-
activesupport (= 5.2.1)
100+
rails (6.0.1)
101+
actioncable (= 6.0.1)
102+
actionmailbox (= 6.0.1)
103+
actionmailer (= 6.0.1)
104+
actionpack (= 6.0.1)
105+
actiontext (= 6.0.1)
106+
actionview (= 6.0.1)
107+
activejob (= 6.0.1)
108+
activemodel (= 6.0.1)
109+
activerecord (= 6.0.1)
110+
activestorage (= 6.0.1)
111+
activesupport (= 6.0.1)
97112
bundler (>= 1.3.0)
98-
railties (= 5.2.1)
113+
railties (= 6.0.1)
99114
sprockets-rails (>= 2.0.0)
100115
rails-dom-testing (2.0.3)
101116
activesupport (>= 4.2.0)
102117
nokogiri (>= 1.6)
103-
rails-html-sanitizer (1.0.4)
104-
loofah (~> 2.2, >= 2.2.2)
105-
railties (5.2.1)
106-
actionpack (= 5.2.1)
107-
activesupport (= 5.2.1)
118+
rails-html-sanitizer (1.3.0)
119+
loofah (~> 2.3)
120+
railties (6.0.1)
121+
actionpack (= 6.0.1)
122+
activesupport (= 6.0.1)
108123
method_source
109124
rake (>= 0.8.7)
110-
thor (>= 0.19.0, < 2.0)
111-
rake (12.3.1)
112-
sprockets (3.7.2)
125+
thor (>= 0.20.3, < 2.0)
126+
rake (13.0.1)
127+
sprockets (4.0.0)
113128
concurrent-ruby (~> 1.0)
114129
rack (> 1, < 3)
115130
sprockets-rails (3.2.1)
116131
actionpack (>= 4.0)
117132
activesupport (>= 4.0)
118133
sprockets (>= 3.0.0)
119-
sqlite3 (1.3.13)
120-
thor (0.20.0)
134+
sqlite3 (1.4.1)
135+
thor (0.20.3)
121136
thread_safe (0.3.6)
122137
tzinfo (1.2.5)
123138
thread_safe (~> 0.1)
124-
websocket-driver (0.7.0)
139+
websocket-driver (0.7.1)
125140
websocket-extensions (>= 0.1.0)
126-
websocket-extensions (0.1.3)
141+
websocket-extensions (0.1.4)
142+
zeitwerk (2.2.1)
127143

128144
PLATFORMS
129145
ruby
@@ -140,4 +156,4 @@ DEPENDENCIES
140156
tree_support!
141157

142158
BUNDLED WITH
143-
1.16.2
159+
1.17.2

0 commit comments

Comments
 (0)