Skip to content

Commit dfe5a44

Browse files
committed
Update gem versions
Required by scan_ruby ci step due to vulnerabilities
1 parent 2b42c91 commit dfe5a44

2 files changed

Lines changed: 67 additions & 67 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6-
gem "rails", "~> 8.1.1"
6+
gem "rails", "~> 8.1.3"
77
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
88
gem "propshaft"
99
# Use sqlite3 as the database for Active Record

Gemfile.lock

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
action_text-trix (2.1.16)
4+
action_text-trix (2.1.17)
55
railties
6-
actioncable (8.1.2)
7-
actionpack (= 8.1.2)
8-
activesupport (= 8.1.2)
6+
actioncable (8.1.3)
7+
actionpack (= 8.1.3)
8+
activesupport (= 8.1.3)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.2)
13-
actionpack (= 8.1.2)
14-
activejob (= 8.1.2)
15-
activerecord (= 8.1.2)
16-
activestorage (= 8.1.2)
17-
activesupport (= 8.1.2)
12+
actionmailbox (8.1.3)
13+
actionpack (= 8.1.3)
14+
activejob (= 8.1.3)
15+
activerecord (= 8.1.3)
16+
activestorage (= 8.1.3)
17+
activesupport (= 8.1.3)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.2)
20-
actionpack (= 8.1.2)
21-
actionview (= 8.1.2)
22-
activejob (= 8.1.2)
23-
activesupport (= 8.1.2)
19+
actionmailer (8.1.3)
20+
actionpack (= 8.1.3)
21+
actionview (= 8.1.3)
22+
activejob (= 8.1.3)
23+
activesupport (= 8.1.3)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.2)
27-
actionview (= 8.1.2)
28-
activesupport (= 8.1.2)
26+
actionpack (8.1.3)
27+
actionview (= 8.1.3)
28+
activesupport (= 8.1.3)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.2)
36+
actiontext (8.1.3)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.2)
39-
activerecord (= 8.1.2)
40-
activestorage (= 8.1.2)
41-
activesupport (= 8.1.2)
38+
actionpack (= 8.1.3)
39+
activerecord (= 8.1.3)
40+
activestorage (= 8.1.3)
41+
activesupport (= 8.1.3)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.2)
45-
activesupport (= 8.1.2)
44+
actionview (8.1.3)
45+
activesupport (= 8.1.3)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.2)
51-
activesupport (= 8.1.2)
50+
activejob (8.1.3)
51+
activesupport (= 8.1.3)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.2)
54-
activesupport (= 8.1.2)
55-
activerecord (8.1.2)
56-
activemodel (= 8.1.2)
57-
activesupport (= 8.1.2)
53+
activemodel (8.1.3)
54+
activesupport (= 8.1.3)
55+
activerecord (8.1.3)
56+
activemodel (= 8.1.3)
57+
activesupport (= 8.1.3)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.2)
60-
actionpack (= 8.1.2)
61-
activejob (= 8.1.2)
62-
activerecord (= 8.1.2)
63-
activesupport (= 8.1.2)
59+
activestorage (8.1.3)
60+
actionpack (= 8.1.3)
61+
activejob (= 8.1.3)
62+
activerecord (= 8.1.3)
63+
activesupport (= 8.1.3)
6464
marcel (~> 1.0)
65-
activesupport (8.1.2)
65+
activesupport (8.1.3)
6666
base64
6767
bigdecimal
6868
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -80,7 +80,7 @@ GEM
8080
ast (2.4.3)
8181
authentication-zero (4.0.3)
8282
base64 (0.3.0)
83-
bcrypt (3.1.21)
83+
bcrypt (3.1.22)
8484
bcrypt_pbkdf (1.1.2)
8585
bigdecimal (4.0.1)
8686
bindex (0.8.1)
@@ -149,7 +149,7 @@ GEM
149149
js-routes (2.3.6)
150150
railties (>= 5)
151151
sorbet-runtime
152-
json (2.18.1)
152+
json (2.19.2)
153153
kamal (2.10.1)
154154
activesupport (>= 7.0)
155155
base64 (~> 0.2)
@@ -170,7 +170,7 @@ GEM
170170
launchy (>= 2.2, < 4)
171171
lint_roller (1.1.0)
172172
logger (1.7.0)
173-
loofah (2.25.0)
173+
loofah (2.25.1)
174174
crass (~> 1.0.2)
175175
nokogiri (>= 1.12.0)
176176
mail (2.9.0)
@@ -201,19 +201,19 @@ GEM
201201
net-protocol
202202
net-ssh (7.3.0)
203203
nio4r (2.7.5)
204-
nokogiri (1.19.0-aarch64-linux-gnu)
204+
nokogiri (1.19.1-aarch64-linux-gnu)
205205
racc (~> 1.4)
206-
nokogiri (1.19.0-aarch64-linux-musl)
206+
nokogiri (1.19.1-aarch64-linux-musl)
207207
racc (~> 1.4)
208-
nokogiri (1.19.0-arm-linux-gnu)
208+
nokogiri (1.19.1-arm-linux-gnu)
209209
racc (~> 1.4)
210-
nokogiri (1.19.0-arm-linux-musl)
210+
nokogiri (1.19.1-arm-linux-musl)
211211
racc (~> 1.4)
212-
nokogiri (1.19.0-arm64-darwin)
212+
nokogiri (1.19.1-arm64-darwin)
213213
racc (~> 1.4)
214-
nokogiri (1.19.0-x86_64-linux-gnu)
214+
nokogiri (1.19.1-x86_64-linux-gnu)
215215
racc (~> 1.4)
216-
nokogiri (1.19.0-x86_64-linux-musl)
216+
nokogiri (1.19.1-x86_64-linux-musl)
217217
racc (~> 1.4)
218218
ostruct (0.6.3)
219219
parallel (1.27.0)
@@ -236,7 +236,7 @@ GEM
236236
nio4r (~> 2.0)
237237
raabro (1.4.0)
238238
racc (1.8.1)
239-
rack (3.2.4)
239+
rack (3.2.5)
240240
rack-proxy (0.7.7)
241241
rack
242242
rack-session (2.1.1)
@@ -246,30 +246,30 @@ GEM
246246
rack (>= 1.3)
247247
rackup (2.3.1)
248248
rack (>= 3)
249-
rails (8.1.2)
250-
actioncable (= 8.1.2)
251-
actionmailbox (= 8.1.2)
252-
actionmailer (= 8.1.2)
253-
actionpack (= 8.1.2)
254-
actiontext (= 8.1.2)
255-
actionview (= 8.1.2)
256-
activejob (= 8.1.2)
257-
activemodel (= 8.1.2)
258-
activerecord (= 8.1.2)
259-
activestorage (= 8.1.2)
260-
activesupport (= 8.1.2)
249+
rails (8.1.3)
250+
actioncable (= 8.1.3)
251+
actionmailbox (= 8.1.3)
252+
actionmailer (= 8.1.3)
253+
actionpack (= 8.1.3)
254+
actiontext (= 8.1.3)
255+
actionview (= 8.1.3)
256+
activejob (= 8.1.3)
257+
activemodel (= 8.1.3)
258+
activerecord (= 8.1.3)
259+
activestorage (= 8.1.3)
260+
activesupport (= 8.1.3)
261261
bundler (>= 1.15.0)
262-
railties (= 8.1.2)
262+
railties (= 8.1.3)
263263
rails-dom-testing (2.3.0)
264264
activesupport (>= 5.0.0)
265265
minitest
266266
nokogiri (>= 1.6)
267267
rails-html-sanitizer (1.6.2)
268268
loofah (~> 2.21)
269269
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)
270-
railties (8.1.2)
271-
actionpack (= 8.1.2)
272-
activesupport (= 8.1.2)
270+
railties (8.1.3)
271+
actionpack (= 8.1.3)
272+
activesupport (= 8.1.3)
273273
irb (~> 1.13)
274274
rackup (>= 1.0.0)
275275
rake (>= 12.2)
@@ -438,7 +438,7 @@ DEPENDENCIES
438438
letter_opener
439439
propshaft
440440
puma (>= 5.0)
441-
rails (~> 8.1.1)
441+
rails (~> 8.1.3)
442442
rspec-rails (~> 8.0)
443443
rubocop-rails-omakase
444444
selenium-webdriver

0 commit comments

Comments
 (0)