dragonruby-book/Gemfile.lock
Brett Chalupa 8d843582dc feat: sitemap generation
Automatically generates the sitemap upon deploy and pings the search
engines. A bit naive but it works. Uses Ruby because this is a book
about using Ruby.
2022-12-11 19:56:14 -05:00

15 lines
214 B
Text

GEM
remote: https://rubygems.org/
specs:
builder (3.2.4)
sitemap_generator (6.3.0)
builder (~> 3.0)
PLATFORMS
arm64-darwin-21
DEPENDENCIES
sitemap_generator (~> 6.3)
BUNDLED WITH
2.3.23