Skip to content

Commit

Permalink
Need xcov for testing sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdholtz committed Oct 14, 2021
1 parent 09397fb commit 9f0828f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ source("https://rubygems.org")
gem "danger"
gem "fastlane", git: "https://github.com/fastlane/fastlane"
gem "rubocop", "0.49.1"

# Needed for testing sample code
gem "xcov"
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ GEM
simctl (1.6.8)
CFPropertyList
naturally
slack-notifier (2.4.0)
terminal-notifier (2.0.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
Expand All @@ -255,10 +256,18 @@ GEM
colored2 (~> 3.1)
nanaimo (~> 0.3.0)
rexml (~> 3.2.4)
xcov (1.7.5)
fastlane (>= 2.141.0, < 3.0.0)
multipart-post
slack-notifier
terminal-table
xcodeproj
xcresult (~> 0.2.0)
xcpretty (0.3.0)
rouge (~> 2.0.7)
xcpretty-travis-formatter (1.0.1)
xcpretty (~> 0.2, >= 0.0.7)
xcresult (0.2.1)

PLATFORMS
ruby
Expand All @@ -267,6 +276,7 @@ DEPENDENCIES
danger
fastlane!
rubocop (= 0.49.1)
xcov

BUNDLED WITH
2.2.17

0 comments on commit 9f0828f

Please sign in to comment.