gemfile清理

This commit is contained in:
guange 2016-12-02 09:29:51 +08:00
parent 3054b21871
commit 195f47c306
1 changed files with 2 additions and 16 deletions

18
Gemfile
View File

@ -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