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 014d5b0 commit 6f7c44d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 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)
Expand Down Expand Up @@ -152,6 +153,9 @@ GEM
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
nokolexbor (0.5.2)
nokolexbor (0.5.2-arm64-darwin)
nokolexbor (0.5.2-x86_64-darwin)
nokolexbor (0.5.2-x86_64-linux)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
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")
Expand Down

0 comments on commit 6f7c44d

Please sign in to comment.