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

update to ruby-oci8 - 2.2.0

It stopped `ruby 1.8` support, we already switched to `ruby >= 2.2.2`
This commit is contained in:
Gaurav Sharma 2015-10-10 00:34:49 +05:30
parent 64476e9194
commit 03f4b9468e

View file

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