diff --git a/Gemfile b/Gemfile index e549593069..4108c7e179 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.1.0' + gem 'ruby-oci8', '~> 2.1' end gem 'activerecord-oracle_enhanced-adapter', github: 'rsim/oracle-enhanced', branch: 'master' end