Skip to content

Commit bc9884e

Browse files
committed
no message
1 parent c19a138 commit bc9884e

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ GEM
5151
addressable (>= 2.3.6)
5252
crack (>= 0.3.2)
5353
yard (0.8.7.6)
54+
net-ssh (2.7.0)
5455

5556
PLATFORMS
5657
ruby

bin/compile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ require 'java_buildpack/buildpack'
2626
build_dir = ARGV[0]
2727

2828

29-
net_ssh
30-
31-
private
32-
33-
def net_ssh
34-
puts "++++++ Gem Install Net::SSH..."
35-
system 'gem install net-ssh'
36-
end
37-
38-
3929
JavaBuildpack::Buildpack.with_buildpack(build_dir, 'Compile failed with exception %s') do |buildpack|
4030
buildpack.compile
4131
end

0 commit comments

Comments
 (0)