Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
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
4 changes: 2 additions & 2 deletions frameworks/Ruby/grape/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
nio4r (2.7.4)
nio4r (2.7.5)
pg (1.6.3)
pg (1.6.3-x86_64-darwin)
pg (1.6.3-x86_64-linux)
puma (7.1.0)
puma (7.2.0)
nio4r (~> 2.0)
rack (3.2.4)
ruby2_keywords (0.0.5)
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Ruby/rack-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ GEM
concurrent-ruby (1.3.5)
iodine (0.7.58)
json (2.18.0)
nio4r (2.7.4)
nio4r (2.7.5)
pg (1.6.3)
pg (1.6.3-x86_64-darwin)
pg (1.6.3-x86_64-linux)
puma (7.1.0)
puma (7.2.0)
nio4r (~> 2.0)
rack (3.2.5)
sequel (5.100.0)
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Ruby/rack/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
memory-leak (0.7.0)
metrics (0.15.0)
msgpack (1.8.0)
nio4r (2.7.4)
nio4r (2.7.5)
openssl (4.0.0)
parallel (1.26.3)
parser (3.3.7.1)
Expand Down Expand Up @@ -123,7 +123,7 @@ GEM
protocol-http (~> 0.58)
rack (>= 1.0)
protocol-url (0.4.0)
puma (7.1.0)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.5)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ GEM
psych (5.3.1)
date
stringio
puma (7.1.0)
puma (7.2.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.2.4)
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Ruby/sinatra-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ GEM
logger (1.7.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.4)
nio4r (2.7.5)
pg (1.6.3)
pg (1.6.3-x86_64-darwin)
pg (1.6.3-x86_64-linux)
puma (7.1.0)
puma (7.2.0)
nio4r (~> 2.0)
rack (3.2.4)
rack-protection (4.2.1)
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Ruby/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ GEM
minitest (5.25.5)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.4)
nio4r (2.7.5)
pg (1.6.2)
pg (1.6.2-x86_64-darwin)
pg (1.6.2-x86_64-linux)
puma (7.1.0)
puma (7.2.0)
nio4r (~> 2.0)
rack (3.2.3)
rack-protection (4.2.0)
Expand Down
Loading