Gemfile 179 B

123456
  1. # A sample Gemfile
  2. source "https://rubygems.org"
  3. gem "rake"
  4. gem 'xcpretty'
  5. gem "xcjobs", :git => 'https://github.com/norio-nomura/xcjobs.git', :branch => 'subclass-of-rake-task'