forked from pkinney/aws-cfn-compiler
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
14 lines (10 loc) · 623 Bytes
/
Copy pathGemfile
File metadata and controls
14 lines (10 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'https://rubygems.org'
# Specify your gem's dependencies in aws-cfn-compiler.gemspec
gemspec
gem 'cloudformation-ruby-dsl', :path => '../cloudformation-ruby-dsl', :group => :development
gem 'dldinternet-mixlib-logging', :path => '../dldinternet-mixlib-logging', :group => :development
gem 'dldinternet-mixlib-cli', :path => '../dldinternet-mixlib-cli', :group => :development
gem 'aws-cfn-dsl', :path => '../aws-cfn-dsl', :group => :development
gem 'json_pure', :group => :development
gem 'bundler', "~> 1.6", :group => :development
gem 'rake', :group => :development