Skip to content

Commit

Permalink
chore: bump rdkafka to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthauer committed Jun 20, 2024
1 parent fd6b42e commit 49b4b18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
racecar (2.11.0.beta4)
king_konf (~> 1.0.0)
rdkafka (~> 0.15.0)
rdkafka (~> 0.16.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -33,7 +33,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
rake (13.0.6)
rdkafka (0.15.1)
rdkafka (0.16.0)
ffi (~> 1.15)
mini_portile2 (~> 2.6)
rake (> 12)
Expand Down
2 changes: 1 addition & 1 deletion racecar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 3.0'

spec.add_runtime_dependency "king_konf", "~> 1.0.0"
spec.add_runtime_dependency "rdkafka", "~> 0.15.0"
spec.add_runtime_dependency "rdkafka", "~> 0.16.0"

spec.add_development_dependency "bundler", [">= 1.13", "< 3"]
spec.add_development_dependency "pry-byebug"
Expand Down

0 comments on commit 49b4b18

Please sign in to comment.