From d6bde6b4ee4e0ecb25102dd7f6c3158fdf3e03da Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 21 Dec 2021 13:56:20 +0000 Subject: [PATCH] Bump active admin commits --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index bac764f03..02be801d9 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem "hotwire-rails" # Soft delete ActiveRecords objects gem "discard" # Administration framework -gem "activeadmin", git: "https://github.com/naveed-ahmad/activeadmin.git", branch: "rails7" +gem "activeadmin", git: "https://github.com/baarkerlounger/activeadmin.git", branch: "rails7" gem "inherited_resources", git: "https://github.com/naveed-ahmad/inherited_resources.git", branch: "rails7" gem "ransack", github: "activerecord-hackery/ransack" # Admin charts diff --git a/Gemfile.lock b/Gemfile.lock index aa62cefe1..09db2a5b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,20 +8,8 @@ GIT i18n GIT - remote: https://github.com/ghiculescu/devise.git - revision: 3b2d9ae3d47be5c9228c4446119b04b0e98917c1 - branch: error-code-422 - specs: - devise (4.8.0) - bcrypt (~> 3.0) - orm_adapter (~> 0.1) - railties (>= 4.1.0) - responders - warden (~> 1.2.3) - -GIT - remote: https://github.com/naveed-ahmad/activeadmin.git - revision: 669d808151d8a087ccdd8dad7ebac303289873de + remote: https://github.com/baarkerlounger/activeadmin.git + revision: 1acaa350fc822f078424cfe6f1e22da164ef64f2 branch: rails7 specs: activeadmin (2.9.0) @@ -34,6 +22,18 @@ GIT railties (>= 5.2, <= 7.0.0) ransack (~> 2.1, >= 2.1.1) +GIT + remote: https://github.com/ghiculescu/devise.git + revision: 3b2d9ae3d47be5c9228c4446119b04b0e98917c1 + branch: error-code-422 + specs: + devise (4.8.0) + bcrypt (~> 3.0) + orm_adapter (~> 0.1) + railties (>= 4.1.0) + responders + warden (~> 1.2.3) + GIT remote: https://github.com/naveed-ahmad/inherited_resources.git revision: 15aa6273f97cc34369a080b82e7b9e15c4308c00