Skip to content

Commit

Permalink
Add dependency on rack 3 and greater
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushn21 committed Mar 27, 2024
1 parent e00fd2e commit e4196de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ PATH
kramdown-parser-gfm (~> 1.0)
liquid (~> 5.0)
listen (~> 3.0)
rack (>= 3.0)
rake (>= 13.0)
roda (~> 3.46)
rouge (>= 3.0, < 5.0)
Expand Down
1 change: 1 addition & 0 deletions bridgetown-core/bridgetown-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency("kramdown-parser-gfm", "~> 1.0")
s.add_runtime_dependency("liquid", "~> 5.0")
s.add_runtime_dependency("listen", "~> 3.0")
s.add_runtime_dependency("rack", ">= 3.0")
s.add_runtime_dependency("rake", ">= 13.0")
s.add_runtime_dependency("roda", "~> 3.46")
s.add_runtime_dependency("rouge", [">= 3.0", "< 5.0"])
Expand Down

0 comments on commit e4196de

Please sign in to comment.