aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2015-10-10 00:34:49 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2015-10-10 00:34:49 +0530
commit03f4b9468eb38bde05479b37416e6150e29c2532 (patch)
tree0bd0e6b679561271dbdf38e63bf0c36ee2eaf422 /Gemfile
parent64476e9194388f774a4dd2fa790e69bbd6b6a128 (diff)
downloadrails-03f4b9468eb38bde05479b37416e6150e29c2532.tar.gz
rails-03f4b9468eb38bde05479b37416e6150e29c2532.tar.bz2
rails-03f4b9468eb38bde05479b37416e6150e29c2532.zip
update to ruby-oci8 - 2.2.0
It stopped `ruby 1.8` support, we already switched to `ruby >= 2.2.2`
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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