w32console

This commit is contained in:
guange 2015-12-06 10:47:09 +08:00
parent ca287be3bb
commit 45532b7e6b
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@ group :development do
gem 'grape-swagger'
gem 'better_errors', '~> 1.1.0'
gem 'rack-mini-profiler', '~> 0.9.3'
gem 'win32console'
if RUBY_PLATFORM =~ /w32/
gem 'win32console'
end
end
unless RUBY_PLATFORM =~ /w32/