Skip to content

Commit

Permalink
bump ruby-rdkafka to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmaia committed Jun 20, 2022
1 parent 73f424f commit e882011
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.8.0.rc.1)
king_konf (~> 1.0.0)
rdkafka (~> 0.12.0.beta.4)
rdkafka (~> 0.12.0)

GEM
remote: https://rubygems.org/
Expand All @@ -28,7 +28,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.0.1)
rdkafka (0.12.0.beta.4)
rdkafka (0.12.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 = '>= 2.6'

spec.add_runtime_dependency "king_konf", "~> 1.0.0"
spec.add_runtime_dependency "rdkafka", "~> 0.12.0.beta.4"
spec.add_runtime_dependency "rdkafka", "~> 0.12.0"

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

0 comments on commit e882011

Please sign in to comment.