From 804c5090f2b2a5190b1dc8f504b23f6210b8ac1f Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 13 Mar 2024 08:53:33 +0900 Subject: [PATCH] Bump Rails version to https://github.com/rails/rails/commit/0e92677 This commit bumps Rails version to https://github.com/rails/rails/commit/0e92677 Here is the difference between the current master branch and this commit. https://github.com/rails/rails/compare/8551e64e2411811f26d210601abdba6e13d8798c...0e92677 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 85819aab1..e11032910 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :development do gem "rubocop-rails", require: false gem "rubocop-rspec", require: false - gem "activerecord", github: "rails/rails", ref: "8551e64e2411811f26d210601abdba6e13d8798c" + gem "activerecord", github: "rails/rails", ref: "0e9267767f19065fa513038253179ad6b05c29ab" gem "ruby-plsql", github: "rsim/ruby-plsql", branch: "master" platforms :ruby do