aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-05-15 12:10:13 +0200
committerYves Senn <yves.senn@gmail.com>2014-05-15 12:11:41 +0200
commit77a3cc483873fb18b368af21cc805359f775602b (patch)
tree3a9f40058b67a722e2f67cbde79e3dd6a7cb0d0d /Gemfile
parente8059f562ff56b469ae3eab99edaa5422be2e661 (diff)
downloadrails-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 45c443059b..e549593069 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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