Skip to content

Commit 23325f2

Browse files
authored
Update all of rails: 6.0.3.4 → 6.1.1 (minor) (#46)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 33f95a2 commit 23325f2

File tree

1 file changed

+71
-68
lines changed

1 file changed

+71
-68
lines changed

Gemfile.lock

Lines changed: 71 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -6,61 +6,65 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
actioncable (6.0.3.4)
10-
actionpack (= 6.0.3.4)
9+
actioncable (6.1.1)
10+
actionpack (= 6.1.1)
11+
activesupport (= 6.1.1)
1112
nio4r (~> 2.0)
1213
websocket-driver (>= 0.6.1)
13-
actionmailbox (6.0.3.4)
14-
actionpack (= 6.0.3.4)
15-
activejob (= 6.0.3.4)
16-
activerecord (= 6.0.3.4)
17-
activestorage (= 6.0.3.4)
18-
activesupport (= 6.0.3.4)
14+
actionmailbox (6.1.1)
15+
actionpack (= 6.1.1)
16+
activejob (= 6.1.1)
17+
activerecord (= 6.1.1)
18+
activestorage (= 6.1.1)
19+
activesupport (= 6.1.1)
1920
mail (>= 2.7.1)
20-
actionmailer (6.0.3.4)
21-
actionpack (= 6.0.3.4)
22-
actionview (= 6.0.3.4)
23-
activejob (= 6.0.3.4)
21+
actionmailer (6.1.1)
22+
actionpack (= 6.1.1)
23+
actionview (= 6.1.1)
24+
activejob (= 6.1.1)
25+
activesupport (= 6.1.1)
2426
mail (~> 2.5, >= 2.5.4)
2527
rails-dom-testing (~> 2.0)
26-
actionpack (6.0.3.4)
27-
actionview (= 6.0.3.4)
28-
activesupport (= 6.0.3.4)
29-
rack (~> 2.0, >= 2.0.8)
28+
actionpack (6.1.1)
29+
actionview (= 6.1.1)
30+
activesupport (= 6.1.1)
31+
rack (~> 2.0, >= 2.0.9)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.0)
3234
rails-html-sanitizer (~> 1.0, >= 1.2.0)
33-
actiontext (6.0.3.4)
34-
actionpack (= 6.0.3.4)
35-
activerecord (= 6.0.3.4)
36-
activestorage (= 6.0.3.4)
37-
activesupport (= 6.0.3.4)
35+
actiontext (6.1.1)
36+
actionpack (= 6.1.1)
37+
activerecord (= 6.1.1)
38+
activestorage (= 6.1.1)
39+
activesupport (= 6.1.1)
3840
nokogiri (>= 1.8.5)
39-
actionview (6.0.3.4)
40-
activesupport (= 6.0.3.4)
41+
actionview (6.1.1)
42+
activesupport (= 6.1.1)
4143
builder (~> 3.1)
4244
erubi (~> 1.4)
4345
rails-dom-testing (~> 2.0)
4446
rails-html-sanitizer (~> 1.1, >= 1.2.0)
45-
activejob (6.0.3.4)
46-
activesupport (= 6.0.3.4)
47+
activejob (6.1.1)
48+
activesupport (= 6.1.1)
4749
globalid (>= 0.3.6)
48-
activemodel (6.0.3.4)
49-
activesupport (= 6.0.3.4)
50-
activerecord (6.0.3.4)
51-
activemodel (= 6.0.3.4)
52-
activesupport (= 6.0.3.4)
53-
activestorage (6.0.3.4)
54-
actionpack (= 6.0.3.4)
55-
activejob (= 6.0.3.4)
56-
activerecord (= 6.0.3.4)
50+
activemodel (6.1.1)
51+
activesupport (= 6.1.1)
52+
activerecord (6.1.1)
53+
activemodel (= 6.1.1)
54+
activesupport (= 6.1.1)
55+
activestorage (6.1.1)
56+
actionpack (= 6.1.1)
57+
activejob (= 6.1.1)
58+
activerecord (= 6.1.1)
59+
activesupport (= 6.1.1)
5760
marcel (~> 0.3.1)
58-
activesupport (6.0.3.4)
61+
mimemagic (~> 0.3.2)
62+
activesupport (6.1.1)
5963
concurrent-ruby (~> 1.0, >= 1.0.2)
60-
i18n (>= 0.7, < 2)
61-
minitest (~> 5.1)
62-
tzinfo (~> 1.1)
63-
zeitwerk (~> 2.2, >= 2.2.2)
64+
i18n (>= 1.6, < 2)
65+
minitest (>= 5.1)
66+
tzinfo (~> 2.0)
67+
zeitwerk (~> 2.3)
6468
administrate (0.13.0)
6569
actionpack (>= 4.2)
6670
actionview (>= 4.2)
@@ -79,13 +83,13 @@ GEM
7983
crass (1.0.6)
8084
datetime_picker_rails (0.0.7)
8185
momentjs-rails (>= 2.8.1)
82-
erubi (1.9.0)
86+
erubi (1.10.0)
8387
execjs (2.7.0)
8488
ffi (1.12.2)
8589
ffi (1.12.2-x64-mingw32)
8690
globalid (0.4.2)
8791
activesupport (>= 4.2.0)
88-
i18n (1.8.5)
92+
i18n (1.8.7)
8993
concurrent-ruby (~> 1.0)
9094
jquery-rails (4.3.5)
9195
rails-dom-testing (>= 1, < 3)
@@ -103,7 +107,7 @@ GEM
103107
activerecord
104108
kaminari-core (= 1.2.1)
105109
kaminari-core (1.2.1)
106-
loofah (2.7.0)
110+
loofah (2.8.0)
107111
crass (~> 1.0.2)
108112
nokogiri (>= 1.5.9)
109113
mail (2.7.1)
@@ -114,46 +118,46 @@ GEM
114118
mimemagic (0.3.5)
115119
mini_mime (1.0.2)
116120
mini_portile2 (2.5.0)
117-
minitest (5.14.2)
121+
minitest (5.14.3)
118122
momentjs-rails (2.20.1)
119123
railties (>= 3.1)
120124
nio4r (2.5.4)
121-
nokogiri (1.11.0)
125+
nokogiri (1.11.1)
122126
mini_portile2 (~> 2.5.0)
123127
racc (~> 1.4)
124-
nokogiri (1.11.0-x64-mingw32)
128+
nokogiri (1.11.1-x64-mingw32)
125129
racc (~> 1.4)
126130
racc (1.5.2)
127131
rack (2.2.3)
128132
rack-test (1.1.0)
129133
rack (>= 1.0, < 3)
130-
rails (6.0.3.4)
131-
actioncable (= 6.0.3.4)
132-
actionmailbox (= 6.0.3.4)
133-
actionmailer (= 6.0.3.4)
134-
actionpack (= 6.0.3.4)
135-
actiontext (= 6.0.3.4)
136-
actionview (= 6.0.3.4)
137-
activejob (= 6.0.3.4)
138-
activemodel (= 6.0.3.4)
139-
activerecord (= 6.0.3.4)
140-
activestorage (= 6.0.3.4)
141-
activesupport (= 6.0.3.4)
142-
bundler (>= 1.3.0)
143-
railties (= 6.0.3.4)
134+
rails (6.1.1)
135+
actioncable (= 6.1.1)
136+
actionmailbox (= 6.1.1)
137+
actionmailer (= 6.1.1)
138+
actionpack (= 6.1.1)
139+
actiontext (= 6.1.1)
140+
actionview (= 6.1.1)
141+
activejob (= 6.1.1)
142+
activemodel (= 6.1.1)
143+
activerecord (= 6.1.1)
144+
activestorage (= 6.1.1)
145+
activesupport (= 6.1.1)
146+
bundler (>= 1.15.0)
147+
railties (= 6.1.1)
144148
sprockets-rails (>= 2.0.0)
145149
rails-dom-testing (2.0.3)
146150
activesupport (>= 4.2.0)
147151
nokogiri (>= 1.6)
148152
rails-html-sanitizer (1.3.0)
149153
loofah (~> 2.3)
150-
railties (6.0.3.4)
151-
actionpack (= 6.0.3.4)
152-
activesupport (= 6.0.3.4)
154+
railties (6.1.1)
155+
actionpack (= 6.1.1)
156+
activesupport (= 6.1.1)
153157
method_source
154158
rake (>= 0.8.7)
155-
thor (>= 0.20.3, < 2.0)
156-
rake (13.0.2)
159+
thor (~> 1.0)
160+
rake (13.0.3)
157161
sassc (2.2.1)
158162
ffi (~> 1.9)
159163
sassc (2.2.1-x64-mingw32)
@@ -173,14 +177,13 @@ GEM
173177
activesupport (>= 4.0)
174178
sprockets (>= 3.0.0)
175179
thor (1.0.1)
176-
thread_safe (0.3.6)
177180
tilt (2.0.10)
178-
tzinfo (1.2.8)
179-
thread_safe (~> 0.1)
181+
tzinfo (2.0.4)
182+
concurrent-ruby (~> 1.0)
180183
websocket-driver (0.7.3)
181184
websocket-extensions (>= 0.1.0)
182185
websocket-extensions (0.1.5)
183-
zeitwerk (2.4.1)
186+
zeitwerk (2.4.2)
184187

185188
PLATFORMS
186189
ruby

0 commit comments

Comments
 (0)