Skip to content

Commit b68c8b6

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] <[email protected]>
1 parent 0b84de8 commit b68c8b6

File tree

1 file changed

+22
-17
lines changed

1 file changed

+22
-17
lines changed

Gemfile.lock

+22-17
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ GEM
8484
brakeman (7.0.0)
8585
racc
8686
builder (3.3.0)
87-
concurrent-ruby (1.3.4)
88-
connection_pool (2.4.1)
87+
concurrent-ruby (1.3.5)
88+
connection_pool (2.5.0)
8989
crass (1.0.6)
9090
cssbundling-rails (1.4.1)
9191
railties (>= 6.0.0)
@@ -111,14 +111,15 @@ GEM
111111
raabro (~> 1.4)
112112
globalid (1.2.1)
113113
activesupport (>= 6.1)
114-
i18n (1.14.6)
114+
i18n (1.14.7)
115115
concurrent-ruby (~> 1.0)
116116
importmap-rails (2.1.0)
117117
actionpack (>= 6.0.0)
118118
activesupport (>= 6.0.0)
119119
railties (>= 6.0.0)
120120
io-console (0.8.0)
121-
irb (1.14.3)
121+
irb (1.15.1)
122+
pp (>= 0.6.0)
122123
rdoc (>= 4.0.0)
123124
reline (>= 0.4.2)
124125
jbuilder (2.13.0)
@@ -137,8 +138,8 @@ GEM
137138
thor (~> 1.3)
138139
zeitwerk (>= 2.6.18, < 3.0)
139140
language_server-protocol (3.17.0.3)
140-
logger (1.6.4)
141-
loofah (2.23.1)
141+
logger (1.6.5)
142+
loofah (2.24.0)
142143
crass (~> 1.0.2)
143144
nokogiri (>= 1.12.0)
144145
mail (2.8.1)
@@ -166,39 +167,43 @@ GEM
166167
net-protocol
167168
net-ssh (7.3.0)
168169
nio4r (2.7.4)
169-
nokogiri (1.18.1)
170+
nokogiri (1.18.2)
170171
mini_portile2 (~> 2.8.2)
171172
racc (~> 1.4)
172-
nokogiri (1.18.1-aarch64-linux-gnu)
173+
nokogiri (1.18.2-aarch64-linux-gnu)
173174
racc (~> 1.4)
174-
nokogiri (1.18.1-arm-linux-gnu)
175+
nokogiri (1.18.2-arm-linux-gnu)
175176
racc (~> 1.4)
176-
nokogiri (1.18.1-arm64-darwin)
177+
nokogiri (1.18.2-arm64-darwin)
177178
racc (~> 1.4)
178-
nokogiri (1.18.1-x86_64-darwin)
179+
nokogiri (1.18.2-x86_64-darwin)
179180
racc (~> 1.4)
180-
nokogiri (1.18.1-x86_64-linux-gnu)
181+
nokogiri (1.18.2-x86_64-linux-gnu)
181182
racc (~> 1.4)
182183
ostruct (0.6.1)
183184
parallel (1.26.3)
184185
parser (3.3.6.0)
185186
ast (~> 2.4.1)
186187
racc
187188
pg (1.5.9)
189+
pp (0.6.2)
190+
prettyprint
191+
prettyprint (0.2.0)
188192
propshaft (1.1.0)
189193
actionpack (>= 7.0.0)
190194
activesupport (>= 7.0.0)
191195
rack
192196
railties (>= 7.0.0)
193-
psych (5.2.2)
197+
psych (5.2.3)
194198
date
195199
stringio
196200
puma (6.5.0)
197201
nio4r (~> 2.0)
198202
raabro (1.4.0)
199203
racc (1.8.1)
200-
rack (3.1.8)
201-
rack-session (2.0.0)
204+
rack (3.1.9)
205+
rack-session (2.1.0)
206+
base64 (>= 0.1.0)
202207
rack (>= 3.0.0)
203208
rack-test (2.2.0)
204209
rack (>= 1.3)
@@ -239,7 +244,7 @@ GEM
239244
zeitwerk (~> 2.6)
240245
rainbow (3.1.1)
241246
rake (13.2.1)
242-
rdoc (6.10.0)
247+
rdoc (6.12.0)
243248
psych (>= 4.0.0)
244249
regexp_parser (2.10.0)
245250
reline (0.6.0)
@@ -304,7 +309,7 @@ GEM
304309
activejob (>= 7.2)
305310
activerecord (>= 7.2)
306311
railties (>= 7.2)
307-
solid_cache (1.0.6)
312+
solid_cache (1.0.7)
308313
activejob (>= 7.2)
309314
activerecord (>= 7.2)
310315
railties (>= 7.2)

0 commit comments

Comments
 (0)