Skip to content

Commit 0068dcc

Browse files
committed
flexible ruby-oci8 version specification. [Gaurav Sharma]
Follow up to rails#15109. /cc @Gaurav2728
1 parent 77a3cc4 commit 0068dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ end
8686
# gems that are necessary for ActiveRecord tests with Oracle database
8787
if ENV['ORACLE_ENHANCED']
8888
platforms :ruby do
89-
gem 'ruby-oci8', '~> 2.1.0'
89+
gem 'ruby-oci8', '~> 2.1'
9090
end
9191
gem 'activerecord-oracle_enhanced-adapter', github: 'rsim/oracle-enhanced', branch: 'master'
9292
end

0 commit comments

Comments
 (0)