mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
lock to minitest 4.x
This commit is contained in:
parent
ae00f7b083
commit
f42ed4d236
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue