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.
2 parents 5200472 + 4eac595 commit 2fc91d7Copy full SHA for 2fc91d7
Gemfile
@@ -13,9 +13,6 @@ group :development do
13
gem "rubocop-rails", require: false
14
gem "rubocop-rspec", require: false
15
16
- # gem "activerecord", github: "rails/rails", ref: "3421e892afa532a254e54379ac2ce9bef138cf3f" # introduction of RETURNING code
17
- # gem "activerecord", github: "rails/rails", ref: "c2c861f98ae25d0daa177898db48f12de1065cf6" # fix for RETURNING code on main (7.2.x)
18
- # gem "activerecord", github: "rails/rails", ref: "221e609ee8cb1dfb686e43481f3e9496b549e974" # backport of RETURNING code to 7-1-stable
19
gem "activerecord", github: "rails/rails", branch: "7-1-stable"
20
gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"
21
0 commit comments