lib/ubiquo/template.erb in ubiquo-0.5.4 vs lib/ubiquo/template.erb in ubiquo-0.5.5
- old
+ new
@@ -378,9 +378,12 @@
gem "rails", "= 2.3.14"
gem "lockfile", ">= 1.4.3"
gem "i18n", "< 0.5.0"
gem "rdoc", ">= 2.4.2"
+<% if @opts[:template] == :edge && @opts[:profile] == :complete # used in i18n %>
+gem 'routing-filter', '~> 0.2.4', :require => false
+<% end %>
platforms :mri_18 do
gem "#{adapter_gem}"
<% if @opts[:template] == :stable %>
gem "daemons", "~> 1.1.2"