From 03f4b9468eb38bde05479b37416e6150e29c2532 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Sat, 10 Oct 2015 00:34:49 +0530 Subject: update to ruby-oci8 - 2.2.0 It stopped `ruby 1.8` support, we already switched to `ruby >= 2.2.2` --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 82a992fe03..562f0058b0 100644 --- a/Gemfile +++ b/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 -- cgit v1.2.3