From 195f47c306e2a88bcb07a4db86a1db01d48271fd Mon Sep 17 00:00:00 2001 From: guange <8863824@gmail.com> Date: Fri, 2 Dec 2016 09:29:51 +0800 Subject: [PATCH] =?UTF-8?q?gemfile=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 72bd03c7b..f70227865 100644 --- a/Gemfile +++ b/Gemfile @@ -49,9 +49,6 @@ gem 'kaminari' gem 'elasticsearch-model' gem 'elasticsearch-rails' -#rails 3.2.22.2 bug - # gem "test-unit", "~>3.0" - ### profile # gem 'oneapm_rpm' @@ -66,19 +63,8 @@ group :development do end group :development, :test do - unless RUBY_PLATFORM =~ /w32/ - gem 'pry-rails' - if RUBY_VERSION >= '2.0.0' - gem 'pry-byebug' - end - gem 'pry-stack_explorer' - if RUBY_PLATFORM =~ /darwin/ - gem 'puma' - end - end - - gem 'rspec-rails', '~> 3.0' - gem 'factory_girl_rails' + gem 'rspec-rails', '~> 3.5' + gem "test-unit", "~>3.0" end # Gems used only for assets and not required