This commit is contained in:
peng 2016-09-10 17:22:25 +08:00
parent 35effd9540
commit d8a5790d9d
1 changed files with 5 additions and 1 deletions

View File

@ -56,8 +56,12 @@ end
group :development do
# Access an IRB console on exception pages or by using <%= console %> in views
gem 'web-console', '~> 2.0'
gem 'pg'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
end
group :production do
gem 'pg'
end