Skip to content

Commit 34c94c8

Browse files
committed
Gemfile: update rails to 6.1.3.2
There's a security alert for actionpack 6.1.3.1: GHSA-7wjx-3g7j-8584 I don't think it affects us (we don't use any of the rails authentication functionality). But Dependabot seems unable to figure out the upgrade, and it will keep nagging. So let's fix it anyway. Running `bundle update rails` seems to do the trick.
1 parent bf3a0f4 commit 34c94c8

File tree

1 file changed

+57
-57
lines changed

1 file changed

+57
-57
lines changed

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.3.1)
5-
actionpack (= 6.1.3.1)
6-
activesupport (= 6.1.3.1)
4+
actioncable (6.1.3.2)
5+
actionpack (= 6.1.3.2)
6+
activesupport (= 6.1.3.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.3.1)
10-
actionpack (= 6.1.3.1)
11-
activejob (= 6.1.3.1)
12-
activerecord (= 6.1.3.1)
13-
activestorage (= 6.1.3.1)
14-
activesupport (= 6.1.3.1)
9+
actionmailbox (6.1.3.2)
10+
actionpack (= 6.1.3.2)
11+
activejob (= 6.1.3.2)
12+
activerecord (= 6.1.3.2)
13+
activestorage (= 6.1.3.2)
14+
activesupport (= 6.1.3.2)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.3.1)
17-
actionpack (= 6.1.3.1)
18-
actionview (= 6.1.3.1)
19-
activejob (= 6.1.3.1)
20-
activesupport (= 6.1.3.1)
16+
actionmailer (6.1.3.2)
17+
actionpack (= 6.1.3.2)
18+
actionview (= 6.1.3.2)
19+
activejob (= 6.1.3.2)
20+
activesupport (= 6.1.3.2)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.3.1)
24-
actionview (= 6.1.3.1)
25-
activesupport (= 6.1.3.1)
23+
actionpack (6.1.3.2)
24+
actionview (= 6.1.3.2)
25+
activesupport (= 6.1.3.2)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.3.1)
31-
actionpack (= 6.1.3.1)
32-
activerecord (= 6.1.3.1)
33-
activestorage (= 6.1.3.1)
34-
activesupport (= 6.1.3.1)
30+
actiontext (6.1.3.2)
31+
actionpack (= 6.1.3.2)
32+
activerecord (= 6.1.3.2)
33+
activestorage (= 6.1.3.2)
34+
activesupport (= 6.1.3.2)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.3.1)
37-
activesupport (= 6.1.3.1)
36+
actionview (6.1.3.2)
37+
activesupport (= 6.1.3.2)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.3.1)
43-
activesupport (= 6.1.3.1)
42+
activejob (6.1.3.2)
43+
activesupport (= 6.1.3.2)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.3.1)
46-
activesupport (= 6.1.3.1)
47-
activerecord (6.1.3.1)
48-
activemodel (= 6.1.3.1)
49-
activesupport (= 6.1.3.1)
50-
activestorage (6.1.3.1)
51-
actionpack (= 6.1.3.1)
52-
activejob (= 6.1.3.1)
53-
activerecord (= 6.1.3.1)
54-
activesupport (= 6.1.3.1)
45+
activemodel (6.1.3.2)
46+
activesupport (= 6.1.3.2)
47+
activerecord (6.1.3.2)
48+
activemodel (= 6.1.3.2)
49+
activesupport (= 6.1.3.2)
50+
activestorage (6.1.3.2)
51+
actionpack (= 6.1.3.2)
52+
activejob (= 6.1.3.2)
53+
activerecord (= 6.1.3.2)
54+
activesupport (= 6.1.3.2)
5555
marcel (~> 1.0.0)
5656
mini_mime (~> 1.0.2)
57-
activesupport (6.1.3.1)
57+
activesupport (6.1.3.2)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -119,20 +119,20 @@ GEM
119119
globalid (0.4.2)
120120
activesupport (>= 4.2.0)
121121
hashdiff (1.0.1)
122-
i18n (1.8.9)
122+
i18n (1.8.10)
123123
concurrent-ruby (~> 1.0)
124124
iso8601 (0.13.0)
125125
launchy (2.5.0)
126126
addressable (~> 2.7)
127127
listen (3.5.0)
128128
rb-fsevent (~> 0.10, >= 0.10.3)
129129
rb-inotify (~> 0.9, >= 0.9.10)
130-
loofah (2.9.0)
130+
loofah (2.9.1)
131131
crass (~> 1.0.2)
132132
nokogiri (>= 1.5.9)
133133
mail (2.7.1)
134134
mini_mime (>= 0.1.1)
135-
marcel (1.0.0)
135+
marcel (1.0.1)
136136
method_source (1.0.0)
137137
mini_mime (1.0.3)
138138
mini_portile2 (2.5.1)
@@ -141,7 +141,7 @@ GEM
141141
multipart-post (2.1.1)
142142
netrc (0.11.0)
143143
nio4r (2.5.7)
144-
nokogiri (1.11.4)
144+
nokogiri (1.11.5)
145145
mini_portile2 (~> 2.5.0)
146146
racc (~> 1.4)
147147
octokit (4.20.0)
@@ -165,20 +165,20 @@ GEM
165165
rack-test (1.1.0)
166166
rack (>= 1.0, < 3)
167167
rack-timeout (0.6.0)
168-
rails (6.1.3.1)
169-
actioncable (= 6.1.3.1)
170-
actionmailbox (= 6.1.3.1)
171-
actionmailer (= 6.1.3.1)
172-
actionpack (= 6.1.3.1)
173-
actiontext (= 6.1.3.1)
174-
actionview (= 6.1.3.1)
175-
activejob (= 6.1.3.1)
176-
activemodel (= 6.1.3.1)
177-
activerecord (= 6.1.3.1)
178-
activestorage (= 6.1.3.1)
179-
activesupport (= 6.1.3.1)
168+
rails (6.1.3.2)
169+
actioncable (= 6.1.3.2)
170+
actionmailbox (= 6.1.3.2)
171+
actionmailer (= 6.1.3.2)
172+
actionpack (= 6.1.3.2)
173+
actiontext (= 6.1.3.2)
174+
actionview (= 6.1.3.2)
175+
activejob (= 6.1.3.2)
176+
activemodel (= 6.1.3.2)
177+
activerecord (= 6.1.3.2)
178+
activestorage (= 6.1.3.2)
179+
activesupport (= 6.1.3.2)
180180
bundler (>= 1.15.0)
181-
railties (= 6.1.3.1)
181+
railties (= 6.1.3.2)
182182
sprockets-rails (>= 2.0.0)
183183
rails-controller-testing (1.0.5)
184184
actionpack (>= 5.0.1.rc1)
@@ -194,9 +194,9 @@ GEM
194194
rails_stdout_logging
195195
rails_serve_static_assets (0.0.5)
196196
rails_stdout_logging (0.0.5)
197-
railties (6.1.3.1)
198-
actionpack (= 6.1.3.1)
199-
activesupport (= 6.1.3.1)
197+
railties (6.1.3.2)
198+
actionpack (= 6.1.3.2)
199+
activesupport (= 6.1.3.2)
200200
method_source
201201
rake (>= 0.8.7)
202202
thor (~> 1.0)

0 commit comments

Comments
 (0)