Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Updated xcpretty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Oct 30, 2015
1 parent 10f3f47 commit e4a450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gym.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', '>= 0.25.0', '< 1.0.0' # all shared code and dependencies
spec.add_dependency 'xcpretty' # pretty xcodebuild output
spec.add_dependency 'xcpretty', '>= 0.2.1' # pretty xcodebuild output
spec.add_dependency 'terminal-table' # print out build information
spec.add_dependency 'plist' # Generate the Xcode config plist file
spec.add_dependency 'rubyzip', '>= 1.1.7' # fix swift/ipa
Expand Down

0 comments on commit e4a450d

Please sign in to comment.