去掉无法安装的gem
This commit is contained in:
parent
1535c41907
commit
3b1ea392af
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue