homebrew-cask-versions/Gemfile
Roland Walker dd2218122d update minitest gem to 5.3
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>'
    ...
```
2014-06-19 10:01:44 -04:00

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