Gemfile in aws-cfn-compiler-0.5.1 vs Gemfile in aws-cfn-compiler-0.5.2

- old
+ new

@@ -2,9 +2,16 @@ # 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 'aws-cfn-decompiler', :path => '../aws-cfn-decompiler', :group => :development +gem 'aws-cfn-compiler', :path => '../aws-cfn-compiler', :group => :development +gem 'aws-cfn-yats', :path => '../aws-cfn-yats', :group => :development +gem 'aws-cfn-stacker', :path => '../aws-cfn-stacker', :group => :development + gem 'bundler', "~> 1.6", :group => :development gem 'rake', :group => :development