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>'
...
```
8 lines
137 B
Ruby
8 lines
137 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :test do
|
|
gem 'rake'
|
|
gem 'minitest', '5.3'
|
|
gem 'minitest-colorize'
|
|
gem 'mocha', '0.14.0'
|
|
end
|