We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff736d4 commit 3a9ab37Copy full SHA for 3a9ab37
Gemfile
@@ -38,9 +38,9 @@ group :development, :test do
38
gem 'guard-rspec', require: false
39
end
40
41
-# group :production do
42
-# gem 'pg'
43
-# end
+group :production do
+ gem 'pg'
+end
44
45
# Use ActiveModel has_secure_password
46
# gem 'bcrypt-ruby', '~> 3.1.2'
Gemfile.lock
@@ -73,6 +73,7 @@ GEM
73
mime-types (1.25.1)
74
minitest (4.7.5)
75
multi_json (1.8.2)
76
+ pg (0.17.1)
77
polyglot (0.3.3)
78
pry (0.9.12.4)
79
coderay (~> 1.0)
@@ -157,6 +158,7 @@ DEPENDENCIES
157
158
guard-rspec
159
jbuilder (~> 1.2)
160
jquery-rails
161
+ pg
162
rails (= 4.0.2)
163
rspec-rails (~> 2.14)
164
sass-rails (~> 4.0.0)
0 commit comments