Skip to content

Commit 7831c32

Browse files
committed
Upgrade gems to fix CVE-2021-22880
1 parent cdb5c12 commit 7831c32

File tree

1 file changed

+86
-81
lines changed

1 file changed

+86
-81
lines changed

Gemfile.lock

Lines changed: 86 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.4.4)
5-
actionpack (= 5.2.4.4)
4+
actioncable (5.2.4.5)
5+
actionpack (= 5.2.4.5)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.4.4)
9-
actionpack (= 5.2.4.4)
10-
actionview (= 5.2.4.4)
11-
activejob (= 5.2.4.4)
8+
actionmailer (5.2.4.5)
9+
actionpack (= 5.2.4.5)
10+
actionview (= 5.2.4.5)
11+
activejob (= 5.2.4.5)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.4.4)
15-
actionview (= 5.2.4.4)
16-
activesupport (= 5.2.4.4)
14+
actionpack (5.2.4.5)
15+
actionview (= 5.2.4.5)
16+
activesupport (= 5.2.4.5)
1717
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.4.4)
22-
activesupport (= 5.2.4.4)
21+
actionview (5.2.4.5)
22+
activesupport (= 5.2.4.5)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.4.4)
28-
activesupport (= 5.2.4.4)
27+
activejob (5.2.4.5)
28+
activesupport (= 5.2.4.5)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.4.4)
31-
activesupport (= 5.2.4.4)
32-
activerecord (5.2.4.4)
33-
activemodel (= 5.2.4.4)
34-
activesupport (= 5.2.4.4)
30+
activemodel (5.2.4.5)
31+
activesupport (= 5.2.4.5)
32+
activerecord (5.2.4.5)
33+
activemodel (= 5.2.4.5)
34+
activesupport (= 5.2.4.5)
3535
arel (>= 9.0)
36-
activestorage (5.2.4.4)
37-
actionpack (= 5.2.4.4)
38-
activerecord (= 5.2.4.4)
36+
activestorage (5.2.4.5)
37+
actionpack (= 5.2.4.5)
38+
activerecord (= 5.2.4.5)
3939
marcel (~> 0.3.1)
40-
activesupport (5.2.4.4)
40+
activesupport (5.2.4.5)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
4444
tzinfo (~> 1.1)
4545
arel (9.0.0)
46-
ast (2.4.1)
46+
ast (2.4.2)
4747
bcrypt (3.1.16)
4848
bindex (0.8.1)
4949
builder (3.2.4)
5050
byebug (11.1.3)
51-
concurrent-ruby (1.1.7)
51+
concurrent-ruby (1.1.8)
5252
crass (1.0.6)
53-
database_cleaner (1.8.5)
53+
database_cleaner (2.0.1)
54+
database_cleaner-active_record (~> 2.0.0)
55+
database_cleaner-active_record (2.0.0)
56+
activerecord (>= 5.a)
57+
database_cleaner-core (~> 2.0.0)
58+
database_cleaner-core (2.0.1)
5459
diff-lcs (1.4.4)
55-
erubi (1.9.0)
56-
ffi (1.13.1)
60+
erubi (1.10.0)
61+
ffi (1.15.0)
5762
globalid (0.4.2)
5863
activesupport (>= 4.2.0)
59-
i18n (1.8.5)
64+
i18n (1.8.9)
6065
concurrent-ruby (~> 1.0)
6166
jwt (2.1.0)
6267
listen (3.2.1)
6368
rb-fsevent (~> 0.10, >= 0.10.3)
6469
rb-inotify (~> 0.9, >= 0.9.10)
65-
loofah (2.7.0)
70+
loofah (2.9.0)
6671
crass (~> 1.0.2)
6772
nokogiri (>= 1.5.9)
6873
mail (2.7.1)
@@ -73,84 +78,84 @@ GEM
7378
mimemagic (0.3.5)
7479
mini_mime (1.0.2)
7580
mini_portile2 (2.5.0)
76-
minitest (5.14.2)
77-
nio4r (2.5.4)
78-
nokogiri (1.11.1)
81+
minitest (5.14.4)
82+
nio4r (2.5.7)
83+
nokogiri (1.11.2)
7984
mini_portile2 (~> 2.5.0)
8085
racc (~> 1.4)
81-
parallel (1.19.2)
82-
parser (2.7.1.4)
86+
parallel (1.20.1)
87+
parser (3.0.0.0)
8388
ast (~> 2.4.1)
84-
puma (5.0.0)
89+
puma (5.0.4)
8590
nio4r (~> 2.0)
8691
racc (1.5.2)
8792
rack (2.2.3)
8893
rack-test (1.1.0)
8994
rack (>= 1.0, < 3)
90-
rails (5.2.4.4)
91-
actioncable (= 5.2.4.4)
92-
actionmailer (= 5.2.4.4)
93-
actionpack (= 5.2.4.4)
94-
actionview (= 5.2.4.4)
95-
activejob (= 5.2.4.4)
96-
activemodel (= 5.2.4.4)
97-
activerecord (= 5.2.4.4)
98-
activestorage (= 5.2.4.4)
99-
activesupport (= 5.2.4.4)
95+
rails (5.2.4.5)
96+
actioncable (= 5.2.4.5)
97+
actionmailer (= 5.2.4.5)
98+
actionpack (= 5.2.4.5)
99+
actionview (= 5.2.4.5)
100+
activejob (= 5.2.4.5)
101+
activemodel (= 5.2.4.5)
102+
activerecord (= 5.2.4.5)
103+
activestorage (= 5.2.4.5)
104+
activesupport (= 5.2.4.5)
100105
bundler (>= 1.3.0)
101-
railties (= 5.2.4.4)
106+
railties (= 5.2.4.5)
102107
sprockets-rails (>= 2.0.0)
103108
rails-dom-testing (2.0.3)
104109
activesupport (>= 4.2.0)
105110
nokogiri (>= 1.6)
106111
rails-html-sanitizer (1.3.0)
107112
loofah (~> 2.3)
108-
railties (5.2.4.4)
109-
actionpack (= 5.2.4.4)
110-
activesupport (= 5.2.4.4)
113+
railties (5.2.4.5)
114+
actionpack (= 5.2.4.5)
115+
activesupport (= 5.2.4.5)
111116
method_source
112117
rake (>= 0.8.7)
113118
thor (>= 0.19.0, < 2.0)
114119
rainbow (3.0.0)
115-
rake (13.0.1)
120+
rake (13.0.3)
116121
rb-fsevent (0.10.4)
117122
rb-inotify (0.10.1)
118123
ffi (~> 1.0)
119-
regexp_parser (1.8.0)
124+
regexp_parser (2.1.1)
120125
rexml (3.2.4)
121-
rspec (3.9.0)
122-
rspec-core (~> 3.9.0)
123-
rspec-expectations (~> 3.9.0)
124-
rspec-mocks (~> 3.9.0)
125-
rspec-core (3.9.2)
126-
rspec-support (~> 3.9.3)
127-
rspec-expectations (3.9.2)
126+
rspec (3.10.0)
127+
rspec-core (~> 3.10.0)
128+
rspec-expectations (~> 3.10.0)
129+
rspec-mocks (~> 3.10.0)
130+
rspec-core (3.10.1)
131+
rspec-support (~> 3.10.0)
132+
rspec-expectations (3.10.1)
128133
diff-lcs (>= 1.2.0, < 2.0)
129-
rspec-support (~> 3.9.0)
130-
rspec-mocks (3.9.1)
134+
rspec-support (~> 3.10.0)
135+
rspec-mocks (3.10.2)
131136
diff-lcs (>= 1.2.0, < 2.0)
132-
rspec-support (~> 3.9.0)
133-
rspec-rails (4.0.1)
134-
actionpack (>= 4.2)
135-
activesupport (>= 4.2)
136-
railties (>= 4.2)
137-
rspec-core (~> 3.9)
138-
rspec-expectations (~> 3.9)
139-
rspec-mocks (~> 3.9)
140-
rspec-support (~> 3.9)
141-
rspec-support (3.9.3)
142-
rubocop (0.91.0)
137+
rspec-support (~> 3.10.0)
138+
rspec-rails (5.0.1)
139+
actionpack (>= 5.2)
140+
activesupport (>= 5.2)
141+
railties (>= 5.2)
142+
rspec-core (~> 3.10)
143+
rspec-expectations (~> 3.10)
144+
rspec-mocks (~> 3.10)
145+
rspec-support (~> 3.10)
146+
rspec-support (3.10.2)
147+
rubocop (1.11.0)
143148
parallel (~> 1.10)
144-
parser (>= 2.7.1.1)
149+
parser (>= 3.0.0.0)
145150
rainbow (>= 2.2.2, < 4.0)
146-
regexp_parser (>= 1.7)
151+
regexp_parser (>= 1.8, < 3.0)
147152
rexml
148-
rubocop-ast (>= 0.4.0, < 1.0)
153+
rubocop-ast (>= 1.2.0, < 2.0)
149154
ruby-progressbar (~> 1.7)
150-
unicode-display_width (>= 1.4.0, < 2.0)
151-
rubocop-ast (0.4.2)
152-
parser (>= 2.7.1.4)
153-
ruby-progressbar (1.10.1)
155+
unicode-display_width (>= 1.4.0, < 3.0)
156+
rubocop-ast (1.4.1)
157+
parser (>= 2.7.1.5)
158+
ruby-progressbar (1.11.0)
154159
shoulda-matchers (4.4.1)
155160
activesupport (>= 4.2.0)
156161
simple_command (0.1.0)
@@ -166,11 +171,11 @@ GEM
166171
activesupport (>= 4.0)
167172
sprockets (>= 3.0.0)
168173
sqlite3 (1.4.2)
169-
thor (1.0.1)
174+
thor (1.1.0)
170175
thread_safe (0.3.6)
171-
tzinfo (1.2.7)
176+
tzinfo (1.2.9)
172177
thread_safe (~> 0.1)
173-
unicode-display_width (1.7.0)
178+
unicode-display_width (2.0.0)
174179
web-console (3.7.0)
175180
actionview (>= 5.0)
176181
activemodel (>= 5.0)

0 commit comments

Comments
 (0)