Skip to content

Commit

Permalink
Fix a bug where bridgetown-feed is not initialized on build time
Browse files Browse the repository at this point in the history
  • Loading branch information
malkoG committed Apr 20, 2024
1 parent 5c8c7a6 commit c92719d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem "redcarpet", "~> 3.5"
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.6"

gem "bridgetown-feed", "~> 2.1", :group => :bridgetown_plugins
gem "bridgetown-feed", "~> 3.1"

gem "bridgetown-webfinger", "~> 0.1.0"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ GEM
thor (~> 1.1)
tilt (~> 2.0)
zeitwerk (~> 2.5)
bridgetown-feed (2.1.0)
bridgetown (>= 1.0.0.alpha5, < 2.0)
bridgetown-feed (3.1.2)
bridgetown (>= 1.2.0.beta2, < 2.0)
bridgetown-lit-renderer (2.1.0.beta2)
bridgetown (>= 1.3.0.beta2, < 2.0)
random-port (>= 0.5)
Expand Down Expand Up @@ -180,7 +180,7 @@ PLATFORMS

DEPENDENCIES
bridgetown (~> 1.3.0)
bridgetown-feed (~> 2.1)
bridgetown-feed (~> 3.1)
bridgetown-lit-renderer (= 2.1.0.beta2)
bridgetown-webfinger (~> 0.1.0)
front_matter_parser (~> 1.0)
Expand Down

0 comments on commit c92719d

Please sign in to comment.