Skip to content
Snippets Groups Projects
Gemfile 205 B
Newer Older
source "https://rubygems.org"

# add jekyll as a dependency
gem "jekyll"

# add dependencies for HTTP requests
gem "httparty"

# add dependencies to work with yaml and xml files
gem "yaml"
gem "nokogiri"