Skip to content

Commit ee58cd7

Browse files
committed
Update bundle
1 parent e601f25 commit ee58cd7

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

Gemfile.lock

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
erubi (~> 1.11)
2424
rails-dom-testing (~> 2.2)
2525
rails-html-sanitizer (~> 1.6)
26-
active_job-performs (0.3.2)
26+
active_job-performs (0.3.3)
2727
activejob (>= 6.1)
2828
activejob (7.1.5.1)
2929
activesupport (= 7.1.5.1)
@@ -47,61 +47,62 @@ GEM
4747
mutex_m
4848
securerandom (>= 0.3)
4949
tzinfo (~> 2.0)
50-
base64 (0.2.0)
51-
benchmark (0.4.0)
52-
bigdecimal (3.1.9)
50+
base64 (0.3.0)
51+
benchmark (0.4.1)
52+
bigdecimal (3.2.2)
5353
builder (3.3.0)
5454
concurrent-ruby (1.3.5)
55-
connection_pool (2.5.0)
55+
connection_pool (2.5.3)
5656
crass (1.0.6)
5757
date (3.4.1)
58-
debug (1.10.0)
58+
debug (1.11.0)
5959
irb (~> 1.10)
6060
reline (>= 0.3.8)
61-
drb (2.2.1)
61+
drb (2.2.3)
62+
erb (5.0.2)
6263
erubi (1.13.1)
6364
globalid (1.2.1)
6465
activesupport (>= 6.1)
6566
i18n (1.14.7)
6667
concurrent-ruby (~> 1.0)
67-
io-console (0.8.0)
68+
io-console (0.8.1)
6869
irb (1.15.2)
6970
pp (>= 0.6.0)
7071
rdoc (>= 4.0.0)
7172
reline (>= 0.4.2)
72-
kredis (1.7.0)
73+
kredis (1.8.0)
7374
activemodel (>= 6.0.0)
7475
activesupport (>= 6.0.0)
7576
redis (>= 4.2, < 6)
7677
logger (1.7.0)
77-
loofah (2.24.0)
78+
loofah (2.24.1)
7879
crass (~> 1.0.2)
7980
nokogiri (>= 1.12.0)
8081
minitest (5.25.5)
8182
minitest-sprint (1.3.0)
8283
path_expander (~> 1.1)
8384
mutex_m (0.3.0)
84-
nokogiri (1.18.7-arm64-darwin)
85+
nokogiri (1.18.9-arm64-darwin)
8586
racc (~> 1.4)
86-
nokogiri (1.18.7-x86_64-linux-gnu)
87+
nokogiri (1.18.9-x86_64-linux-gnu)
8788
racc (~> 1.4)
8889
path_expander (1.1.3)
8990
pp (0.6.2)
9091
prettyprint
9192
prettyprint (0.2.0)
92-
psych (5.2.3)
93+
psych (5.2.6)
9394
date
9495
stringio
9596
racc (1.8.1)
96-
rack (3.1.12)
97-
rack-session (2.1.0)
97+
rack (3.2.0)
98+
rack-session (2.1.1)
9899
base64 (>= 0.1.0)
99100
rack (>= 3.0.0)
100101
rack-test (2.2.0)
101102
rack (>= 1.3)
102103
rackup (2.2.1)
103104
rack (>= 3)
104-
rails-dom-testing (2.2.0)
105+
rails-dom-testing (2.3.0)
105106
activesupport (>= 5.0.0)
106107
minitest
107108
nokogiri (>= 1.6)
@@ -116,24 +117,25 @@ GEM
116117
rake (>= 12.2)
117118
thor (~> 1.0, >= 1.2.2)
118119
zeitwerk (~> 2.6)
119-
rake (13.2.1)
120-
rdoc (6.13.1)
120+
rake (13.3.0)
121+
rdoc (6.14.2)
122+
erb
121123
psych (>= 4.0.0)
122-
redis (5.4.0)
124+
redis (5.4.1)
123125
redis-client (>= 0.22.0)
124-
redis-client (0.24.0)
126+
redis-client (0.25.1)
125127
connection_pool
126-
reline (0.6.1)
128+
reline (0.6.2)
127129
io-console (~> 0.5)
128130
securerandom (0.4.1)
129-
sqlite3 (2.6.0-arm64-darwin)
130-
sqlite3 (2.6.0-x86_64-linux-gnu)
131-
stringio (3.1.6)
132-
thor (1.3.2)
131+
sqlite3 (2.7.3-arm64-darwin)
132+
sqlite3 (2.7.3-x86_64-linux-gnu)
133+
stringio (3.1.7)
134+
thor (1.4.0)
133135
timeout (0.4.3)
134136
tzinfo (2.0.6)
135137
concurrent-ruby (~> 1.0)
136-
zeitwerk (2.6.18)
138+
zeitwerk (2.7.3)
137139

138140
PLATFORMS
139141
arm64-darwin

0 commit comments

Comments
 (0)