mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
upgrade jruby dependencies
This commit is contained in:
parent
6617437ef2
commit
160e0786a3
1 changed files with 6 additions and 6 deletions
12
Gemfile
12
Gemfile
|
@ -61,12 +61,12 @@ platforms :ruby do
|
|||
end
|
||||
|
||||
platforms :jruby do
|
||||
git 'git://github.com/jruby/activerecord-jdbc-adapter.git' do
|
||||
gem 'activerecord-jdbcsqlite3-adapter'
|
||||
group :db do
|
||||
gem 'activerecord-jdbcmysql-adapter'
|
||||
gem 'activerecord-jdbcpostgresql-adapter'
|
||||
end
|
||||
gem 'json'
|
||||
gem 'activerecord-jdbcsqlite3-adapter', '>= 1.3.0'
|
||||
|
||||
group :db do
|
||||
gem 'activerecord-jdbcmysql-adapter', '>= 1.3.0'
|
||||
gem 'activerecord-jdbcpostgresql-adapter', '>= 1.3.0'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue