Skip to content

Commit fc42a27

Browse files
committed
Support Configure legacy-API-supplied connection before first use
1 parent 7500049 commit fc42a27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ group :development do
1313
gem "rubocop-rails", require: false
1414
gem "rubocop-rspec", require: false
1515

16+
<<<<<<< HEAD
1617
gem "activerecord", github: "rails/rails", ref: "0e9267767f19065fa513038253179ad6b05c29ab"
18+
=======
19+
gem "activerecord", github: "rails/rails", ref: "deec3004d8d85443dc4f3f5fd22ab86b10adb58b"
20+
>>>>>>> de98281a (Support `Configure legacy-API-supplied connection before first use`)
1721
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"
1822

1923
platforms :ruby do

0 commit comments

Comments
 (0)