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:
parent
64476e9194
commit
03f4b9468e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue