added pg
Showing
... | @@ -38,7 +38,7 @@ gem 'simple_form' | ... | @@ -38,7 +38,7 @@ gem 'simple_form' |
gem 'devise' | gem 'devise' | ||
group :production do | group :production do | ||
gem 'pg' | |||
end | end | ||
group :development, :test do | group :development, :test do | ||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console | # Call 'byebug' anywhere in the code to stop execution and get a debugger console | ||
... | ... |
Please register or sign in to comment