ad opg
This commit is contained in:
parent
35effd9540
commit
d8a5790d9d
6
Gemfile
6
Gemfile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue