Skip to content

Commit 1f01b9b

Browse files
author
Thomas Risberg
committed
Downgrading pg gem to 0.12.2
1 parent fea4686 commit 1f01b9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source 'https://rubygems.org'
44
gem 'rails', '3.2.2'
55

66
# Database adapters
7-
gem 'pg'
7+
gem 'pg', '0.12.2'
88
# Uncomment this is you want to use sqlite locally
99
# gem 'sqlite3-ruby', :require => 'sqlite3'
1010

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ GEM
113113
activesupport (>= 2.3.2)
114114
cocaine (>= 0.0.2)
115115
mime-types
116-
pg (0.13.2)
116+
pg (0.12.2)
117117
polyglot (0.3.3)
118118
rack (1.4.1)
119119
rack-cache (1.2)
@@ -188,7 +188,7 @@ DEPENDENCIES
188188
jquery-rails
189189
kaminari
190190
paperclip
191-
pg
191+
pg (= 0.12.2)
192192
rails (= 3.2.2)
193193
remotipart
194194
sass-rails (~> 3.2.3)

0 commit comments

Comments
 (0)