Skip to content

Commit

Permalink
Merge branch 'master' into prefix-test-topics
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Feb 13, 2025
2 parents eedefbe + c000493 commit 14e8407
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1)
activesupport (7.2.2.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -21,27 +22,28 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bigdecimal (3.1.8)
benchmark (0.4.0)
bigdecimal (3.1.9)
byebug (11.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.4.1)
diff-lcs (1.5.1)
docile (1.4.1)
drb (2.2.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot (6.5.1)
activesupport (>= 6.1.0)
ffi (1.17.0)
i18n (1.14.5)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
karafka-core (2.4.4)
karafka-rdkafka (>= 0.15.0, < 0.18.0)
karafka-rdkafka (0.17.6)
ffi (~> 1.15)
mini_portile2 (~> 2.6)
rake (> 12)
logger (1.6.1)
logger (1.6.5)
mini_portile2 (2.8.7)
minitest (5.25.1)
minitest (5.25.4)
ostruct (0.6.1)
rake (13.2.1)
rspec (3.13.0)
Expand All @@ -57,7 +59,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
securerandom (0.3.1)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
kafka:
container_name: kafka
image: confluentinc/cp-kafka:7.8.0
image: confluentinc/cp-kafka:7.8.1

ports:
- 9092:9092
Expand Down

0 comments on commit 14e8407

Please sign in to comment.