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
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.1.0'
gem 'ruby-oci8', '~> 2.1'
end
gem 'activerecord-oracle_enhanced-adapter', github: 'rsim/oracle-enhanced', branch: 'master'
end