We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75834e5 commit 218b6baCopy full SHA for 218b6ba
Gemfile
@@ -46,3 +46,6 @@ group :development do
46
gem 'spring'
47
end
48
49
+group :production do
50
+ gem 'pg'
51
+end
Gemfile.lock
@@ -75,6 +75,7 @@ GEM
75
multi_json (1.12.1)
76
nokogiri (1.6.7.2)
77
mini_portile2 (~> 2.0.0.rc2)
78
+ pg (0.18.4)
79
rack (1.6.4)
80
rack-test (0.6.3)
81
rack (>= 1.0)
@@ -147,6 +148,7 @@ DEPENDENCIES
147
148
coffee-rails (~> 4.1.0)
149
jbuilder (~> 2.0)
150
jquery-rails
151
+ pg
152
rails (= 4.2.6)
153
sass-rails (~> 5.0)
154
sdoc (~> 0.4.0)
0 commit comments