From 156d74d9b06d2616ecd73361536e885b0d9e5f91 Mon Sep 17 00:00:00 2001 From: yuanke <249218296@qq.com> Date: Wed, 26 Oct 2016 17:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a5aee62c2..e82642901 100644 --- a/Gemfile +++ b/Gemfile @@ -55,11 +55,13 @@ gem 'elasticsearch-rails' ### profile gem 'oneapm_rpm' +gem 'rack-mini-profiler', '~> 0.9.3' + group :development do gem 'grape-swagger' gem 'better_errors', '~> 1.1.0' # gem "query_reviewer" - gem 'rack-mini-profiler', '~> 0.9.3' + if RUBY_PLATFORM =~ /w32/ gem 'win32console' end