lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-4.8.0 vs lib/rubysmith/templates/%project_name%/Gemfile.erb in rubysmith-4.9.0

- old
+ new

@@ -51,8 +51,8 @@ group :tools do <% if configuration.build_amazing_print %> gem "amazing_print", "~> 1.4" <% end %> <% if configuration.build_debug %> - gem "debug", "~> 1.7" + gem "debug", "~> 1.8" <% end %> end