Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit d4bf759

Browse files
committed
fix: Gemfile & Gemfile.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714
1 parent f3a1f92 commit d4bf759

File tree

2 files changed

+128
-124
lines changed

2 files changed

+128
-124
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby '~> 3.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 6.1.3'
7+
gem 'rails', '~> 7.0.0'
88
# Use sqlite3 as the database for Active Record
99
gem 'sqlite3', '~> 1.4'
1010
# Use Puma as the app server
@@ -49,4 +49,4 @@ end
4949
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
5050
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
5151
gem "twilio-ruby", "~> 5.46"
52-
gem "bootstrap", "~> 4.5"
52+
gem "bootstrap", "~> 4.6", ">= 4.6.2.1"

Gemfile.lock

Lines changed: 126 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -1,173 +1,194 @@
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 (7.0.8.6)
5+
actionpack (= 7.0.8.6)
6+
activesupport (= 7.0.8.6)
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 (7.0.8.6)
10+
actionpack (= 7.0.8.6)
11+
activejob (= 7.0.8.6)
12+
activerecord (= 7.0.8.6)
13+
activestorage (= 7.0.8.6)
14+
activesupport (= 7.0.8.6)
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+
net-imap
17+
net-pop
18+
net-smtp
19+
actionmailer (7.0.8.6)
20+
actionpack (= 7.0.8.6)
21+
actionview (= 7.0.8.6)
22+
activejob (= 7.0.8.6)
23+
activesupport (= 7.0.8.6)
2124
mail (~> 2.5, >= 2.5.4)
25+
net-imap
26+
net-pop
27+
net-smtp
2228
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.3.1)
24-
actionview (= 6.1.3.1)
25-
activesupport (= 6.1.3.1)
26-
rack (~> 2.0, >= 2.0.9)
29+
actionpack (7.0.8.6)
30+
actionview (= 7.0.8.6)
31+
activesupport (= 7.0.8.6)
32+
rack (~> 2.0, >= 2.2.4)
2733
rack-test (>= 0.6.3)
2834
rails-dom-testing (~> 2.0)
2935
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)
36+
actiontext (7.0.8.6)
37+
actionpack (= 7.0.8.6)
38+
activerecord (= 7.0.8.6)
39+
activestorage (= 7.0.8.6)
40+
activesupport (= 7.0.8.6)
41+
globalid (>= 0.6.0)
3542
nokogiri (>= 1.8.5)
36-
actionview (6.1.3.1)
37-
activesupport (= 6.1.3.1)
43+
actionview (7.0.8.6)
44+
activesupport (= 7.0.8.6)
3845
builder (~> 3.1)
3946
erubi (~> 1.4)
4047
rails-dom-testing (~> 2.0)
4148
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.3.1)
43-
activesupport (= 6.1.3.1)
49+
activejob (7.0.8.6)
50+
activesupport (= 7.0.8.6)
4451
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)
55-
marcel (~> 1.0.0)
56-
mini_mime (~> 1.0.2)
57-
activesupport (6.1.3.1)
52+
activemodel (7.0.8.6)
53+
activesupport (= 7.0.8.6)
54+
activerecord (7.0.8.6)
55+
activemodel (= 7.0.8.6)
56+
activesupport (= 7.0.8.6)
57+
activestorage (7.0.8.6)
58+
actionpack (= 7.0.8.6)
59+
activejob (= 7.0.8.6)
60+
activerecord (= 7.0.8.6)
61+
activesupport (= 7.0.8.6)
62+
marcel (~> 1.0)
63+
mini_mime (>= 1.1.0)
64+
activesupport (7.0.8.6)
5865
concurrent-ruby (~> 1.0, >= 1.0.2)
5966
i18n (>= 1.6, < 2)
6067
minitest (>= 5.1)
6168
tzinfo (~> 2.0)
62-
zeitwerk (~> 2.3)
6369
addressable (2.7.0)
6470
public_suffix (>= 2.0.2, < 5.0)
65-
autoprefixer-rails (10.2.0.0)
66-
execjs
71+
autoprefixer-rails (10.4.19.0)
72+
execjs (~> 2)
6773
bindex (0.8.1)
6874
bootsnap (1.5.1)
6975
msgpack (~> 1.0)
70-
bootstrap (4.5.3)
76+
bootstrap (4.6.2.1)
7177
autoprefixer-rails (>= 9.1.0)
72-
popper_js (>= 1.14.3, < 2)
73-
sassc-rails (>= 2.0.0)
74-
builder (3.2.4)
78+
popper_js (>= 1.16.1, < 2)
79+
builder (3.3.0)
7580
byebug (11.1.3)
7681
childprocess (3.0.0)
77-
concurrent-ruby (1.1.8)
82+
concurrent-ruby (1.3.4)
7883
crack (0.4.5)
7984
rexml
8085
crass (1.0.6)
86+
date (3.4.1)
8187
diff-lcs (1.4.4)
8288
dotenv (2.7.6)
8389
dotenv-rails (2.7.6)
8490
dotenv (= 2.7.6)
8591
railties (>= 3.2)
86-
erubi (1.10.0)
87-
execjs (2.7.0)
92+
erubi (1.13.0)
93+
execjs (2.10.0)
8894
faraday (1.3.0)
8995
faraday-net_http (~> 1.0)
9096
multipart-post (>= 1.2, < 3)
9197
ruby2_keywords
9298
faraday-net_http (1.0.1)
93-
ffi (1.14.2)
94-
ffi (1.14.2-x64-mingw32)
95-
globalid (0.4.2)
96-
activesupport (>= 4.2.0)
99+
ffi (1.17.0)
100+
globalid (1.2.1)
101+
activesupport (>= 6.1)
97102
hashdiff (1.0.1)
98-
i18n (1.8.9)
103+
i18n (1.14.6)
99104
concurrent-ruby (~> 1.0)
100105
jbuilder (2.10.1)
101106
activesupport (>= 5.0.0)
102107
jwt (2.2.2)
103108
listen (3.4.1)
104109
rb-fsevent (~> 0.10, >= 0.10.3)
105110
rb-inotify (~> 0.9, >= 0.9.10)
106-
loofah (2.9.0)
111+
loofah (2.23.1)
107112
crass (~> 1.0.2)
108-
nokogiri (>= 1.5.9)
109-
mail (2.7.1)
113+
nokogiri (>= 1.12.0)
114+
mail (2.8.1)
110115
mini_mime (>= 0.1.1)
111-
marcel (1.0.0)
112-
method_source (1.0.0)
113-
mini_mime (1.0.3)
114-
mini_portile2 (2.5.0)
115-
minitest (5.14.4)
116+
net-imap
117+
net-pop
118+
net-smtp
119+
marcel (1.0.4)
120+
method_source (1.1.0)
121+
mini_mime (1.1.5)
122+
mini_portile2 (2.8.8)
123+
minitest (5.25.4)
116124
msgpack (1.4.2)
117125
multipart-post (2.1.1)
118-
nio4r (2.5.7)
119-
nokogiri (1.11.2)
120-
mini_portile2 (~> 2.5.0)
126+
net-imap (0.4.18)
127+
date
128+
net-protocol
129+
net-pop (0.1.2)
130+
net-protocol
131+
net-protocol (0.2.2)
132+
timeout
133+
net-smtp (0.5.0)
134+
net-protocol
135+
nio4r (2.7.4)
136+
nokogiri (1.16.8)
137+
mini_portile2 (~> 2.8.2)
121138
racc (~> 1.4)
122-
nokogiri (1.11.2-arm64-darwin)
139+
nokogiri (1.16.8-arm64-darwin)
123140
racc (~> 1.4)
124-
nokogiri (1.11.2-x64-mingw32)
141+
nokogiri (1.16.8-x64-mingw32)
125142
racc (~> 1.4)
126-
nokogiri (1.11.2-x86_64-linux)
143+
nokogiri (1.16.8-x86_64-darwin)
127144
racc (~> 1.4)
128-
popper_js (1.16.0)
145+
nokogiri (1.16.8-x86_64-linux)
146+
racc (~> 1.4)
147+
popper_js (1.16.1)
129148
public_suffix (4.0.6)
130149
puma (5.1.1)
131150
nio4r (~> 2.0)
132-
racc (1.5.2)
133-
rack (2.2.3)
151+
racc (1.8.1)
152+
rack (2.2.10)
134153
rack-mini-profiler (2.3.0)
135154
rack (>= 1.2.0)
136155
rack-proxy (0.6.5)
137156
rack
138-
rack-test (1.1.0)
139-
rack (>= 1.0, < 3)
140-
rails (6.1.3.1)
141-
actioncable (= 6.1.3.1)
142-
actionmailbox (= 6.1.3.1)
143-
actionmailer (= 6.1.3.1)
144-
actionpack (= 6.1.3.1)
145-
actiontext (= 6.1.3.1)
146-
actionview (= 6.1.3.1)
147-
activejob (= 6.1.3.1)
148-
activemodel (= 6.1.3.1)
149-
activerecord (= 6.1.3.1)
150-
activestorage (= 6.1.3.1)
151-
activesupport (= 6.1.3.1)
157+
rack-test (2.1.0)
158+
rack (>= 1.3)
159+
rails (7.0.8.6)
160+
actioncable (= 7.0.8.6)
161+
actionmailbox (= 7.0.8.6)
162+
actionmailer (= 7.0.8.6)
163+
actionpack (= 7.0.8.6)
164+
actiontext (= 7.0.8.6)
165+
actionview (= 7.0.8.6)
166+
activejob (= 7.0.8.6)
167+
activemodel (= 7.0.8.6)
168+
activerecord (= 7.0.8.6)
169+
activestorage (= 7.0.8.6)
170+
activesupport (= 7.0.8.6)
152171
bundler (>= 1.15.0)
153-
railties (= 6.1.3.1)
154-
sprockets-rails (>= 2.0.0)
172+
railties (= 7.0.8.6)
155173
rails-controller-testing (1.0.5)
156174
actionpack (>= 5.0.1.rc1)
157175
actionview (>= 5.0.1.rc1)
158176
activesupport (>= 5.0.1.rc1)
159-
rails-dom-testing (2.0.3)
160-
activesupport (>= 4.2.0)
177+
rails-dom-testing (2.2.0)
178+
activesupport (>= 5.0.0)
179+
minitest
161180
nokogiri (>= 1.6)
162-
rails-html-sanitizer (1.3.0)
163-
loofah (~> 2.3)
164-
railties (6.1.3.1)
165-
actionpack (= 6.1.3.1)
166-
activesupport (= 6.1.3.1)
181+
rails-html-sanitizer (1.6.1)
182+
loofah (~> 2.21)
183+
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)
184+
railties (7.0.8.6)
185+
actionpack (= 7.0.8.6)
186+
activesupport (= 7.0.8.6)
167187
method_source
168-
rake (>= 0.8.7)
188+
rake (>= 12.2)
169189
thor (~> 1.0)
170-
rake (13.0.3)
190+
zeitwerk (~> 2.5)
191+
rake (13.2.1)
171192
rb-fsevent (0.10.4)
172193
rb-inotify (0.10.1)
173194
ffi (~> 1.0)
@@ -191,39 +212,22 @@ GEM
191212
rspec-support (3.10.1)
192213
ruby2_keywords (0.0.4)
193214
rubyzip (2.3.0)
194-
sassc (2.4.0)
195-
ffi (~> 1.9)
196-
sassc (2.4.0-x64-mingw32)
197-
ffi (~> 1.9)
198-
sassc-rails (2.1.2)
199-
railties (>= 4.0.0)
200-
sassc (>= 2.0)
201-
sprockets (> 3.0)
202-
sprockets-rails
203-
tilt
204215
selenium-webdriver (3.142.7)
205216
childprocess (>= 0.5, < 4.0)
206217
rubyzip (>= 1.2.2)
207218
semantic_range (2.3.1)
208219
spring (2.1.1)
209-
sprockets (4.0.2)
210-
concurrent-ruby (~> 1.0)
211-
rack (> 1, < 3)
212-
sprockets-rails (3.2.2)
213-
actionpack (>= 4.0)
214-
activesupport (>= 4.0)
215-
sprockets (>= 3.0.0)
216220
sqlite3 (1.4.2)
217-
thor (1.1.0)
218-
tilt (2.0.10)
221+
thor (1.3.2)
222+
timeout (0.4.2)
219223
turbolinks (5.2.1)
220224
turbolinks-source (~> 5.2)
221225
turbolinks-source (5.2.0)
222226
twilio-ruby (5.46.0)
223227
faraday (>= 0.9, < 2.0)
224228
jwt (>= 1.5, <= 2.5)
225229
nokogiri (>= 1.6, < 2.0)
226-
tzinfo (2.0.4)
230+
tzinfo (2.0.6)
227231
concurrent-ruby (~> 1.0)
228232
tzinfo-data (1.2020.6)
229233
tzinfo (>= 1.0.0)
@@ -246,10 +250,10 @@ GEM
246250
rack-proxy (>= 0.6.1)
247251
railties (>= 5.2)
248252
semantic_range (>= 2.3.0)
249-
websocket-driver (0.7.3)
253+
websocket-driver (0.7.6)
250254
websocket-extensions (>= 0.1.0)
251255
websocket-extensions (0.1.5)
252-
zeitwerk (2.4.2)
256+
zeitwerk (2.6.18)
253257

254258
PLATFORMS
255259
ruby
@@ -259,14 +263,14 @@ PLATFORMS
259263

260264
DEPENDENCIES
261265
bootsnap (>= 1.4.4)
262-
bootstrap (~> 4.5)
266+
bootstrap (~> 4.6, >= 4.6.2.1)
263267
byebug
264268
dotenv-rails
265269
jbuilder (~> 2.7)
266270
listen (~> 3.3)
267271
puma (~> 5.0)
268272
rack-mini-profiler (~> 2.0)
269-
rails (~> 6.1.3)
273+
rails (~> 7.0.0)
270274
rails-controller-testing
271275
rspec-rails
272276
spring
@@ -284,4 +288,4 @@ RUBY VERSION
284288
ruby 3.0.0p0
285289

286290
BUNDLED WITH
287-
2.2.6
291+
2.2.3

0 commit comments

Comments
 (0)