diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-05-15 12:10:13 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-05-15 12:11:41 +0200 |
commit | 77a3cc483873fb18b368af21cc805359f775602b (patch) | |
tree | 3a9f40058b67a722e2f67cbde79e3dd6a7cb0d0d /Gemfile | |
parent | e8059f562ff56b469ae3eab99edaa5422be2e661 (diff) | |
download | rails-77a3cc483873fb18b368af21cc805359f775602b.tar.gz rails-77a3cc483873fb18b368af21cc805359f775602b.tar.bz2 rails-77a3cc483873fb18b368af21cc805359f775602b.zip |
update ruby-oci8 version specification. Closes #15109. [ci skip]
/cc @yahonda
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |