lock to minitest 4.x

This commit is contained in:
Konstantin Haase 2014-06-06 16:28:20 -05:00
parent ae00f7b083
commit f42ed4d236
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ if RUBY_ENGINE == 'jruby'
end
if RUBY_ENGINE == "ruby" and RUBY_VERSION > '1.9.2'
gem "minitest", "~> 4.0"
gem 'less', '~> 2.0'
gem 'therubyracer'
gem 'redcarpet'