lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-6.0.0 vs lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-6.1.0

- old
+ new

@@ -47,6 +47,7 @@ gem "amazing_print", "~> 1.5" <% end %> <% if configuration.build_debug %> gem "debug", "~> 1.8" <% end %> + gem "repl_type_completor", "~> 0.1" end