We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Configure legacy-API-supplied connection before first use
1 parent 7500049 commit fc42a27Copy full SHA for fc42a27
Gemfile
@@ -13,7 +13,11 @@ group :development do
13
gem "rubocop-rails", require: false
14
gem "rubocop-rspec", require: false
15
16
+<<<<<<< HEAD
17
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`)
21
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"
22
23
platforms :ruby do
0 commit comments