Browse Source

avoid OkJson to try and fix coveralls

phinze 12 years ago
parent
commit
db420deb76
  1. 1
      Gemfile
  2. 2
      Gemfile.lock

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

2
Gemfile.lock

@ -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…
Cancel
Save