mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-26 00:31:18 -04:00
13 lines
293 B
Ruby
13 lines
293 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "less", "~> 2.2.2"
|
|
gem "middleman", "~> 3.0.6"
|
|
gem "middleman-minify-html", "~> 3.0.0"
|
|
gem "rack-contrib", "~> 1.1.0"
|
|
gem "redcarpet", "~> 2.2.2"
|
|
gem "therubyracer", "~> 0.10.2"
|
|
gem "thin", "~> 1.5.0"
|
|
|
|
group :development do
|
|
gem "highline", "~> 1.6.15"
|
|
end
|