Skip to content

Commit

Permalink
dep bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Sep 12, 2023
1 parent 21fc452 commit 1ef512d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
karafka-web (0.7.0)
erubi (~> 1.4)
karafka (>= 2.2.0, < 3.0.0)
karafka (>= 2.2.3, < 3.0.0)
karafka-core (>= 2.2.2, < 3.0.0)
roda (~> 3.68, >= 3.69)
tilt (~> 2.0)
Expand All @@ -26,8 +26,8 @@ GEM
ffi (1.15.5)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
karafka (2.2.1)
karafka-core (>= 2.2.0, < 2.3.0)
karafka (2.2.3)
karafka-core (>= 2.2.2, < 2.3.0)
thor (>= 0.20)
waterdrop (>= 2.6.6, < 3.0.0)
zeitwerk (~> 2.3)
Expand Down
2 changes: 1 addition & 1 deletion karafka-web.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.licenses = %w[LGPL-3.0 Commercial]

spec.add_dependency 'erubi', '~> 1.4'
spec.add_dependency 'karafka', '>= 2.2.0', '< 3.0.0'
spec.add_dependency 'karafka', '>= 2.2.3', '< 3.0.0'
spec.add_dependency 'karafka-core', '>= 2.2.2', '< 3.0.0'
spec.add_dependency 'roda', '~> 3.68', '>= 3.69'
spec.add_dependency 'tilt', '~> 2.0'
Expand Down

0 comments on commit 1ef512d

Please sign in to comment.