1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

flexible ruby-oci8 version specification. [Gaurav Sharma]

Follow up to #15109.

/cc @Gaurav2728
This commit is contained in:
Yves Senn 2014-05-15 12:13:56 +02:00
parent 77a3cc4838
commit 0068dccfdc

View file

@ -86,7 +86,7 @@ end
# gems that are necessary for ActiveRecord tests with Oracle database # gems that are necessary for ActiveRecord tests with Oracle database
if ENV['ORACLE_ENHANCED'] if ENV['ORACLE_ENHANCED']
platforms :ruby do platforms :ruby do
gem 'ruby-oci8', '~> 2.1.0' gem 'ruby-oci8', '~> 2.1'
end end
gem 'activerecord-oracle_enhanced-adapter', github: 'rsim/oracle-enhanced', branch: 'master' gem 'activerecord-oracle_enhanced-adapter', github: 'rsim/oracle-enhanced', branch: 'master'
end end