lib/ubiquo/template.erb in ubiquo-0.9.0.b5 vs lib/ubiquo/template.erb in ubiquo-0.9.0.b6
- old
+ new
@@ -260,11 +260,11 @@
jruby_adapter_gem = adapter_gem == "pg" ? "postgres" : adapter_gem
ubiquo_gems = (selected_plugins).map do |plugin|
<% if @opts[:gem_path] %>
" gem \"#{plugin}\""
- <% else %>>
+ <% else %>
" gem \"#{plugin}\", :git => #{plugin_repo(plugin)}"
<% end %>
end.join("\n")
file 'Gemfile', <<-CODE
@@ -300,10 +300,10 @@
<% else %>
#{ubiquo_gems}
<% end %>
gem "paperclip", "~> 2.4.5"
-gem "exception_notifier", "~> 1.0.0"
+gem "exception_notification", "~> 2.5.2"
<% if @opts[:profile] == :complete # used in i18n %>
#gem 'routing-filter', '~> 0.2.4', :require => false
<% end %>