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:
parent
e9c263c326
commit
95be78ac5e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue