mt_tool.gemspec in mt_tool-0.1.3 vs mt_tool.gemspec in mt_tool-0.1.4

- old
+ new

@@ -40,10 +40,12 @@ spec.add_dependency 'bundler' spec.add_dependency 'thor' spec.add_dependency 'xcodeproj' spec.add_dependency 'colored' + spec.add_dependency 'colored2' spec.add_dependency 'pathname' - + spec.add_dependency 'mustache' + spec.add_dependency 'activesupport' # For more information and examples about making a new gem, check out our # guide at: https://bundler.io/guides/creating_gem.html end