lib/jbundler.rb in jbundler-0.6.1 vs lib/jbundler.rb in jbundler-0.6.2

- old
+ new

@@ -35,10 +35,13 @@ def self.update if( context.classpath.needs_update?( context.jarfile, context.gemfile_lock ) and not context.vendor.vendored? ) - warn 'deprecated - use jbundle install to update bundle' + warn '' + warn 'jar bundle is outdated - use jbundle install to update bundle' + warn '' + aether = JBundler::AetherRuby.new( context.config ) context.jarfile.populate_unlocked( aether ) context.gemfile_lock.populate_dependencies( aether ) context.jarfile.populate_locked( aether )