mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 01:40:26 -05:00
12 lines
270 B
Ruby
12 lines
270 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem "middleman", "~> 3.1.5"
|
|
gem "middleman-minify-html", "~> 3.1.1"
|
|
gem "rack-contrib", "~> 1.1.0"
|
|
gem "redcarpet", "~> 3.0.0"
|
|
gem "therubyracer", "~> 0.12.0"
|
|
gem "thin", "~> 1.5.0"
|
|
|
|
group :development do
|
|
gem "highline", "~> 1.6.15"
|
|
end
|