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/grape/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
zeitwerk
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.10.1)
json (2.11.3)
kgio (2.11.4)
logger (1.6.6)
minitest (5.25.4)
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 @@ -111,7 +111,7 @@ GEM
zeitwerk (~> 2.6)
hansi (0.2.1)
ice_nine (0.11.2)
json (2.10.2)
json (2.11.3)
logger (1.6.6)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Ruby/padrino/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
drb (2.2.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.10.2)
json (2.11.3)
kgio (2.11.4)
logger (1.6.6)
mail (2.8.1)
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 @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
bigdecimal (3.1.9)
json (2.10.1)
json (2.11.3)
kgio (2.11.4)
logger (1.7.0)
mysql2 (0.5.6)
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 @@ -61,7 +61,7 @@ GEM
io-event (1.9.0)
io-stream (0.6.1)
iodine (0.7.58)
json (2.10.2)
json (2.11.3)
kgio (2.11.4)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
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 @@ -146,7 +146,7 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.10.1)
json (2.11.3)
localhost (1.3.1)
logger (1.6.6)
loofah (2.24.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 @@ -5,7 +5,7 @@ GEM
bigdecimal (3.1.9)
erubi (1.13.1)
iodine (0.7.58)
json (2.10.2)
json (2.11.3)
kgio (2.11.4)
logger (1.7.0)
mysql2 (0.5.6)
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 @@ -4,7 +4,7 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.9)
iodine (0.7.58)
json (2.10.1)
json (2.11.3)
kgio (2.11.4)
logger (1.6.6)
mustermann (3.0.3)
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 @@ -29,7 +29,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
iodine (0.7.58)
json (2.10.1)
json (2.11.3)
kgio (2.11.4)
logger (1.6.6)
minitest (5.25.4)
Expand Down
Loading