Gemfile in aws-cfn-compiler-0.3.1 vs Gemfile in aws-cfn-compiler-0.5.0
- old
+ new
@@ -1,4 +1,10 @@
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 'aws-cfn-dsl', :path => '../aws-cfn-dsl', :group => :development
+gem 'aws-cfn-decompiler', :path => '../aws-cfn-decompiler', :group => :development
+gem 'bundler', "~> 1.6", :group => :development
+gem 'rake', :group => :development