diff options
| author | Markus Reiter | 2017-03-05 18:04:52 +0100 |
|---|---|---|
| committer | Markus Reiter | 2017-03-05 23:08:14 +0100 |
| commit | bba2c632ec972eab5289e5114908eff28eb82be9 (patch) | |
| tree | a815b54a051050ecfaad984fdfcc7f0ca204a2a6 | |
| parent | 9fc6c7b2be300ff35dc52d80f4dc38d36d52ddc2 (diff) | |
| download | brew-bba2c632ec972eab5289e5114908eff28eb82be9.tar.bz2 | |
Remove Cask Gemfile.
| -rw-r--r-- | Library/Homebrew/cask/Gemfile | 11 | ||||
| -rw-r--r-- | Library/Homebrew/cask/Gemfile.lock | 51 |
2 files changed, 0 insertions, 62 deletions
diff --git a/Library/Homebrew/cask/Gemfile b/Library/Homebrew/cask/Gemfile deleted file mode 100644 index bc9bccfbc..000000000 --- a/Library/Homebrew/cask/Gemfile +++ /dev/null @@ -1,11 +0,0 @@ -source "https://rubygems.org" - -gem "parallel_tests" -gem "rspec" -gem "rspec-its", require: false -gem "rspec-wait", require: false - -group :coverage do - gem "simplecov", require: false - gem "codecov", require: false -end diff --git a/Library/Homebrew/cask/Gemfile.lock b/Library/Homebrew/cask/Gemfile.lock deleted file mode 100644 index 64561be71..000000000 --- a/Library/Homebrew/cask/Gemfile.lock +++ /dev/null @@ -1,51 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - codecov (0.1.9) - json - simplecov - url - diff-lcs (1.3) - docile (1.1.5) - json (2.0.3) - parallel (1.10.0) - parallel_tests (2.13.0) - parallel - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) - rspec-core (3.5.4) - rspec-support (~> 3.5.0) - rspec-expectations (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-its (1.2.0) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) - rspec-mocks (3.5.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.5.0) - rspec-support (3.5.0) - rspec-wait (0.0.9) - rspec (>= 3, < 4) - simplecov (0.13.0) - docile (~> 1.1.0) - json (>= 1.8, < 3) - simplecov-html (~> 0.10.0) - simplecov-html (0.10.0) - url (0.3.2) - -PLATFORMS - ruby - -DEPENDENCIES - codecov - parallel_tests - rspec - rspec-its - rspec-wait - simplecov - -BUNDLED WITH - 1.14.5 |
