Skip to content

Commit

Permalink
Bring pg back.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jun 8, 2010
1 parent 4b4a548 commit e50bf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -32,7 +32,7 @@ if mri || RUBY_ENGINE == "rbx"
gem "sqlite3-ruby", "~> 1.3.0", :require => 'sqlite3'

group :db do
# gem "pg", ">= 0.9.0"
gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
end
elsif RUBY_ENGINE == "jruby"
Expand Down

0 comments on commit e50bf67

Please sign in to comment.