Skip to content

Commit

Permalink
fix: gemspec rack version
Browse files Browse the repository at this point in the history
  • Loading branch information
aristotelesbr committed Jan 9, 2024
1 parent 7a9e2d3 commit 73b2d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lennarb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'async', '~> 2.8'
spec.add_dependency 'colorize', '~> 1.1'
spec.add_dependency 'rack', ['~> 3.0, >= 3.0.8']
spec.add_dependency 'rack', '~> 3.0, >= 3.0.8'

spec.add_development_dependency 'bake', '~> 0.18.2'
spec.add_development_dependency 'bundler', '~> 2.2'
Expand Down

0 comments on commit 73b2d43

Please sign in to comment.