From 0b71bce82e78cee34312377322c90a9f40d92bba Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 15 Apr 2020 07:41:16 +0900 Subject: [PATCH] [WIP] Use https://github.com/rails/rails/pull/38946 to see what happens --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ae6ecd0a9..38ac31c36 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ group :development do gem "rubocop-performance", require: false gem "rubocop-rails", require: false - gem "activerecord", github: "rails/rails", branch: "master" + gem "activerecord", github: "kamipo/rails", branch: "remove_unused_visitors" gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master" platforms :ruby do