Skip to content

Commit a264f0d

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-11800135 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-11800112
1 parent fc4ebaa commit a264f0d

File tree

2 files changed

+122
-112
lines changed

2 files changed

+122
-112
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "~> 3.1"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7", ">= 7.0.7"
7+
gem "rails", "~> 7", ">= 7.1.5.2"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

Gemfile.lock

Lines changed: 121 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,89 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.1)
5-
actionpack (= 7.1.1)
6-
activesupport (= 7.1.1)
4+
actioncable (7.2.2.2)
5+
actionpack (= 7.2.2.2)
6+
activesupport (= 7.2.2.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.1)
11-
actionpack (= 7.1.1)
12-
activejob (= 7.1.1)
13-
activerecord (= 7.1.1)
14-
activestorage (= 7.1.1)
15-
activesupport (= 7.1.1)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.1)
21-
actionpack (= 7.1.1)
22-
actionview (= 7.1.1)
23-
activejob (= 7.1.1)
24-
activesupport (= 7.1.1)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
10+
actionmailbox (7.2.2.2)
11+
actionpack (= 7.2.2.2)
12+
activejob (= 7.2.2.2)
13+
activerecord (= 7.2.2.2)
14+
activestorage (= 7.2.2.2)
15+
activesupport (= 7.2.2.2)
16+
mail (>= 2.8.0)
17+
actionmailer (7.2.2.2)
18+
actionpack (= 7.2.2.2)
19+
actionview (= 7.2.2.2)
20+
activejob (= 7.2.2.2)
21+
activesupport (= 7.2.2.2)
22+
mail (>= 2.8.0)
2923
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.1)
31-
actionview (= 7.1.1)
32-
activesupport (= 7.1.1)
24+
actionpack (7.2.2.2)
25+
actionview (= 7.2.2.2)
26+
activesupport (= 7.2.2.2)
3327
nokogiri (>= 1.8.5)
34-
rack (>= 2.2.4)
28+
racc
29+
rack (>= 2.2.4, < 3.2)
3530
rack-session (>= 1.0.1)
3631
rack-test (>= 0.6.3)
3732
rails-dom-testing (~> 2.2)
3833
rails-html-sanitizer (~> 1.6)
39-
actiontext (7.1.1)
40-
actionpack (= 7.1.1)
41-
activerecord (= 7.1.1)
42-
activestorage (= 7.1.1)
43-
activesupport (= 7.1.1)
34+
useragent (~> 0.16)
35+
actiontext (7.2.2.2)
36+
actionpack (= 7.2.2.2)
37+
activerecord (= 7.2.2.2)
38+
activestorage (= 7.2.2.2)
39+
activesupport (= 7.2.2.2)
4440
globalid (>= 0.6.0)
4541
nokogiri (>= 1.8.5)
46-
actionview (7.1.1)
47-
activesupport (= 7.1.1)
42+
actionview (7.2.2.2)
43+
activesupport (= 7.2.2.2)
4844
builder (~> 3.1)
4945
erubi (~> 1.11)
5046
rails-dom-testing (~> 2.2)
5147
rails-html-sanitizer (~> 1.6)
52-
activejob (7.1.1)
53-
activesupport (= 7.1.1)
48+
activejob (7.2.2.2)
49+
activesupport (= 7.2.2.2)
5450
globalid (>= 0.3.6)
55-
activemodel (7.1.1)
56-
activesupport (= 7.1.1)
57-
activerecord (7.1.1)
58-
activemodel (= 7.1.1)
59-
activesupport (= 7.1.1)
51+
activemodel (7.2.2.2)
52+
activesupport (= 7.2.2.2)
53+
activerecord (7.2.2.2)
54+
activemodel (= 7.2.2.2)
55+
activesupport (= 7.2.2.2)
6056
timeout (>= 0.4.0)
61-
activestorage (7.1.1)
62-
actionpack (= 7.1.1)
63-
activejob (= 7.1.1)
64-
activerecord (= 7.1.1)
65-
activesupport (= 7.1.1)
57+
activestorage (7.2.2.2)
58+
actionpack (= 7.2.2.2)
59+
activejob (= 7.2.2.2)
60+
activerecord (= 7.2.2.2)
61+
activesupport (= 7.2.2.2)
6662
marcel (~> 1.0)
67-
activesupport (7.1.1)
63+
activesupport (7.2.2.2)
6864
base64
65+
benchmark (>= 0.3)
6966
bigdecimal
70-
concurrent-ruby (~> 1.0, >= 1.0.2)
67+
concurrent-ruby (~> 1.0, >= 1.3.1)
7168
connection_pool (>= 2.2.5)
7269
drb
7370
i18n (>= 1.6, < 2)
71+
logger (>= 1.4.2)
7472
minitest (>= 5.1)
75-
mutex_m
76-
tzinfo (~> 2.0)
73+
securerandom (>= 0.3)
74+
tzinfo (~> 2.0, >= 2.0.5)
7775
addressable (2.8.5)
7876
public_suffix (>= 2.0.2, < 6.0)
79-
base64 (0.1.1)
80-
bigdecimal (3.1.4)
77+
base64 (0.3.0)
78+
benchmark (0.4.1)
79+
bigdecimal (3.2.2)
8180
bindex (0.8.1)
8281
bootsnap (1.16.0)
8382
msgpack (~> 1.2)
8483
bootstrap_form (5.3.2)
8584
actionpack (>= 6.1)
8685
activemodel (>= 6.1)
87-
builder (3.2.4)
86+
builder (3.3.0)
8887
capybara (3.39.2)
8988
addressable
9089
matrix
@@ -94,127 +93,137 @@ GEM
9493
rack-test (>= 0.6.3)
9594
regexp_parser (>= 1.5, < 3.0)
9695
xpath (~> 3.2)
97-
concurrent-ruby (1.2.2)
98-
connection_pool (2.4.1)
96+
cgi (0.5.0)
97+
concurrent-ruby (1.3.5)
98+
connection_pool (2.5.3)
9999
crass (1.0.6)
100100
cssbundling-rails (1.3.3)
101101
railties (>= 6.0.0)
102-
date (3.3.3)
102+
date (3.4.1)
103103
debug (1.8.0)
104104
irb (>= 1.5.0)
105105
reline (>= 0.3.1)
106-
drb (2.1.1)
107-
ruby2_keywords
108-
erubi (1.12.0)
106+
drb (2.2.3)
107+
erb (4.0.4)
108+
cgi (>= 0.3.3)
109+
erubi (1.13.1)
109110
et-orbi (1.2.7)
110111
tzinfo
111112
fugit (1.8.1)
112113
et-orbi (~> 1, >= 1.2.7)
113114
raabro (~> 1.4)
114115
globalid (1.2.1)
115116
activesupport (>= 6.1)
116-
i18n (1.14.1)
117+
i18n (1.14.7)
117118
concurrent-ruby (~> 1.0)
118119
importmap-rails (1.2.1)
119120
actionpack (>= 6.0.0)
120121
railties (>= 6.0.0)
121-
io-console (0.6.0)
122-
irb (1.8.2)
123-
rdoc
124-
reline (>= 0.3.8)
122+
io-console (0.8.1)
123+
irb (1.15.2)
124+
pp (>= 0.6.0)
125+
rdoc (>= 4.0.0)
126+
reline (>= 0.4.2)
125127
jbuilder (2.11.5)
126128
actionview (>= 5.0.0)
127129
activesupport (>= 5.0.0)
128-
loofah (2.21.4)
130+
logger (1.7.0)
131+
loofah (2.24.1)
129132
crass (~> 1.0.2)
130133
nokogiri (>= 1.12.0)
131134
mail (2.8.1)
132135
mini_mime (>= 0.1.1)
133136
net-imap
134137
net-pop
135138
net-smtp
136-
marcel (1.0.2)
139+
marcel (1.0.4)
137140
matrix (0.4.2)
138141
mini_mime (1.1.5)
139-
minitest (5.20.0)
142+
minitest (5.25.5)
140143
msgpack (1.7.2)
141-
mutex_m (0.1.2)
142-
net-imap (0.4.1)
144+
net-imap (0.5.9)
143145
date
144146
net-protocol
145147
net-pop (0.1.2)
146148
net-protocol
147-
net-protocol (0.2.1)
149+
net-protocol (0.2.2)
148150
timeout
149-
net-smtp (0.4.0)
151+
net-smtp (0.5.1)
150152
net-protocol
151-
nio4r (2.5.9)
152-
nokogiri (1.15.4-x86_64-darwin)
153+
nio4r (2.7.4)
154+
nokogiri (1.18.9-x86_64-darwin)
155+
racc (~> 1.4)
156+
nokogiri (1.18.9-x86_64-linux-gnu)
153157
racc (~> 1.4)
154-
nokogiri (1.15.4-x86_64-linux)
158+
nokogiri (1.18.9-x86_64-linux-musl)
155159
racc (~> 1.4)
156160
parallel (1.23.0)
157161
pg (1.5.4)
158-
psych (5.1.1)
162+
pp (0.6.2)
163+
prettyprint
164+
prettyprint (0.2.0)
165+
psych (5.2.6)
166+
date
159167
stringio
160168
public_suffix (5.0.3)
161169
puma (6.4.0)
162170
nio4r (~> 2.0)
163171
raabro (1.4.0)
164-
racc (1.7.1)
165-
rack (3.0.8)
166-
rack-session (2.0.0)
172+
racc (1.8.1)
173+
rack (3.1.16)
174+
rack-session (2.1.1)
175+
base64 (>= 0.1.0)
167176
rack (>= 3.0.0)
168-
rack-test (2.1.0)
177+
rack-test (2.2.0)
169178
rack (>= 1.3)
170-
rackup (2.1.0)
179+
rackup (2.2.1)
171180
rack (>= 3)
172-
webrick (~> 1.8)
173-
rails (7.1.1)
174-
actioncable (= 7.1.1)
175-
actionmailbox (= 7.1.1)
176-
actionmailer (= 7.1.1)
177-
actionpack (= 7.1.1)
178-
actiontext (= 7.1.1)
179-
actionview (= 7.1.1)
180-
activejob (= 7.1.1)
181-
activemodel (= 7.1.1)
182-
activerecord (= 7.1.1)
183-
activestorage (= 7.1.1)
184-
activesupport (= 7.1.1)
181+
rails (7.2.2.2)
182+
actioncable (= 7.2.2.2)
183+
actionmailbox (= 7.2.2.2)
184+
actionmailer (= 7.2.2.2)
185+
actionpack (= 7.2.2.2)
186+
actiontext (= 7.2.2.2)
187+
actionview (= 7.2.2.2)
188+
activejob (= 7.2.2.2)
189+
activemodel (= 7.2.2.2)
190+
activerecord (= 7.2.2.2)
191+
activestorage (= 7.2.2.2)
192+
activesupport (= 7.2.2.2)
185193
bundler (>= 1.15.0)
186-
railties (= 7.1.1)
187-
rails-dom-testing (2.2.0)
194+
railties (= 7.2.2.2)
195+
rails-dom-testing (2.3.0)
188196
activesupport (>= 5.0.0)
189197
minitest
190198
nokogiri (>= 1.6)
191-
rails-html-sanitizer (1.6.0)
199+
rails-html-sanitizer (1.6.2)
192200
loofah (~> 2.21)
193-
nokogiri (~> 1.14)
201+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
194202
rails-i18n (7.0.8)
195203
i18n (>= 0.7, < 2)
196204
railties (>= 6.0.0, < 8)
197-
railties (7.1.1)
198-
actionpack (= 7.1.1)
199-
activesupport (= 7.1.1)
200-
irb
205+
railties (7.2.2.2)
206+
actionpack (= 7.2.2.2)
207+
activesupport (= 7.2.2.2)
208+
irb (~> 1.13)
201209
rackup (>= 1.0.0)
202210
rake (>= 12.2)
203211
thor (~> 1.0, >= 1.2.2)
204212
zeitwerk (~> 2.6)
205-
rake (13.0.6)
206-
rdoc (6.5.0)
213+
rake (13.3.0)
214+
rdoc (6.14.2)
215+
erb
207216
psych (>= 4.0.0)
208217
redis (5.0.7)
209218
redis-client (>= 0.9.0)
210219
redis-client (0.17.0)
211220
connection_pool
212221
regexp_parser (2.8.2)
213-
reline (0.3.9)
222+
reline (0.6.2)
214223
io-console (~> 0.5)
215224
rexml (3.2.6)
216-
ruby2_keywords (0.0.5)
217225
rubyzip (2.3.2)
226+
securerandom (0.4.1)
218227
selenium-webdriver (4.10.0)
219228
rexml (~> 3.2, >= 3.2.5)
220229
rubyzip (>= 1.2.2, < 3.0)
@@ -237,15 +246,16 @@ GEM
237246
sprockets (>= 3.0.0)
238247
stimulus-rails (1.3.0)
239248
railties (>= 6.0.0)
240-
stringio (3.0.8)
241-
thor (1.2.2)
242-
timeout (0.4.0)
249+
stringio (3.1.7)
250+
thor (1.4.0)
251+
timeout (0.4.3)
243252
turbo-rails (1.5.0)
244253
actionpack (>= 6.0.0)
245254
activejob (>= 6.0.0)
246255
railties (>= 6.0.0)
247256
tzinfo (2.0.6)
248257
concurrent-ruby (~> 1.0)
258+
useragent (0.16.11)
249259
web-console (4.2.1)
250260
actionview (>= 6.0.0)
251261
activemodel (>= 6.0.0)
@@ -255,14 +265,14 @@ GEM
255265
nokogiri (~> 1.6)
256266
rubyzip (>= 1.3.0)
257267
selenium-webdriver (~> 4.0, < 4.11)
258-
webrick (1.8.1)
259268
websocket (1.2.10)
260-
websocket-driver (0.7.6)
269+
websocket-driver (0.8.0)
270+
base64
261271
websocket-extensions (>= 0.1.0)
262272
websocket-extensions (0.1.5)
263273
xpath (3.2.0)
264274
nokogiri (~> 1.8)
265-
zeitwerk (2.6.12)
275+
zeitwerk (2.6.18)
266276

267277
PLATFORMS
268278
x86_64-darwin-21
@@ -281,7 +291,7 @@ DEPENDENCIES
281291
parallel
282292
pg (~> 1.1)
283293
puma (~> 6.3, >= 6.3.1)
284-
rails (~> 7, >= 7.0.7)
294+
rails (~> 7, >= 7.1.5.2)
285295
rails-i18n (>= 7.0.8)
286296
redis (~> 5.0)
287297
selenium-webdriver

0 commit comments

Comments
 (0)