inspec/www/Gemfile
Ryan Davis a5309ea392 blindly applied chefstyle -a
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-06-11 18:52:03 -07:00

37 lines
883 B
Ruby

# If you do not have OpenSSL installed, update
# the following line to use 'http://' instead
source "https://rubygems.org"
gem "slim", ">= 3.0"
# For faster file watcher updates on Windows:
gem "wdm", "~> 0.1.0", platforms: [:mswin, :mingw]
# windows does not come with time zone data
gem "tzinfo-data", platforms: [:mswin, :mingw]
# Middleman Gems
gem "middleman", ">= 4.0.0"
gem "middleman-autoprefixer"
gem "middleman-compass", ">= 4.0.0"
gem "middleman-livereload"
gem "middleman-search_engine_sitemap", "~> 1.4"
gem "middleman-sprockets", ">= 4.0.0"
gem "middleman-syntax"
gem "redcarpet"
# Tutorial Gems
gem "docker-api"
gem "github-markup"
# Needed to fetch contrib resource packs, etc.
gem "git", "~> 1.4"
# Build process requirements
gem "inquirer"
gem "inspec", path: ".."
gem "rake"
gem "ruby-progressbar"
# Ability to flush the cache during a deploy
gem "fastly"