Skip to content

Commit

Permalink
Merge pull request #12 from trisberg/master
Browse files Browse the repository at this point in the history
Cloud Foundry compatibility: Downgrading pg gem
  • Loading branch information
sgrove committed Apr 17, 2012
2 parents fea4686 + 1f01b9b commit 5de9cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gem 'rails', '3.2.2'

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

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -113,7 +113,7 @@ GEM
activesupport (>= 2.3.2)
cocaine (>= 0.0.2)
mime-types
pg (0.13.2)
pg (0.12.2)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
Expand Down Expand Up @@ -188,7 +188,7 @@ DEPENDENCIES
jquery-rails
kaminari
paperclip
pg
pg (= 0.12.2)
rails (= 3.2.2)
remotipart
sass-rails (~> 3.2.3)
Expand Down

0 comments on commit 5de9cc2

Please sign in to comment.