Module: SpecifiedBundler

Extended by:
SpecifiedBundler
Included in:
SpecifiedBundler
Defined in:
lib/bard/plugins/install/specified_bundler.rb

Instance Method Summary collapse

Instance Method Details

#ensure!Object



4
5
6
7
# File 'lib/bard/plugins/install/specified_bundler.rb', line 4

def ensure!
  system("gem install bundler --conservative --version=#{bundler_version}") or raise "Cannot install bundler!"
  "(bundle check || bundle install)"
end