1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

- 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

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'