From 4eac59595a575d5a5f4ed7fef4dc534a4c518452 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Tue, 24 Sep 2024 23:05:23 +0900 Subject: [PATCH] Remove unused entries from Gemfile --- Gemfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2ca2cbf44..32658b3ea 100644 --- a/Gemfile +++ b/Gemfile @@ -13,9 +13,6 @@ group :development do gem "rubocop-rails", require: false gem "rubocop-rspec", require: false - # gem "activerecord", github: "rails/rails", ref: "3421e892afa532a254e54379ac2ce9bef138cf3f" # introduction of RETURNING code - # gem "activerecord", github: "rails/rails", ref: "c2c861f98ae25d0daa177898db48f12de1065cf6" # fix for RETURNING code on main (7.2.x) - # gem "activerecord", github: "rails/rails", ref: "221e609ee8cb1dfb686e43481f3e9496b549e974" # backport of RETURNING code to 7-1-stable gem "activerecord", github: "rails/rails", branch: "7-1-stable" gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master"