1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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