- Add minitest dependencies for all rubies

This commit is contained in:
Vipul A M 2015-01-11 01:15:19 +05:30
parent 23c2e197c8
commit 9cd17b51f6
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@ gemspec
gem 'rake'
gem 'rack-test', '>= 0.6.2'
gem "minitest", "~> 5.0"
# Allows stuff like `tilt=1.2.2 bundle install` or `tilt=master ...`.
# Used by the CI.
@ -33,7 +34,6 @@ if RUBY_ENGINE == 'jruby'
end
if RUBY_ENGINE == "ruby" and RUBY_VERSION > '1.9.2'
gem "minitest", "~> 5.0"
gem 'less', '~> 2.0'
gem 'therubyracer'
gem 'redcarpet'