Skip to content

Commit 7f857d9

Browse files
Bump solid_cache from 1.0.6 to 1.0.7
Bumps [solid_cache](https://github.com/rails/solid_cache) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/rails/solid_cache/releases) - [Commits](rails/solid_cache@v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: solid_cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3cfb09e commit 7f857d9

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

Gemfile.lock

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ GEM
9595
rack-test (>= 0.6.3)
9696
regexp_parser (>= 1.5, < 3.0)
9797
xpath (~> 3.2)
98-
concurrent-ruby (1.3.4)
99-
connection_pool (2.4.1)
98+
concurrent-ruby (1.3.5)
99+
connection_pool (2.5.0)
100100
crass (1.0.6)
101101
date (3.4.1)
102102
debug (1.10.0)
@@ -113,14 +113,15 @@ GEM
113113
raabro (~> 1.4)
114114
globalid (1.2.1)
115115
activesupport (>= 6.1)
116-
i18n (1.14.6)
116+
i18n (1.14.7)
117117
concurrent-ruby (~> 1.0)
118118
importmap-rails (2.1.0)
119119
actionpack (>= 6.0.0)
120120
activesupport (>= 6.0.0)
121121
railties (>= 6.0.0)
122122
io-console (0.8.0)
123-
irb (1.14.3)
123+
irb (1.15.1)
124+
pp (>= 0.6.0)
124125
rdoc (>= 4.0.0)
125126
reline (>= 0.4.2)
126127
jbuilder (2.13.0)
@@ -139,8 +140,8 @@ GEM
139140
thor (~> 1.3)
140141
zeitwerk (>= 2.6.18, < 3.0)
141142
language_server-protocol (3.17.0.3)
142-
logger (1.6.4)
143-
loofah (2.23.1)
143+
logger (1.6.5)
144+
loofah (2.24.0)
144145
crass (~> 1.0.2)
145146
nokogiri (>= 1.12.0)
146147
mail (2.8.1)
@@ -168,32 +169,36 @@ GEM
168169
net-protocol
169170
net-ssh (7.3.0)
170171
nio4r (2.7.4)
171-
nokogiri (1.18.1-aarch64-linux-gnu)
172+
nokogiri (1.18.2-aarch64-linux-gnu)
172173
racc (~> 1.4)
173-
nokogiri (1.18.1-arm64-darwin)
174+
nokogiri (1.18.2-arm64-darwin)
174175
racc (~> 1.4)
175-
nokogiri (1.18.1-x86_64-linux-gnu)
176+
nokogiri (1.18.2-x86_64-linux-gnu)
176177
racc (~> 1.4)
177178
ostruct (0.6.1)
178179
parallel (1.26.3)
179180
parser (3.3.6.0)
180181
ast (~> 2.4.1)
181182
racc
183+
pp (0.6.2)
184+
prettyprint
185+
prettyprint (0.2.0)
182186
propshaft (1.1.0)
183187
actionpack (>= 7.0.0)
184188
activesupport (>= 7.0.0)
185189
rack
186190
railties (>= 7.0.0)
187-
psych (5.2.2)
191+
psych (5.2.3)
188192
date
189193
stringio
190194
public_suffix (6.0.1)
191195
puma (6.5.0)
192196
nio4r (~> 2.0)
193197
raabro (1.4.0)
194198
racc (1.8.1)
195-
rack (3.1.8)
196-
rack-session (2.0.0)
199+
rack (3.1.9)
200+
rack-session (2.1.0)
201+
base64 (>= 0.1.0)
197202
rack (>= 3.0.0)
198203
rack-test (2.2.0)
199204
rack (>= 1.3)
@@ -230,7 +235,7 @@ GEM
230235
zeitwerk (~> 2.6)
231236
rainbow (3.1.1)
232237
rake (13.2.1)
233-
rdoc (6.10.0)
238+
rdoc (6.12.0)
234239
psych (>= 4.0.0)
235240
regexp_parser (2.10.0)
236241
reline (0.6.0)
@@ -278,7 +283,7 @@ GEM
278283
activejob (>= 7.2)
279284
activerecord (>= 7.2)
280285
railties (>= 7.2)
281-
solid_cache (1.0.6)
286+
solid_cache (1.0.7)
282287
activejob (>= 7.2)
283288
activerecord (>= 7.2)
284289
railties (>= 7.2)

0 commit comments

Comments
 (0)