mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Sync up with Homebrew. Solves the following problem:
```bash
$ bundle exec rake test
... minitest/unit.rb:19:in `const_missing': uninitialized constant MiniTest::Test (NameError)
from /usr/local/Library/Homebrew/test/testing_env.rb:91:in `<module:Homebrew>'
...
```
19 lines
301 B
Text
19 lines
301 B
Text
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
metaclass (0.0.1)
|
|
minitest (5.3)
|
|
minitest-colorize (0.0.5)
|
|
minitest (>= 2.0)
|
|
mocha (0.14.0)
|
|
metaclass (~> 0.0.1)
|
|
rake (10.0.4)
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
minitest (= 5.3)
|
|
minitest-colorize
|
|
mocha (= 0.14.0)
|
|
rake
|