Fix the indentation ✂️

This commit is contained in:
Rafael Mendonça França 2013-08-20 15:31:43 -03:00
parent 9f3b089b7b
commit 3ec6cc70f3
1 changed files with 6 additions and 6 deletions

12
Gemfile
View File

@ -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