lib/templates/Gemfile in snfn-0.2.0 vs lib/templates/Gemfile in snfn-0.3.0

- old
+ new

@@ -38,11 +38,11 @@ <% if !@no_heroku && @database != "postgres" && @database != "mongo" -%> group :production do gem "pg" end <% end -%> +<% end -%> <% if @redis -%> # Redis gem "redis" -<% end -%> <% end -%>