Sha256: 8d9f43dc54d3fef917c7b372bc15c66b2b420ff40297436543efd958178b8a16

Contents?: true

Size: 375 Bytes

Versions: 1

Compression:

Stored size: 375 Bytes

Contents

copy_static_file 'Gemfile'

in_root do
  gsub_file 'Gemfile', /RAILS_VERSION/, ::Pah::RAILS_VERSION

  # Since the gemset is likely empty, manually install bundler so it can install the rest
  run "gem install bundler --no-ri --no-rdoc"

  # Install all other gems needed from Gemfile
  run "bundle install"
end

git add: 'Gemfile*'
git_commit 'Add Gemfile and Gemfile.lock.'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pah-0.0.13 lib/pah/partials/_gems.rb