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
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions v2.5-non-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ GEM
ffi (1.17.4-x86_64-darwin)
ffi (1.17.4-x86_64-linux-gnu)
ffi (1.17.4-x86_64-linux-musl)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
json (2.19.9)
json (2.20.0)
karafka (2.5.9)
karafka-core (>= 2.5.6, < 2.6.0)
karafka-rdkafka (>= 0.24.0)
Expand Down Expand Up @@ -107,7 +107,7 @@ GEM
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
roda (3.104.0)
roda (3.105.0)
rack
rspec (3.13.2)
rspec-core (~> 3.13.0)
Expand Down
29 changes: 15 additions & 14 deletions v2.5-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ GEM
base64 (0.3.0)
bigdecimal (4.1.2)
builder (3.3.0)
concurrent-ruby (1.3.6)
concurrent-ruby (1.3.7)
connection_pool (3.0.2)
crass (1.0.6)
crass (1.0.7)
date (3.5.1)
diff-lcs (1.6.2)
drb (2.2.3)
Expand All @@ -97,17 +97,17 @@ GEM
ffi (1.17.4-x86_64-darwin)
ffi (1.17.4-x86_64-linux-gnu)
ffi (1.17.4-x86_64-linux-musl)
globalid (1.3.0)
globalid (1.4.0)
activesupport (>= 6.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.19.9)
json (2.20.0)
karafka (2.5.9)
karafka-core (>= 2.5.6, < 2.6.0)
karafka-rdkafka (>= 0.24.0)
Expand Down Expand Up @@ -207,13 +207,10 @@ GEM
nokogiri (1.19.4-x86_64-linux-musl)
racc (~> 1.4)
ostruct (0.6.3)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
prism (1.9.0)
psych (5.3.1)
date
stringio
puma (8.0.2)
nio4r (~> 2.0)
racc (1.8.1)
Expand Down Expand Up @@ -256,13 +253,18 @@ GEM
tsort (>= 0.2)
zeitwerk (~> 2.6)
rake (13.4.2)
rdoc (7.2.0)
rbs (4.0.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
reline (0.6.3)
io-console (~> 0.5)
roda (3.104.0)
roda (3.105.0)
rack
rspec (3.13.2)
rspec-core (~> 3.13.0)
Expand Down Expand Up @@ -290,7 +292,6 @@ GEM
sqlite3 (2.9.0-x86_64-darwin)
sqlite3 (2.9.0-x86_64-linux-gnu)
sqlite3 (2.9.0-x86_64-linux-musl)
stringio (3.2.0)
thor (1.5.0)
tilt (2.7.0)
timeout (0.6.1)
Expand All @@ -303,7 +304,7 @@ GEM
karafka-core (>= 2.5.12, < 3.0.0)
karafka-rdkafka (>= 0.24.0)
zeitwerk (~> 2.3)
websocket-driver (0.8.0)
websocket-driver (0.8.2)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down