lib/ubiquo/template.erb in ubiquo-0.4.6 vs lib/ubiquo/template.erb in ubiquo-0.4.7
- old
+ new
@@ -383,10 +383,10 @@
CODE
# we need to take care of Jruby
<% if RUBY_PLATFORM =~ /java/ %>
run "jruby -S bundle install"
<% else %>
-run "bundle install --without jruby"
+run "bundle install"
<% end %>
# End of bundler setup
<% if RUBY_PLATFORM =~ /java/ %>
generate(:jdbc)