Project

General

Profile

Download (493 Bytes) Statistics
| Branch: | Tag: | Revision:
group :test do
gem 'mocha', '> 0.13.0', :require => false
gem 'rack-test'
gem 'single_test'
gem 'ci_reporter', '>= 1.6.3', "< 2.0.0", :require => false
gem 'rdoc'
gem 'test-unit' if RUBY_VERSION > "1.8.7"
gem 'addressable', '~> 2.3.8' if RUBY_VERSION == '1.8.7' # 2.4.0 drops support for ruby 1.8.7

if RUBY_VERSION < '1.9.3'
gem 'rake', '< 11'
gem 'webmock', '< 2.0.0'
else
gem 'rake'
gem 'rubocop-checkstyle_formatter', '~> 0.2'
gem 'webmock'
end
end
(6-6/7)