From 4c243279acfe8a75e4ce389494da5f3d738baf24 Mon Sep 17 00:00:00 2001 From: Andrew Novoselac Date: Tue, 14 May 2024 12:36:55 -0400 Subject: [PATCH] Fix outdated Gemfile.lock rails/rails@8eae753 removed jruby and oracle gems from the Gemfile but did not update Gemfile.lock --- Gemfile.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f293a00c4fc..4394397a7a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -590,9 +590,6 @@ PLATFORMS x86_64-linux DEPENDENCIES - activerecord-jdbcmysql-adapter (>= 1.3.0) - activerecord-jdbcpostgresql-adapter (>= 1.3.0) - activerecord-jdbcsqlite3-adapter (>= 1.3.0) aws-sdk-s3 aws-sdk-sns azure-storage-blob (~> 2.0)