update ruby-oci8 version specification. Closes #15109. [ci skip]

/cc @yahonda
This commit is contained in:
Yves Senn 2014-05-15 12:10:13 +02:00
parent e8059f562f
commit 77a3cc4838
1 changed files with 1 additions and 1 deletions

View File

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