Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion frameworks/Ruby/rack/.dockerignore

This file was deleted.

8 changes: 5 additions & 3 deletions frameworks/Ruby/rack/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
fiber-annotation
fiber-local (~> 1.1)
json
falcon (0.53.0)
falcon (0.54.0)
async
async-container (~> 0.20)
async-container-supervisor (~> 0.6)
Expand All @@ -54,7 +54,7 @@ GEM
async-service (~> 0.16)
bundler
localhost (~> 1.1)
openssl (~> 3.0)
openssl (>= 3.0)
protocol-http (~> 0.31)
protocol-rack (~> 0.7)
samovar (~> 2.3)
Expand Down Expand Up @@ -90,7 +90,7 @@ GEM
metrics (0.15.0)
msgpack (1.8.0)
nio4r (2.7.4)
openssl (3.3.2)
openssl (4.0.0)
parallel (1.26.3)
parser (3.3.7.1)
ast (~> 2.4.1)
Expand All @@ -99,6 +99,7 @@ GEM
rack (>= 1.6.13)
rackup (>= 1.0.1)
rake (>= 12.3.3)
pg (1.6.3)
pg (1.6.3-arm64-darwin)
pg (1.6.3-x86_64-darwin)
pg (1.6.3-x86_64-linux)
Expand Down Expand Up @@ -170,6 +171,7 @@ GEM

PLATFORMS
arm64-darwin-24
ruby
x86_64-darwin-23
x86_64-linux

Expand Down
Loading