Skip to content

Commit 1f0b99d

Browse files
authored
fix(security): patch rails active-record dependency vulnerabilities (#661)
1 parent 71b2cff commit 1f0b99d

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :test do
2323
gem 'simplecov', '~> 0.17.0', require: false
2424
end
2525

26-
gem 'rails', '6.1.7'
26+
gem 'rails', '6.1.7.7'
2727
gem 'forestadmin-jsonapi-serializers'
2828
gem 'rack-cors'
2929
gem 'arel-helpers', '2.14.0'

Gemfile.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -20,60 +20,60 @@ PATH
2020
GEM
2121
remote: https://rubygems.org/
2222
specs:
23-
actioncable (6.1.7)
24-
actionpack (= 6.1.7)
25-
activesupport (= 6.1.7)
23+
actioncable (6.1.7.7)
24+
actionpack (= 6.1.7.7)
25+
activesupport (= 6.1.7.7)
2626
nio4r (~> 2.0)
2727
websocket-driver (>= 0.6.1)
28-
actionmailbox (6.1.7)
29-
actionpack (= 6.1.7)
30-
activejob (= 6.1.7)
31-
activerecord (= 6.1.7)
32-
activestorage (= 6.1.7)
33-
activesupport (= 6.1.7)
28+
actionmailbox (6.1.7.7)
29+
actionpack (= 6.1.7.7)
30+
activejob (= 6.1.7.7)
31+
activerecord (= 6.1.7.7)
32+
activestorage (= 6.1.7.7)
33+
activesupport (= 6.1.7.7)
3434
mail (>= 2.7.1)
35-
actionmailer (6.1.7)
36-
actionpack (= 6.1.7)
37-
actionview (= 6.1.7)
38-
activejob (= 6.1.7)
39-
activesupport (= 6.1.7)
35+
actionmailer (6.1.7.7)
36+
actionpack (= 6.1.7.7)
37+
actionview (= 6.1.7.7)
38+
activejob (= 6.1.7.7)
39+
activesupport (= 6.1.7.7)
4040
mail (~> 2.5, >= 2.5.4)
4141
rails-dom-testing (~> 2.0)
42-
actionpack (6.1.7)
43-
actionview (= 6.1.7)
44-
activesupport (= 6.1.7)
42+
actionpack (6.1.7.7)
43+
actionview (= 6.1.7.7)
44+
activesupport (= 6.1.7.7)
4545
rack (~> 2.0, >= 2.0.9)
4646
rack-test (>= 0.6.3)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.0, >= 1.2.0)
49-
actiontext (6.1.7)
50-
actionpack (= 6.1.7)
51-
activerecord (= 6.1.7)
52-
activestorage (= 6.1.7)
53-
activesupport (= 6.1.7)
49+
actiontext (6.1.7.7)
50+
actionpack (= 6.1.7.7)
51+
activerecord (= 6.1.7.7)
52+
activestorage (= 6.1.7.7)
53+
activesupport (= 6.1.7.7)
5454
nokogiri (>= 1.8.5)
55-
actionview (6.1.7)
56-
activesupport (= 6.1.7)
55+
actionview (6.1.7.7)
56+
activesupport (= 6.1.7.7)
5757
builder (~> 3.1)
5858
erubi (~> 1.4)
5959
rails-dom-testing (~> 2.0)
6060
rails-html-sanitizer (~> 1.1, >= 1.2.0)
61-
activejob (6.1.7)
62-
activesupport (= 6.1.7)
61+
activejob (6.1.7.7)
62+
activesupport (= 6.1.7.7)
6363
globalid (>= 0.3.6)
64-
activemodel (6.1.7)
65-
activesupport (= 6.1.7)
66-
activerecord (6.1.7)
67-
activemodel (= 6.1.7)
68-
activesupport (= 6.1.7)
69-
activestorage (6.1.7)
70-
actionpack (= 6.1.7)
71-
activejob (= 6.1.7)
72-
activerecord (= 6.1.7)
73-
activesupport (= 6.1.7)
64+
activemodel (6.1.7.7)
65+
activesupport (= 6.1.7.7)
66+
activerecord (6.1.7.7)
67+
activemodel (= 6.1.7.7)
68+
activesupport (= 6.1.7.7)
69+
activestorage (6.1.7.7)
70+
actionpack (= 6.1.7.7)
71+
activejob (= 6.1.7.7)
72+
activerecord (= 6.1.7.7)
73+
activesupport (= 6.1.7.7)
7474
marcel (~> 1.0)
7575
mini_mime (>= 1.1.0)
76-
activesupport (6.1.7)
76+
activesupport (6.1.7.7)
7777
concurrent-ruby (~> 1.0, >= 1.0.2)
7878
i18n (>= 1.6, < 2)
7979
minitest (>= 5.1)
@@ -103,8 +103,8 @@ GEM
103103
net-http
104104
forestadmin-jsonapi-serializers (2.0.0.pre.beta.2)
105105
activesupport
106-
globalid (1.0.0)
107-
activesupport (>= 5.0)
106+
globalid (1.2.1)
107+
activesupport (>= 6.1)
108108
groupdate (5.2.2)
109109
activesupport (>= 5)
110110
httparty (0.18.1)
@@ -131,7 +131,7 @@ GEM
131131
net-imap
132132
net-pop
133133
net-smtp
134-
marcel (1.0.2)
134+
marcel (1.0.4)
135135
method_source (1.0.0)
136136
mime-types (3.4.1)
137137
mime-types-data (~> 3.2015)
@@ -151,7 +151,7 @@ GEM
151151
timeout
152152
net-smtp (0.3.3)
153153
net-protocol
154-
nio4r (2.5.8)
154+
nio4r (2.7.0)
155155
nokogiri (1.14.0)
156156
mini_portile2 (~> 2.8.0)
157157
racc (~> 1.4)
@@ -179,29 +179,29 @@ GEM
179179
rack (>= 2.1.0)
180180
rack-test (2.0.2)
181181
rack (>= 1.3)
182-
rails (6.1.7)
183-
actioncable (= 6.1.7)
184-
actionmailbox (= 6.1.7)
185-
actionmailer (= 6.1.7)
186-
actionpack (= 6.1.7)
187-
actiontext (= 6.1.7)
188-
actionview (= 6.1.7)
189-
activejob (= 6.1.7)
190-
activemodel (= 6.1.7)
191-
activerecord (= 6.1.7)
192-
activestorage (= 6.1.7)
193-
activesupport (= 6.1.7)
182+
rails (6.1.7.7)
183+
actioncable (= 6.1.7.7)
184+
actionmailbox (= 6.1.7.7)
185+
actionmailer (= 6.1.7.7)
186+
actionpack (= 6.1.7.7)
187+
actiontext (= 6.1.7.7)
188+
actionview (= 6.1.7.7)
189+
activejob (= 6.1.7.7)
190+
activemodel (= 6.1.7.7)
191+
activerecord (= 6.1.7.7)
192+
activestorage (= 6.1.7.7)
193+
activesupport (= 6.1.7.7)
194194
bundler (>= 1.15.0)
195-
railties (= 6.1.7)
195+
railties (= 6.1.7.7)
196196
sprockets-rails (>= 2.0.0)
197197
rails-dom-testing (2.0.3)
198198
activesupport (>= 4.2.0)
199199
nokogiri (>= 1.6)
200200
rails-html-sanitizer (1.4.4)
201201
loofah (~> 2.19, >= 2.19.1)
202-
railties (6.1.7)
203-
actionpack (= 6.1.7)
204-
activesupport (= 6.1.7)
202+
railties (6.1.7.7)
203+
actionpack (= 6.1.7.7)
204+
activesupport (= 6.1.7.7)
205205
method_source
206206
rake (>= 12.2)
207207
thor (~> 1.0)
@@ -228,7 +228,7 @@ GEM
228228
json (>= 1.8, < 3)
229229
simplecov-html (~> 0.10.0)
230230
simplecov-html (0.10.2)
231-
sprockets (4.2.0)
231+
sprockets (4.2.1)
232232
concurrent-ruby (~> 1.0)
233233
rack (>= 2.2.4, < 4)
234234
sprockets-rails (3.4.2)
@@ -257,7 +257,7 @@ GEM
257257
webfinger (1.2.0)
258258
activesupport
259259
httpclient (>= 2.4)
260-
websocket-driver (0.7.5)
260+
websocket-driver (0.7.6)
261261
websocket-extensions (>= 0.1.0)
262262
websocket-extensions (0.1.5)
263263
zeitwerk (2.6.6)
@@ -280,7 +280,7 @@ DEPENDENCIES
280280
jwt
281281
openid_connect (= 1.4.2)
282282
rack-cors
283-
rails (= 6.1.7)
283+
rails (= 6.1.7.7)
284284
rake
285285
rspec-rails
286286
simplecov (~> 0.17.0)

0 commit comments

Comments
 (0)