去掉无法安装的gem

This commit is contained in:
sw 2015-03-16 11:00:31 +08:00
parent 1535c41907
commit 3b1ea392af
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ group :development do
gem 'grape-swagger'
#gem 'grape-swagger-ui', git: 'https://github.com/guange2015/grape-swagger-ui.git'
#gem 'puma'
gem 'pry-rails'
gem 'pry-byebug'
# gem 'pry-rails'
# gem 'pry-byebug'
gem 'better_errors', path: 'lib/better_errors'
gem 'rack-mini-profiler', path: 'lib/rack-mini-profiler'
end