Skip to content

Commit

Permalink
Update jdbc-postgres dependency for CI to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapa committed Jan 18, 2011
1 parent 0bd6b6e commit 572d5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -13,7 +13,7 @@ group :development, :test do
gem 'jdbc-mysql', '~> 5.1', :platform => :jruby
when 'postgresql'
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.1', :platform => :jruby
gem 'jdbc-postgres', '~> 8.4', :platform => :jruby
gem 'jdbc-postgres', '~> 9.0', :platform => :jruby
else
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.1', :platform => :jruby
gem 'jdbc-sqlite3', '~> 3.6', :platform => :jruby
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy_app/Gemfile
Expand Up @@ -16,7 +16,7 @@ group :development, :test do
gem 'jdbc-mysql', '~> 5.1', :platform => :jruby
when 'postgresql'
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.1', :platform => :jruby
gem 'jdbc-postgres', '~> 8.4', :platform => :jruby
gem 'jdbc-postgres', '~> 9.0', :platform => :jruby
else
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.1', :platform => :jruby
gem 'jdbc-sqlite3', '~> 3.6', :platform => :jruby
Expand Down

0 comments on commit 572d5f5

Please sign in to comment.