Skip to content
Open
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
2 changes: 1 addition & 1 deletion frameworks/Ruby/rack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'sequel_pg', platforms: %i[ruby windows]
gem 'tzinfo-data', '1.2023.3'

group :falcon, optional: true do
gem 'falcon', '~> 0.47', platforms: %i[ruby windows]
gem 'falcon', '~> 0.52', platforms: %i[ruby windows]
end

group :iodine, optional: true do
Expand Down
80 changes: 49 additions & 31 deletions frameworks/Ruby/rack/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,53 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
async (2.23.0)
async (2.34.0)
console (~> 1.29)
fiber-annotation
io-event (~> 1.9)
io-event (~> 1.11)
metrics (~> 0.12)
traces (~> 0.15)
async-container (0.24.0)
traces (~> 0.18)
async-container (0.27.7)
async (~> 2.22)
async-container-supervisor (0.5.1)
async-container (~> 0.22)
async-container-supervisor (0.9.1)
async-service
io-endpoint
memory (~> 0.7)
memory-leak (~> 0.5)
async-http (0.87.0)
process-metrics
async-http (0.92.1)
async (>= 2.10.2)
async-pool (~> 0.9)
async-pool (~> 0.11)
io-endpoint (~> 0.14)
io-stream (~> 0.6)
metrics (~> 0.12)
protocol-http (~> 0.49)
protocol-http1 (~> 0.30)
protocol-http2 (~> 0.22)
protocol-url (~> 0.2)
traces (~> 0.10)
async-http-cache (0.4.5)
async-http-cache (0.4.6)
async-http (~> 0.56)
async-pool (0.10.3)
async (>= 1.25)
async-service (0.13.0)
async-pool (0.11.0)
async (>= 2.0)
async-service (0.14.4)
async
async-container (~> 0.16)
string-format (~> 0.2)
bake (0.24.1)
bigdecimal
samovar (~> 2.1)
bigdecimal (3.1.9)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
console (1.30.0)
console (1.34.2)
fiber-annotation
fiber-local (~> 1.1)
json
falcon (0.51.1)
falcon (0.52.4)
async
async-container (~> 0.20)
async-container-supervisor (~> 0.5.0)
async-container-supervisor (~> 0.6)
async-http (~> 0.75)
async-http-cache (~> 0.4)
async-service (~> 0.10)
Expand All @@ -55,10 +61,10 @@ GEM
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (1.0.0)
fiber-storage (1.0.1)
io-endpoint (0.15.2)
io-event (1.9.0)
io-stream (0.6.1)
io-event (1.14.2)
io-stream (0.11.0)
iodine (0.7.58)
itsi (0.2.18)
itsi-scheduler (~> 0.2.18)
Expand All @@ -70,16 +76,21 @@ GEM
prism (~> 1.4)
rack (>= 1.6)
rb_sys (~> 0.9.91)
json (2.13.2)
json (2.16.0)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
localhost (1.3.1)
localhost (1.6.0)
logger (1.6.6)
mapping (1.1.1)
memory-leak (0.5.2)
metrics (0.12.2)
mapping (1.1.3)
memory (0.12.0)
bake (~> 0.15)
console
msgpack
memory-leak (0.7.0)
metrics (0.15.0)
msgpack (1.8.0)
nio4r (2.7.4)
openssl (3.3.0)
openssl (3.3.2)
parallel (1.26.3)
parser (3.3.7.1)
ast (~> 2.4.1)
Expand All @@ -95,20 +106,26 @@ GEM
logger
rack (>= 2.0)
prism (1.4.0)
process-metrics (0.7.0)
console (~> 1.8)
json (~> 2)
samovar (~> 2.1)
protocol-hpack (1.5.1)
protocol-http (0.54.0)
protocol-http (0.55.0)
protocol-http1 (0.35.2)
protocol-http (~> 0.22)
protocol-http2 (0.22.1)
protocol-http2 (0.23.0)
protocol-hpack (~> 1.4)
protocol-http (~> 0.47)
protocol-rack (0.11.2)
protocol-rack (0.16.0)
io-stream (>= 0.10)
protocol-http (~> 0.43)
rack (>= 1.0)
protocol-url (0.4.0)
puma (7.1.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.2)
rack (3.2.4)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
Expand All @@ -133,15 +150,16 @@ GEM
rubocop-ast (1.38.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
samovar (2.3.0)
samovar (2.4.1)
console (~> 1.0)
mapping (~> 1.0)
sequel (5.90.0)
bigdecimal
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
traces (0.15.2)
string-format (0.2.0)
traces (0.18.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
Expand All @@ -157,7 +175,7 @@ PLATFORMS

DEPENDENCIES
connection_pool (~> 2.4)
falcon (~> 0.47)
falcon (~> 0.52)
iodine (~> 0.7)
itsi
jdbc-postgres (~> 42.2)
Expand Down
Loading