Skip to content

Commit

Permalink
Use oracle-enhanced 1.8 branch for Rails 5.1 stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Mar 27, 2017
1 parent ff20f08 commit e41dbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -145,7 +145,7 @@ if ENV["ORACLE_ENHANCED"]
platforms :ruby do
gem "ruby-oci8", "~> 2.2"
end
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "master"
gem "activerecord-oracle_enhanced-adapter", github: "rsim/oracle-enhanced", branch: "release18"
end

# A gem necessary for Active Record tests with IBM DB.
Expand Down

0 comments on commit e41dbd6

Please sign in to comment.