Skip to content

Commit 2fa864e

Browse files
committed
bundle up
1 parent edbf888 commit 2fa864e

File tree

1 file changed

+94
-91
lines changed

1 file changed

+94
-91
lines changed

Gemfile.lock

Lines changed: 94 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2)
5-
actionpack (= 8.0.2)
6-
activesupport (= 8.0.2)
4+
actioncable (8.0.2.1)
5+
actionpack (= 8.0.2.1)
6+
activesupport (= 8.0.2.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2)
11-
actionpack (= 8.0.2)
12-
activejob (= 8.0.2)
13-
activerecord (= 8.0.2)
14-
activestorage (= 8.0.2)
15-
activesupport (= 8.0.2)
10+
actionmailbox (8.0.2.1)
11+
actionpack (= 8.0.2.1)
12+
activejob (= 8.0.2.1)
13+
activerecord (= 8.0.2.1)
14+
activestorage (= 8.0.2.1)
15+
activesupport (= 8.0.2.1)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2)
18-
actionpack (= 8.0.2)
19-
actionview (= 8.0.2)
20-
activejob (= 8.0.2)
21-
activesupport (= 8.0.2)
17+
actionmailer (8.0.2.1)
18+
actionpack (= 8.0.2.1)
19+
actionview (= 8.0.2.1)
20+
activejob (= 8.0.2.1)
21+
activesupport (= 8.0.2.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2)
25-
actionview (= 8.0.2)
26-
activesupport (= 8.0.2)
24+
actionpack (8.0.2.1)
25+
actionview (= 8.0.2.1)
26+
activesupport (= 8.0.2.1)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2)
35-
actionpack (= 8.0.2)
36-
activerecord (= 8.0.2)
37-
activestorage (= 8.0.2)
38-
activesupport (= 8.0.2)
34+
actiontext (8.0.2.1)
35+
actionpack (= 8.0.2.1)
36+
activerecord (= 8.0.2.1)
37+
activestorage (= 8.0.2.1)
38+
activesupport (= 8.0.2.1)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2)
42-
activesupport (= 8.0.2)
41+
actionview (8.0.2.1)
42+
activesupport (= 8.0.2.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2)
48-
activesupport (= 8.0.2)
47+
activejob (8.0.2.1)
48+
activesupport (= 8.0.2.1)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2)
51-
activesupport (= 8.0.2)
52-
activerecord (8.0.2)
53-
activemodel (= 8.0.2)
54-
activesupport (= 8.0.2)
50+
activemodel (8.0.2.1)
51+
activesupport (= 8.0.2.1)
52+
activerecord (8.0.2.1)
53+
activemodel (= 8.0.2.1)
54+
activesupport (= 8.0.2.1)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2)
57-
actionpack (= 8.0.2)
58-
activejob (= 8.0.2)
59-
activerecord (= 8.0.2)
60-
activesupport (= 8.0.2)
56+
activestorage (8.0.2.1)
57+
actionpack (= 8.0.2.1)
58+
activejob (= 8.0.2.1)
59+
activerecord (= 8.0.2.1)
60+
activesupport (= 8.0.2.1)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2)
62+
activesupport (8.0.2.1)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -73,19 +73,20 @@ GEM
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
7575
aws-eventstream (1.4.0)
76-
aws-partitions (1.1136.0)
77-
aws-sdk-core (3.227.0)
76+
aws-partitions (1.1147.0)
77+
aws-sdk-core (3.229.0)
7878
aws-eventstream (~> 1, >= 1.3.0)
7979
aws-partitions (~> 1, >= 1.992.0)
8080
aws-sigv4 (~> 1.9)
8181
base64
82+
bigdecimal
8283
jmespath (~> 1, >= 1.6.1)
8384
logger
84-
aws-sdk-kms (1.108.0)
85-
aws-sdk-core (~> 3, >= 3.227.0)
85+
aws-sdk-kms (1.110.0)
86+
aws-sdk-core (~> 3, >= 3.228.0)
8687
aws-sigv4 (~> 1.5)
87-
aws-sdk-s3 (1.194.0)
88-
aws-sdk-core (~> 3, >= 3.227.0)
88+
aws-sdk-s3 (1.196.1)
89+
aws-sdk-core (~> 3, >= 3.228.0)
8990
aws-sdk-kms (~> 1)
9091
aws-sigv4 (~> 1.5)
9192
aws-sigv4 (1.12.1)
@@ -108,36 +109,36 @@ GEM
108109
erubi (1.13.1)
109110
globalid (1.2.1)
110111
activesupport (>= 6.1)
111-
google-protobuf (4.31.1)
112+
google-protobuf (4.32.0)
112113
bigdecimal
113114
rake (>= 13)
114-
google-protobuf (4.31.1-aarch64-linux-gnu)
115+
google-protobuf (4.32.0-aarch64-linux-gnu)
115116
bigdecimal
116117
rake (>= 13)
117-
google-protobuf (4.31.1-aarch64-linux-musl)
118+
google-protobuf (4.32.0-aarch64-linux-musl)
118119
bigdecimal
119120
rake (>= 13)
120-
google-protobuf (4.31.1-arm64-darwin)
121+
google-protobuf (4.32.0-arm64-darwin)
121122
bigdecimal
122123
rake (>= 13)
123-
google-protobuf (4.31.1-x86-linux-gnu)
124+
google-protobuf (4.32.0-x86-linux-gnu)
124125
bigdecimal
125126
rake (>= 13)
126-
google-protobuf (4.31.1-x86-linux-musl)
127+
google-protobuf (4.32.0-x86-linux-musl)
127128
bigdecimal
128129
rake (>= 13)
129-
google-protobuf (4.31.1-x86_64-darwin)
130+
google-protobuf (4.32.0-x86_64-darwin)
130131
bigdecimal
131132
rake (>= 13)
132-
google-protobuf (4.31.1-x86_64-linux-gnu)
133+
google-protobuf (4.32.0-x86_64-linux-gnu)
133134
bigdecimal
134135
rake (>= 13)
135-
google-protobuf (4.31.1-x86_64-linux-musl)
136+
google-protobuf (4.32.0-x86_64-linux-musl)
136137
bigdecimal
137138
rake (>= 13)
138139
i18n (1.14.7)
139140
concurrent-ruby (~> 1.0)
140-
importmap-rails (2.2.0)
141+
importmap-rails (2.2.2)
141142
actionpack (>= 6.0.0)
142143
activesupport (>= 6.0.0)
143144
railties (>= 6.0.0)
@@ -190,11 +191,13 @@ GEM
190191
racc (~> 1.4)
191192
nokogiri (1.18.9-x86_64-linux-musl)
192193
racc (~> 1.4)
193-
pg (1.6.0)
194-
pg (1.6.0-aarch64-linux)
195-
pg (1.6.0-arm64-darwin)
196-
pg (1.6.0-x86_64-darwin)
197-
pg (1.6.0-x86_64-linux)
194+
pg (1.6.1)
195+
pg (1.6.1-aarch64-linux)
196+
pg (1.6.1-aarch64-linux-musl)
197+
pg (1.6.1-arm64-darwin)
198+
pg (1.6.1-x86_64-darwin)
199+
pg (1.6.1-x86_64-linux)
200+
pg (1.6.1-x86_64-linux-musl)
198201
power_assert (2.0.5)
199202
pp (0.6.2)
200203
prettyprint
@@ -206,41 +209,41 @@ GEM
206209
psych (5.2.6)
207210
date
208211
stringio
209-
puma (6.6.0)
212+
puma (6.6.1)
210213
nio4r (~> 2.0)
211214
racc (1.8.1)
212-
rack (3.1.16)
215+
rack (3.2.0)
213216
rack-session (2.1.1)
214217
base64 (>= 0.1.0)
215218
rack (>= 3.0.0)
216219
rack-test (2.2.0)
217220
rack (>= 1.3)
218221
rackup (2.2.1)
219222
rack (>= 3)
220-
rails (8.0.2)
221-
actioncable (= 8.0.2)
222-
actionmailbox (= 8.0.2)
223-
actionmailer (= 8.0.2)
224-
actionpack (= 8.0.2)
225-
actiontext (= 8.0.2)
226-
actionview (= 8.0.2)
227-
activejob (= 8.0.2)
228-
activemodel (= 8.0.2)
229-
activerecord (= 8.0.2)
230-
activestorage (= 8.0.2)
231-
activesupport (= 8.0.2)
223+
rails (8.0.2.1)
224+
actioncable (= 8.0.2.1)
225+
actionmailbox (= 8.0.2.1)
226+
actionmailer (= 8.0.2.1)
227+
actionpack (= 8.0.2.1)
228+
actiontext (= 8.0.2.1)
229+
actionview (= 8.0.2.1)
230+
activejob (= 8.0.2.1)
231+
activemodel (= 8.0.2.1)
232+
activerecord (= 8.0.2.1)
233+
activestorage (= 8.0.2.1)
234+
activesupport (= 8.0.2.1)
232235
bundler (>= 1.15.0)
233-
railties (= 8.0.2)
236+
railties (= 8.0.2.1)
234237
rails-dom-testing (2.3.0)
235238
activesupport (>= 5.0.0)
236239
minitest
237240
nokogiri (>= 1.6)
238241
rails-html-sanitizer (1.6.2)
239242
loofah (~> 2.21)
240243
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)
241-
railties (8.0.2)
242-
actionpack (= 8.0.2)
243-
activesupport (= 8.0.2)
244+
railties (8.0.2.1)
245+
actionpack (= 8.0.2.1)
246+
activesupport (= 8.0.2.1)
244247
irb (~> 1.13)
245248
rackup (>= 1.0.0)
246249
rake (>= 12.2)
@@ -252,36 +255,36 @@ GEM
252255
psych (>= 4.0.0)
253256
reline (0.6.2)
254257
io-console (~> 0.5)
255-
sass-embedded (1.89.2)
258+
sass-embedded (1.90.0)
256259
google-protobuf (~> 4.31)
257260
rake (>= 13)
258-
sass-embedded (1.89.2-aarch64-linux-android)
261+
sass-embedded (1.90.0-aarch64-linux-android)
259262
google-protobuf (~> 4.31)
260-
sass-embedded (1.89.2-aarch64-linux-gnu)
263+
sass-embedded (1.90.0-aarch64-linux-gnu)
261264
google-protobuf (~> 4.31)
262-
sass-embedded (1.89.2-aarch64-linux-musl)
265+
sass-embedded (1.90.0-aarch64-linux-musl)
263266
google-protobuf (~> 4.31)
264-
sass-embedded (1.89.2-arm-linux-androideabi)
267+
sass-embedded (1.90.0-arm-linux-androideabi)
265268
google-protobuf (~> 4.31)
266-
sass-embedded (1.89.2-arm-linux-gnueabihf)
269+
sass-embedded (1.90.0-arm-linux-gnueabihf)
267270
google-protobuf (~> 4.31)
268-
sass-embedded (1.89.2-arm-linux-musleabihf)
271+
sass-embedded (1.90.0-arm-linux-musleabihf)
269272
google-protobuf (~> 4.31)
270-
sass-embedded (1.89.2-arm64-darwin)
273+
sass-embedded (1.90.0-arm64-darwin)
271274
google-protobuf (~> 4.31)
272-
sass-embedded (1.89.2-riscv64-linux-android)
275+
sass-embedded (1.90.0-riscv64-linux-android)
273276
google-protobuf (~> 4.31)
274-
sass-embedded (1.89.2-riscv64-linux-gnu)
277+
sass-embedded (1.90.0-riscv64-linux-gnu)
275278
google-protobuf (~> 4.31)
276-
sass-embedded (1.89.2-riscv64-linux-musl)
279+
sass-embedded (1.90.0-riscv64-linux-musl)
277280
google-protobuf (~> 4.31)
278-
sass-embedded (1.89.2-x86_64-darwin)
281+
sass-embedded (1.90.0-x86_64-darwin)
279282
google-protobuf (~> 4.31)
280-
sass-embedded (1.89.2-x86_64-linux-android)
283+
sass-embedded (1.90.0-x86_64-linux-android)
281284
google-protobuf (~> 4.31)
282-
sass-embedded (1.89.2-x86_64-linux-gnu)
285+
sass-embedded (1.90.0-x86_64-linux-gnu)
283286
google-protobuf (~> 4.31)
284-
sass-embedded (1.89.2-x86_64-linux-musl)
287+
sass-embedded (1.90.0-x86_64-linux-musl)
285288
google-protobuf (~> 4.31)
286289
securerandom (0.4.1)
287290
sqlite3 (2.7.3)

0 commit comments

Comments
 (0)