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
2 changes: 1 addition & 1 deletion frameworks/Ruby/agoo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
ostruct (>= 0.2)
ostruct (0.6.1)
pg (1.5.9)
rack (3.1.11)
rack (3.2.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/grape/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
nio4r (2.7.4)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.12)
rack (3.2.0)
raindrops (0.20.1)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/hanami/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
rack (2.2.13)
rack (2.2.17)
rake (13.2.1)
rom (5.4.2)
rom-changeset (~> 5.4)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/rack-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.16)
rack (3.2.0)
sequel (5.90.0)
bigdecimal
sequel_pg (1.17.1)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/rack/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ GEM
puma (6.6.0)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.11)
rack (3.2.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/rage-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
bigdecimal (3.1.9)
logger (1.7.0)
pg (1.5.9)
rack (2.2.13)
rack (2.2.17)
rack-test (2.2.0)
rack (>= 1.3)
rage-iodine (4.0.0)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/roda-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.12)
rack (3.2.0)
roda (3.90.0)
rack
sequel (5.90.0)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/sinatra-sequel/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.14)
rack (3.2.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
pg (1.5.9)
puma (6.6.0)
nio4r (~> 2.0)
rack (3.1.14)
rack (3.2.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
Expand Down
Loading