No need to use git repo anymore for jdbc adapter.

This commit is contained in:
José Valim
2011-11-06 09:42:22 -02:00
parent e9c263c326
commit 95be78ac5e

View File

@@ -14,7 +14,7 @@ group :test do
end
platforms :jruby do
gem 'activerecord-jdbc-adapter', :git => 'https://github.com/nicksieger/activerecord-jdbc-adapter.git'
gem 'activerecord-jdbc-adapter'
gem 'activerecord-jdbcsqlite3-adapter'
gem 'jruby-openssl'
end