diff options
Diffstat (limited to 'Library/Homebrew/test')
| -rw-r--r-- | Library/Homebrew/test/Gemfile | 3 | ||||
| -rw-r--r-- | Library/Homebrew/test/Gemfile.lock | 13 |
2 files changed, 9 insertions, 7 deletions
diff --git a/Library/Homebrew/test/Gemfile b/Library/Homebrew/test/Gemfile index 0a84f8dc2..a7e9eb834 100644 --- a/Library/Homebrew/test/Gemfile +++ b/Library/Homebrew/test/Gemfile @@ -13,7 +13,8 @@ group :coverage do # - https://github.com/colszowka/simplecov/pull/520 gem "simplecov", "0.12.0", git: "https://github.com/colszowka/simplecov.git", - branch: "master", # commit 83d8031ddde0927f87ef9327200a98583ca18d77 + branch: "master", + ref: "83d8031ddde0927f87ef9327200a98583ca18d77", require: false gem "codecov", require: false end diff --git a/Library/Homebrew/test/Gemfile.lock b/Library/Homebrew/test/Gemfile.lock index ba639d70f..aa4800f34 100644 --- a/Library/Homebrew/test/Gemfile.lock +++ b/Library/Homebrew/test/Gemfile.lock @@ -1,6 +1,7 @@ GIT remote: https://github.com/colszowka/simplecov.git revision: 83d8031ddde0927f87ef9327200a98583ca18d77 + ref: 83d8031ddde0927f87ef9327200a98583ca18d77 branch: master specs: simplecov (0.12.0) @@ -11,18 +12,18 @@ GIT GEM remote: https://rubygems.org/ specs: - codecov (0.1.5) + codecov (0.1.6) json simplecov url docile (1.1.5) - json (1.8.3) + json (2.0.2) metaclass (0.0.4) - minitest (5.9.0) - mocha (1.1.0) + minitest (5.9.1) + mocha (1.2.1) metaclass (~> 0.0.1) parallel (1.9.0) - parallel_tests (2.9.0) + parallel_tests (2.10.0) parallel rake (10.5.0) simplecov-html (0.10.0) @@ -40,4 +41,4 @@ DEPENDENCIES simplecov (= 0.12.0)! BUNDLED WITH - 1.13.1 + 1.13.6 |
