Sha256: dad10c41bafd87860cb9c0ba8a398343adf9b8b2e1dd72e4f2f384737511206c
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
module Gemsmith module Skeletons class BundlerSkeleton < BaseSkeleton def create_gemfile_lock Dir.chdir(File.join(destination_root, gem_name)) do info "Installing gem dependencies..." `bundle install` end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemsmith-5.3.0 | lib/gemsmith/skeletons/bundler_skeleton.rb |