Skip to content

Commit 7fab631

Browse files
committed
gem and pnpm upgrade
1 parent 8e5d684 commit 7fab631

4 files changed

Lines changed: 184 additions & 183 deletions

File tree

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.0'
55

66
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7-
gem 'rails', '~> 7.2.2'
7+
gem 'rails', '~> 7.2.3.1'
88
gem 'csv'
99
gem 'rails-i18n'
1010

Gemfile.lock

Lines changed: 76 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,29 @@ GIT
5353
GEM
5454
remote: https://rubygems.org/
5555
specs:
56-
actioncable (7.2.3)
57-
actionpack (= 7.2.3)
58-
activesupport (= 7.2.3)
56+
actioncable (7.2.3.1)
57+
actionpack (= 7.2.3.1)
58+
activesupport (= 7.2.3.1)
5959
nio4r (~> 2.0)
6060
websocket-driver (>= 0.6.1)
6161
zeitwerk (~> 2.6)
62-
actionmailbox (7.2.3)
63-
actionpack (= 7.2.3)
64-
activejob (= 7.2.3)
65-
activerecord (= 7.2.3)
66-
activestorage (= 7.2.3)
67-
activesupport (= 7.2.3)
62+
actionmailbox (7.2.3.1)
63+
actionpack (= 7.2.3.1)
64+
activejob (= 7.2.3.1)
65+
activerecord (= 7.2.3.1)
66+
activestorage (= 7.2.3.1)
67+
activesupport (= 7.2.3.1)
6868
mail (>= 2.8.0)
69-
actionmailer (7.2.3)
70-
actionpack (= 7.2.3)
71-
actionview (= 7.2.3)
72-
activejob (= 7.2.3)
73-
activesupport (= 7.2.3)
69+
actionmailer (7.2.3.1)
70+
actionpack (= 7.2.3.1)
71+
actionview (= 7.2.3.1)
72+
activejob (= 7.2.3.1)
73+
activesupport (= 7.2.3.1)
7474
mail (>= 2.8.0)
7575
rails-dom-testing (~> 2.2)
76-
actionpack (7.2.3)
77-
actionview (= 7.2.3)
78-
activesupport (= 7.2.3)
76+
actionpack (7.2.3.1)
77+
actionview (= 7.2.3.1)
78+
activesupport (= 7.2.3.1)
7979
cgi
8080
nokogiri (>= 1.8.5)
8181
racc
@@ -85,36 +85,36 @@ GEM
8585
rails-dom-testing (~> 2.2)
8686
rails-html-sanitizer (~> 1.6)
8787
useragent (~> 0.16)
88-
actiontext (7.2.3)
89-
actionpack (= 7.2.3)
90-
activerecord (= 7.2.3)
91-
activestorage (= 7.2.3)
92-
activesupport (= 7.2.3)
88+
actiontext (7.2.3.1)
89+
actionpack (= 7.2.3.1)
90+
activerecord (= 7.2.3.1)
91+
activestorage (= 7.2.3.1)
92+
activesupport (= 7.2.3.1)
9393
globalid (>= 0.6.0)
9494
nokogiri (>= 1.8.5)
95-
actionview (7.2.3)
96-
activesupport (= 7.2.3)
95+
actionview (7.2.3.1)
96+
activesupport (= 7.2.3.1)
9797
builder (~> 3.1)
9898
cgi
9999
erubi (~> 1.11)
100100
rails-dom-testing (~> 2.2)
101101
rails-html-sanitizer (~> 1.6)
102-
activejob (7.2.3)
103-
activesupport (= 7.2.3)
102+
activejob (7.2.3.1)
103+
activesupport (= 7.2.3.1)
104104
globalid (>= 0.3.6)
105-
activemodel (7.2.3)
106-
activesupport (= 7.2.3)
107-
activerecord (7.2.3)
108-
activemodel (= 7.2.3)
109-
activesupport (= 7.2.3)
105+
activemodel (7.2.3.1)
106+
activesupport (= 7.2.3.1)
107+
activerecord (7.2.3.1)
108+
activemodel (= 7.2.3.1)
109+
activesupport (= 7.2.3.1)
110110
timeout (>= 0.4.0)
111-
activestorage (7.2.3)
112-
actionpack (= 7.2.3)
113-
activejob (= 7.2.3)
114-
activerecord (= 7.2.3)
115-
activesupport (= 7.2.3)
111+
activestorage (7.2.3.1)
112+
actionpack (= 7.2.3.1)
113+
activejob (= 7.2.3.1)
114+
activerecord (= 7.2.3.1)
115+
activesupport (= 7.2.3.1)
116116
marcel (~> 1.0)
117-
activesupport (7.2.3)
117+
activesupport (7.2.3.1)
118118
base64
119119
benchmark (>= 0.3)
120120
bigdecimal
@@ -123,18 +123,18 @@ GEM
123123
drb
124124
i18n (>= 1.6, < 2)
125125
logger (>= 1.4.2)
126-
minitest (>= 5.1)
126+
minitest (>= 5.1, < 6)
127127
securerandom (>= 0.3)
128128
tzinfo (~> 2.0, >= 2.0.5)
129-
addressable (2.8.8)
129+
addressable (2.8.9)
130130
public_suffix (>= 2.0.2, < 8.0)
131-
airbrussh (1.6.0)
131+
airbrussh (1.6.1)
132132
sshkit (>= 1.6.1, != 1.7.0)
133133
ajax-datatables-rails (1.5.0)
134134
rails (>= 6.0)
135135
zeitwerk
136136
base64 (0.3.0)
137-
bcrypt (3.1.21)
137+
bcrypt (3.1.22)
138138
bcrypt_pbkdf (1.1.2)
139139
bcrypt_pbkdf (1.1.2-arm64-darwin)
140140
bcrypt_pbkdf (1.1.2-x86_64-darwin)
@@ -172,15 +172,16 @@ GEM
172172
xpath (~> 3.2)
173173
cgi (0.5.1)
174174
concurrent-ruby (1.3.6)
175-
connection_pool (2.5.5)
175+
connection_pool (3.0.2)
176176
crass (1.0.6)
177177
csv (3.3.5)
178-
dalli (3.2.8)
178+
dalli (5.0.2)
179+
logger
179180
date (3.5.1)
180181
debug (1.11.1)
181182
irb (~> 1.10)
182183
reline (>= 0.3.8)
183-
devise (5.0.2)
184+
devise (5.0.3)
184185
bcrypt (~> 3.0)
185186
orm_adapter (~> 0.1)
186187
railties (>= 7.0)
@@ -200,8 +201,7 @@ GEM
200201
logger
201202
zeitwerk (~> 2.6)
202203
ed25519 (1.4.0)
203-
erb (4.0.4)
204-
cgi (>= 0.3.3)
204+
erb (6.0.2)
205205
erubi (1.13.1)
206206
execjs (2.10.0)
207207
ffaker (2.25.0)
@@ -215,9 +215,9 @@ GEM
215215
railties (>= 3.2, < 9.0)
216216
globalid (1.3.0)
217217
activesupport (>= 6.1)
218-
http-2 (1.1.2)
219-
httpx (1.7.2)
220-
http-2 (>= 1.0.0)
218+
http-2 (1.1.3)
219+
httpx (1.7.5)
220+
http-2 (>= 1.1.3)
221221
i18n (1.14.8)
222222
concurrent-ruby (~> 1.0)
223223
io-console (0.8.2)
@@ -242,7 +242,7 @@ GEM
242242
rb-fsevent (~> 0.10, >= 0.10.3)
243243
rb-inotify (~> 0.9, >= 0.9.10)
244244
logger (1.7.0)
245-
loofah (2.25.0)
245+
loofah (2.25.1)
246246
crass (~> 1.0.2)
247247
nokogiri (>= 1.12.0)
248248
macaddr (1.7.2)
@@ -274,7 +274,7 @@ GEM
274274
net-ssh (>= 5.0.0, < 8.0.0)
275275
net-smtp (0.5.1)
276276
net-protocol
277-
net-ssh (7.3.0)
277+
net-ssh (7.3.2)
278278
nio4r (2.7.5)
279279
nokogiri (1.17.2)
280280
mini_portile2 (~> 2.8.2)
@@ -301,7 +301,7 @@ GEM
301301
psych (5.3.1)
302302
date
303303
stringio
304-
public_suffix (7.0.2)
304+
public_suffix (7.0.5)
305305
puma (6.6.1)
306306
nio4r (~> 2.0)
307307
pundit (2.5.2)
@@ -317,20 +317,20 @@ GEM
317317
rack (>= 1.3)
318318
rackup (2.3.1)
319319
rack (>= 3)
320-
rails (7.2.3)
321-
actioncable (= 7.2.3)
322-
actionmailbox (= 7.2.3)
323-
actionmailer (= 7.2.3)
324-
actionpack (= 7.2.3)
325-
actiontext (= 7.2.3)
326-
actionview (= 7.2.3)
327-
activejob (= 7.2.3)
328-
activemodel (= 7.2.3)
329-
activerecord (= 7.2.3)
330-
activestorage (= 7.2.3)
331-
activesupport (= 7.2.3)
320+
rails (7.2.3.1)
321+
actioncable (= 7.2.3.1)
322+
actionmailbox (= 7.2.3.1)
323+
actionmailer (= 7.2.3.1)
324+
actionpack (= 7.2.3.1)
325+
actiontext (= 7.2.3.1)
326+
actionview (= 7.2.3.1)
327+
activejob (= 7.2.3.1)
328+
activemodel (= 7.2.3.1)
329+
activerecord (= 7.2.3.1)
330+
activestorage (= 7.2.3.1)
331+
activesupport (= 7.2.3.1)
332332
bundler (>= 1.15.0)
333-
railties (= 7.2.3)
333+
railties (= 7.2.3.1)
334334
rails-dom-testing (2.3.0)
335335
activesupport (>= 5.0.0)
336336
minitest
@@ -341,9 +341,9 @@ GEM
341341
rails-i18n (7.0.10)
342342
i18n (>= 0.7, < 2)
343343
railties (>= 6.0.0, < 8)
344-
railties (7.2.3)
345-
actionpack (= 7.2.3)
346-
activesupport (= 7.2.3)
344+
railties (7.2.3.1)
345+
actionpack (= 7.2.3.1)
346+
activesupport (= 7.2.3.1)
347347
cgi
348348
irb (~> 1.13)
349349
rackup (>= 1.0.0)
@@ -355,8 +355,9 @@ GEM
355355
rb-fsevent (0.11.2)
356356
rb-inotify (0.11.1)
357357
ffi (~> 1.0)
358-
rbs (3.10.3)
358+
rbs (4.0.1)
359359
logger
360+
prism (>= 1.6.0)
360361
tsort
361362
rdoc (7.2.0)
362363
erb
@@ -369,7 +370,7 @@ GEM
369370
actionpack (>= 7.0)
370371
railties (>= 7.0)
371372
rexml (3.4.4)
372-
ruby-lsp (0.26.7)
373+
ruby-lsp (0.26.8)
373374
language_server-protocol (~> 3.17.0)
374375
prism (>= 1.2, < 2.0)
375376
rbs (>= 3, < 5)
@@ -424,11 +425,11 @@ GEM
424425
ostruct
425426
stringio (3.2.0)
426427
systemu (2.6.5)
427-
terser (1.2.6)
428+
terser (1.2.7)
428429
execjs (>= 0.3.0, < 3)
429430
thor (1.5.0)
430431
tilt (2.7.0)
431-
timeout (0.6.0)
432+
timeout (0.6.1)
432433
tsort (0.2.0)
433434
turbolinks (5.2.1)
434435
turbolinks-source (~> 5.2)
@@ -469,7 +470,7 @@ GEM
469470
nokogiri (~> 1.11)
470471
xpath (3.2.0)
471472
nokogiri (~> 1.8)
472-
zeitwerk (2.6.18)
473+
zeitwerk (2.7.5)
473474

474475
PLATFORMS
475476
aarch64-linux
@@ -511,7 +512,7 @@ DEPENDENCIES
511512
pagy (~> 9.4.0)
512513
puma
513514
pundit
514-
rails (~> 7.2.2)
515+
rails (~> 7.2.3.1)
515516
rails-i18n
516517
ruby-lsp
517518
ruby-lsp-rails
@@ -531,7 +532,7 @@ DEPENDENCIES
531532
xmlenc
532533

533534
RUBY VERSION
534-
ruby 3.2.2p53
535+
ruby 3.2.2p53
535536

536537
BUNDLED WITH
537538
2.6.9

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"ws": "~8.18.3",
3737
"semver": "^7.7.4"
3838
},
39-
"packageManager": "pnpm@10.30.2"
39+
"packageManager": "pnpm@10.33.0"
4040
}

0 commit comments

Comments
 (0)