Skip to content

Commit 3a9ab37

Browse files
committed
added postgres gem
1 parent ff736d4 commit 3a9ab37

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ group :development, :test do
3838
gem 'guard-rspec', require: false
3939
end
4040

41-
# group :production do
42-
# gem 'pg'
43-
# end
41+
group :production do
42+
gem 'pg'
43+
end
4444

4545
# Use ActiveModel has_secure_password
4646
# gem 'bcrypt-ruby', '~> 3.1.2'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ GEM
7373
mime-types (1.25.1)
7474
minitest (4.7.5)
7575
multi_json (1.8.2)
76+
pg (0.17.1)
7677
polyglot (0.3.3)
7778
pry (0.9.12.4)
7879
coderay (~> 1.0)
@@ -157,6 +158,7 @@ DEPENDENCIES
157158
guard-rspec
158159
jbuilder (~> 1.2)
159160
jquery-rails
161+
pg
160162
rails (= 4.0.2)
161163
rspec-rails (~> 2.14)
162164
sass-rails (~> 4.0.0)

0 commit comments

Comments
 (0)