lib/ubiquo/template.erb in ubiquo-0.5.0 vs lib/ubiquo/template.erb in ubiquo-0.5.2
- old
+ new
@@ -359,12 +359,13 @@
end
jruby_adapter_gem = adapter_gem == "pg" ? "postgres" : adapter_gem
file 'Gemfile', <<-CODE
source "http://rubygems.org"
-gem "rails", "= 2.3.11"
+gem "rails", "= 2.3.14"
gem "lockfile", ">= 1.4.3"
gem "i18n", "< 0.5.0"
+gem "rdoc", ">= 2.4.2"
platforms :mri_18 do
gem "#{adapter_gem}"
<% if @opts[:template] == :stable %>
gem "daemons", "~> 1.1.2"