10 lines
358 B
Ruby
10 lines
358 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem 'middleman', '~> 4.2'
|
|
gem 'middleman-hashicorp', git: 'https://github.com/carrot/middleman-hashicorp'
|
|
# gem 'middleman-hashicorp', path: '/Users/jeff/Sites/middleman-hashicorp-carrot'
|
|
gem 'builder'
|
|
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
|
|
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw]
|
|
gem 'middleman-dato'
|