Skip to content

Commit b193ac9

Browse files
authored
chore(deps): bump rack version (#52)
1 parent de16348 commit b193ac9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

logto-sample/Gemfile.lock

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ GEM
137137
marcel (1.0.4)
138138
matrix (0.4.2)
139139
mini_mime (1.1.5)
140+
mini_portile2 (2.8.9)
140141
minitest (5.25.5)
141142
msgpack (1.7.2)
142143
net-imap (0.5.7)
@@ -165,7 +166,7 @@ GEM
165166
puma (6.4.3)
166167
nio4r (~> 2.0)
167168
racc (1.8.1)
168-
rack (3.2.0)
169+
rack (3.2.3)
169170
rack-session (2.1.1)
170171
base64 (>= 0.1.0)
171172
rack (>= 3.0.0)
@@ -227,6 +228,8 @@ GEM
227228
actionpack (>= 6.1)
228229
activesupport (>= 6.1)
229230
sprockets (>= 3.0.0)
231+
sqlite3 (1.7.3)
232+
mini_portile2 (~> 2.8.0)
230233
sqlite3 (1.7.3-aarch64-linux)
231234
sqlite3 (1.7.3-arm64-darwin)
232235
sqlite3 (1.7.3-x86_64-linux)
@@ -260,6 +263,7 @@ GEM
260263
PLATFORMS
261264
aarch64-linux
262265
arm64-darwin-23
266+
arm64-darwin-25
263267
x86_64-linux
264268

265269
DEPENDENCIES
@@ -272,6 +276,7 @@ DEPENDENCIES
272276
jbuilder
273277
logto!
274278
puma (>= 5.0)
279+
rack (>= 3.2.2)
275280
rails (~> 8.0.0, >= 8.0.2)
276281
redis (>= 4.0.1)
277282
selenium-webdriver
@@ -286,4 +291,4 @@ RUBY VERSION
286291
ruby 3.4.2p28
287292

288293
BUNDLED WITH
289-
2.5.11
294+
2.7.2

0 commit comments

Comments
 (0)