mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
avoid OkJson to try and fix coveralls
This commit is contained in:
parent
9236a74393
commit
db420deb76
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -4,5 +4,6 @@ group :test do
|
|||
gem 'rake'
|
||||
gem 'minitest', '4.7.0'
|
||||
gem 'minitest-colorize'
|
||||
gem 'json'
|
||||
gem 'coveralls', :require => false
|
||||
end
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ GEM
|
|||
rest-client
|
||||
simplecov (>= 0.7)
|
||||
thor
|
||||
json (1.7.7)
|
||||
mime-types (1.23)
|
||||
minitest (4.7.0)
|
||||
minitest-colorize (0.0.5)
|
||||
|
|
@ -27,6 +28,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
coveralls
|
||||
json
|
||||
minitest (= 4.7.0)
|
||||
minitest-colorize
|
||||
rake
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue