lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-6.3.0 vs lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-6.4.0
- old
+ new
@@ -42,10 +42,10 @@
<% end %>
end
group :tools do
<% if configuration.build_amazing_print %>
- gem "amazing_print", "~> 1.5"
+ gem "amazing_print", "~> 1.6"
<% end %>
<% if configuration.build_debug %>
gem "debug", "~> 1.9"
<% end %>
gem "repl_type_completor", "~> 0.1"