Skip to content

Commit

Permalink
Updare gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
amrrbakry committed Dec 22, 2022
1 parent 1589bd3 commit 806b392
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
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
puma-plugin-telemetry (1.1.1)
puma (>= 5.0)
puma-plugin-telemetry (1.1.2)
puma (< 7)

GEM
remote: https://rubygems.org/
Expand All @@ -14,7 +14,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
puma (5.6.4)
puma (6.0.1)
nio4r (~> 2.0)
rack (2.2.3.1)
rainbow (3.1.1)
Expand Down
2 changes: 1 addition & 1 deletion puma-plugin-telemetry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'puma', '>= 5.0'
spec.add_dependency 'puma', '< 7'
end

0 comments on commit 806b392

Please sign in to comment.