mirror of https://github.com/rails/rails
Fix the indentation ✂️
This commit is contained in:
parent
9f3b089b7b
commit
3ec6cc70f3
12
Gemfile
12
Gemfile
|
@ -61,13 +61,13 @@ 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
|
||||
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
|
||||
end
|
||||
end
|
||||
|
||||
# gems that are necessary for ActiveRecord tests with Oracle database
|
||||
|
|
Loading…
Reference in New Issue