Skip to content

Instantly share code, notes, and snippets.

@timers-ios
Last active May 13, 2019 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timers-ios/87a1462b5a3c0a82d3f209bdcbb86eb0 to your computer and use it in GitHub Desktop.
Save timers-ios/87a1462b5a3c0a82d3f209bdcbb86eb0 to your computer and use it in GitHub Desktop.
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'danger'
gem 'xcpretty-json-formatter'
gem 'danger-xcode_summary'
gem 'danger-swiftlint'
gem 'danger-lgtm'
gem 'cocoapods'
gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment