Skip to content

Commit 0d55b33

Browse files
committed
Revert "Update bundle"
This reverts commit ee58cd7.
1 parent defa36b commit 0d55b33

File tree

1 file changed

+26
-28
lines changed

1 file changed

+26
-28
lines changed

Gemfile.lock

Lines changed: 26 additions & 28 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.3)
26+
active_job-performs (0.3.2)
2727
activejob (>= 6.1)
2828
activejob (7.1.5.1)
2929
activesupport (= 7.1.5.1)
@@ -47,62 +47,61 @@ GEM
4747
mutex_m
4848
securerandom (>= 0.3)
4949
tzinfo (~> 2.0)
50-
base64 (0.3.0)
51-
benchmark (0.4.1)
52-
bigdecimal (3.2.2)
50+
base64 (0.2.0)
51+
benchmark (0.4.0)
52+
bigdecimal (3.1.9)
5353
builder (3.3.0)
5454
concurrent-ruby (1.3.5)
55-
connection_pool (2.5.3)
55+
connection_pool (2.5.0)
5656
crass (1.0.6)
5757
date (3.4.1)
58-
debug (1.11.0)
58+
debug (1.10.0)
5959
irb (~> 1.10)
6060
reline (>= 0.3.8)
61-
drb (2.2.3)
62-
erb (5.0.2)
61+
drb (2.2.1)
6362
erubi (1.13.1)
6463
globalid (1.2.1)
6564
activesupport (>= 6.1)
6665
i18n (1.14.7)
6766
concurrent-ruby (~> 1.0)
68-
io-console (0.8.1)
67+
io-console (0.8.0)
6968
irb (1.15.2)
7069
pp (>= 0.6.0)
7170
rdoc (>= 4.0.0)
7271
reline (>= 0.4.2)
73-
kredis (1.8.0)
72+
kredis (1.7.0)
7473
activemodel (>= 6.0.0)
7574
activesupport (>= 6.0.0)
7675
redis (>= 4.2, < 6)
7776
logger (1.7.0)
78-
loofah (2.24.1)
77+
loofah (2.24.0)
7978
crass (~> 1.0.2)
8079
nokogiri (>= 1.12.0)
8180
minitest (5.25.5)
8281
minitest-sprint (1.3.0)
8382
path_expander (~> 1.1)
8483
mutex_m (0.3.0)
85-
nokogiri (1.18.9-arm64-darwin)
84+
nokogiri (1.18.7-arm64-darwin)
8685
racc (~> 1.4)
87-
nokogiri (1.18.9-x86_64-linux-gnu)
86+
nokogiri (1.18.7-x86_64-linux-gnu)
8887
racc (~> 1.4)
8988
path_expander (1.1.3)
9089
pp (0.6.2)
9190
prettyprint
9291
prettyprint (0.2.0)
93-
psych (5.2.6)
92+
psych (5.2.3)
9493
date
9594
stringio
9695
racc (1.8.1)
97-
rack (3.2.0)
98-
rack-session (2.1.1)
96+
rack (3.1.12)
97+
rack-session (2.1.0)
9998
base64 (>= 0.1.0)
10099
rack (>= 3.0.0)
101100
rack-test (2.2.0)
102101
rack (>= 1.3)
103102
rackup (2.2.1)
104103
rack (>= 3)
105-
rails-dom-testing (2.3.0)
104+
rails-dom-testing (2.2.0)
106105
activesupport (>= 5.0.0)
107106
minitest
108107
nokogiri (>= 1.6)
@@ -117,25 +116,24 @@ GEM
117116
rake (>= 12.2)
118117
thor (~> 1.0, >= 1.2.2)
119118
zeitwerk (~> 2.6)
120-
rake (13.3.0)
121-
rdoc (6.14.2)
122-
erb
119+
rake (13.2.1)
120+
rdoc (6.13.1)
123121
psych (>= 4.0.0)
124-
redis (5.4.1)
122+
redis (5.4.0)
125123
redis-client (>= 0.22.0)
126-
redis-client (0.25.1)
124+
redis-client (0.24.0)
127125
connection_pool
128-
reline (0.6.2)
126+
reline (0.6.1)
129127
io-console (~> 0.5)
130128
securerandom (0.4.1)
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)
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)
135133
timeout (0.4.3)
136134
tzinfo (2.0.6)
137135
concurrent-ruby (~> 1.0)
138-
zeitwerk (2.7.3)
136+
zeitwerk (2.6.18)
139137

140138
PLATFORMS
141139
arm64-darwin

0 commit comments

Comments
 (0)