Skip to content

Commit

Permalink
Added postgres gem for jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Ines Sombra committed Jan 20, 2012
1 parent 73038b0 commit d6201a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,7 +17,7 @@ platforms :jruby do
gem 'jruby-openssl'
gem 'jdbc-mysql', :require => false
gem 'jdbc-sqlite3', :require => false
gem 'jdbc-postgresql', :require => false
gem 'jdbc-postgres', :require => false
gem 'trinidad'
end

Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -36,6 +36,7 @@ GEM
abstract (>= 1.0.0)
i18n (0.5.0)
jdbc-mysql (5.1.13)
jdbc-postgres (9.0.801)
jdbc-sqlite3 (3.7.2)
jquery-rails (1.0.14)
railties (~> 3.0)
Expand Down Expand Up @@ -100,6 +101,7 @@ PLATFORMS
DEPENDENCIES
activerecord-jdbc-adapter
jdbc-mysql
jdbc-postgres
jdbc-sqlite3
jquery-rails (= 1.0.14)
jruby-openssl
Expand Down

0 comments on commit d6201a0

Please sign in to comment.