gemfile处理

This commit is contained in:
guange 2015-12-06 10:48:05 +08:00
parent c72cf55564
commit 55bb9f68e0
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
group :development, :test do