From 77a3cc483873fb18b368af21cc805359f775602b Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Thu, 15 May 2014 12:10:13 +0200 Subject: update ruby-oci8 version specification. Closes #15109. [ci skip] /cc @yahonda --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') 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 -- cgit v1.2.3