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:
parent
23c2e197c8
commit
9cd17b51f6
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue