Skip to content

Commit

Permalink
chore: update Gemfile template with nokogiri commented out (bridgetow…
Browse files Browse the repository at this point in the history
…nrb#574)

Make it easier to add nokogiri for the Inspectors API by commenting it out in the Gemfile template. This should help reduce the head scratching if they copy over an inspector without fully reading the docs.
  • Loading branch information
andrewmcodes authored Jun 9, 2022
1 parent 559768c commit f6100da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bridgetown-core/lib/site_template/Gemfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ gem "bridgetown", "~> <%= Bridgetown::VERSION %>"
# Uncomment to add file-based dynamic routing to your project:
# gem "bridgetown-routes", "~> <%= Bridgetown::VERSION %>", group: :bridgetown_plugins

# Uncomment to use the Inspectors API to manipulate the output
# of your HTML or XML resources:
# gem "nokogiri", "~> 1.13"

# Puma is a Rack-compatible server used by Bridgetown
# (you can optionally limit this to the "development" group)
gem "puma", "~> 5.6"

0 comments on commit f6100da

Please sign in to comment.