Skip to content

Commit c989ec6

Browse files
committed
Update Rails for fix test
1 parent ba31caa commit c989ec6

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

Gemfile.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (5.2.4.4)
12-
actionpack (= 5.2.4.4)
11+
actioncable (5.2.5)
12+
actionpack (= 5.2.5)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailer (5.2.4.4)
16-
actionpack (= 5.2.4.4)
17-
actionview (= 5.2.4.4)
18-
activejob (= 5.2.4.4)
15+
actionmailer (5.2.5)
16+
actionpack (= 5.2.5)
17+
actionview (= 5.2.5)
18+
activejob (= 5.2.5)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (5.2.4.4)
22-
actionview (= 5.2.4.4)
23-
activesupport (= 5.2.4.4)
21+
actionpack (5.2.5)
22+
actionview (= 5.2.5)
23+
activesupport (= 5.2.5)
2424
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.0.2)
28-
actionview (5.2.4.4)
29-
activesupport (= 5.2.4.4)
28+
actionview (5.2.5)
29+
activesupport (= 5.2.5)
3030
builder (~> 3.1)
3131
erubi (~> 1.4)
3232
rails-dom-testing (~> 2.0)
3333
rails-html-sanitizer (~> 1.0, >= 1.0.3)
34-
activejob (5.2.4.4)
35-
activesupport (= 5.2.4.4)
34+
activejob (5.2.5)
35+
activesupport (= 5.2.5)
3636
globalid (>= 0.3.6)
37-
activemodel (5.2.4.4)
38-
activesupport (= 5.2.4.4)
39-
activerecord (5.2.4.4)
40-
activemodel (= 5.2.4.4)
41-
activesupport (= 5.2.4.4)
37+
activemodel (5.2.5)
38+
activesupport (= 5.2.5)
39+
activerecord (5.2.5)
40+
activemodel (= 5.2.5)
41+
activesupport (= 5.2.5)
4242
arel (>= 9.0)
43-
activestorage (5.2.4.4)
44-
actionpack (= 5.2.4.4)
45-
activerecord (= 5.2.4.4)
46-
marcel (~> 0.3.1)
47-
activesupport (5.2.4.4)
43+
activestorage (5.2.5)
44+
actionpack (= 5.2.5)
45+
activerecord (= 5.2.5)
46+
marcel (~> 1.0.0)
47+
activesupport (5.2.5)
4848
concurrent-ruby (~> 1.0, >= 1.0.2)
4949
i18n (>= 0.7, < 2)
5050
minitest (~> 5.1)
@@ -68,7 +68,7 @@ GEM
6868
coffee-script-source
6969
execjs
7070
coffee-script-source (1.12.2)
71-
concurrent-ruby (1.1.7)
71+
concurrent-ruby (1.1.8)
7272
crass (1.0.6)
7373
devise (4.7.3)
7474
bcrypt (~> 3.0)
@@ -77,14 +77,14 @@ GEM
7777
responders
7878
warden (~> 1.2.3)
7979
docile (1.3.2)
80-
erubi (1.9.0)
80+
erubi (1.10.0)
8181
execjs (2.7.0)
8282
factory_bot (6.1.0)
8383
activesupport (>= 5.0.0)
8484
ffi (1.13.1)
8585
globalid (0.4.2)
8686
activesupport (>= 4.2.0)
87-
i18n (1.8.5)
87+
i18n (1.8.10)
8888
concurrent-ruby (~> 1.0)
8989
jquery-rails (4.4.0)
9090
rails-dom-testing (>= 1, < 3)
@@ -103,54 +103,54 @@ GEM
103103
activerecord
104104
kaminari-core (= 1.2.1)
105105
kaminari-core (1.2.1)
106-
loofah (2.7.0)
106+
loofah (2.9.0)
107107
crass (~> 1.0.2)
108108
nokogiri (>= 1.5.9)
109109
mail (2.7.1)
110110
mini_mime (>= 0.1.1)
111-
marcel (0.3.3)
112-
mimemagic (~> 0.3.2)
111+
marcel (1.0.0)
113112
method_source (1.0.0)
114-
mimemagic (0.3.5)
115-
mini_mime (1.0.2)
116-
mini_portile2 (2.4.0)
117-
minitest (5.14.2)
118-
nio4r (2.5.4)
119-
nokogiri (1.10.10)
120-
mini_portile2 (~> 2.4.0)
113+
mini_mime (1.0.3)
114+
mini_portile2 (2.5.0)
115+
minitest (5.14.4)
116+
nio4r (2.5.7)
117+
nokogiri (1.11.2)
118+
mini_portile2 (~> 2.5.0)
119+
racc (~> 1.4)
121120
orm_adapter (0.5.0)
122121
pg (1.2.3)
123122
popper_js (1.16.0)
124123
puma (5.0.2)
125124
nio4r (~> 2.0)
125+
racc (1.5.2)
126126
rack (2.2.3)
127127
rack-test (1.1.0)
128128
rack (>= 1.0, < 3)
129-
rails (5.2.4.4)
130-
actioncable (= 5.2.4.4)
131-
actionmailer (= 5.2.4.4)
132-
actionpack (= 5.2.4.4)
133-
actionview (= 5.2.4.4)
134-
activejob (= 5.2.4.4)
135-
activemodel (= 5.2.4.4)
136-
activerecord (= 5.2.4.4)
137-
activestorage (= 5.2.4.4)
138-
activesupport (= 5.2.4.4)
129+
rails (5.2.5)
130+
actioncable (= 5.2.5)
131+
actionmailer (= 5.2.5)
132+
actionpack (= 5.2.5)
133+
actionview (= 5.2.5)
134+
activejob (= 5.2.5)
135+
activemodel (= 5.2.5)
136+
activerecord (= 5.2.5)
137+
activestorage (= 5.2.5)
138+
activesupport (= 5.2.5)
139139
bundler (>= 1.3.0)
140-
railties (= 5.2.4.4)
140+
railties (= 5.2.5)
141141
sprockets-rails (>= 2.0.0)
142142
rails-dom-testing (2.0.3)
143143
activesupport (>= 4.2.0)
144144
nokogiri (>= 1.6)
145145
rails-html-sanitizer (1.3.0)
146146
loofah (~> 2.3)
147-
railties (5.2.4.4)
148-
actionpack (= 5.2.4.4)
149-
activesupport (= 5.2.4.4)
147+
railties (5.2.5)
148+
actionpack (= 5.2.5)
149+
activesupport (= 5.2.5)
150150
method_source
151151
rake (>= 0.8.7)
152152
thor (>= 0.19.0, < 2.0)
153-
rake (13.0.1)
153+
rake (13.0.3)
154154
responders (3.0.1)
155155
actionpack (>= 5.0)
156156
railties (>= 5.0)
@@ -175,10 +175,10 @@ GEM
175175
actionpack (>= 4.0)
176176
activesupport (>= 4.0)
177177
sprockets (>= 3.0.0)
178-
thor (1.0.1)
178+
thor (1.1.0)
179179
thread_safe (0.3.6)
180180
tilt (2.0.10)
181-
tzinfo (1.2.7)
181+
tzinfo (1.2.9)
182182
thread_safe (~> 0.1)
183183
uglifier (4.2.0)
184184
execjs (>= 0.3.0, < 3)

0 commit comments

Comments
 (0)