File: bundle.rake

package info (click to toggle)
ruby-app-store-connect 0.38.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: ruby: 1,193; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# frozen_string_literal: true

namespace :bundle do
  task :install do
    `bundle install`
  end
end