We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea4686 commit 1f01b9bCopy full SHA for 1f01b9b
Gemfile
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
4
gem 'rails', '3.2.2'
5
6
# Database adapters
7
-gem 'pg'
+gem 'pg', '0.12.2'
8
# Uncomment this is you want to use sqlite locally
9
# gem 'sqlite3-ruby', :require => 'sqlite3'
10
Gemfile.lock
@@ -113,7 +113,7 @@ GEM
113
activesupport (>= 2.3.2)
114
cocaine (>= 0.0.2)
115
mime-types
116
- pg (0.13.2)
+ pg (0.12.2)
117
polyglot (0.3.3)
118
rack (1.4.1)
119
rack-cache (1.2)
@@ -188,7 +188,7 @@ DEPENDENCIES
188
jquery-rails
189
kaminari
190
paperclip
191
- pg
+ pg (= 0.12.2)
192
rails (= 3.2.2)
193
remotipart
194
sass-rails (~> 3.2.3)
0 commit comments