Browse Source

Bump active admin commits

pull/178/head
baarkerlounger 3 years ago
parent
commit
d6bde6b4ee
  1. 2
      Gemfile
  2. 28
      Gemfile.lock

2
Gemfile

@ -24,7 +24,7 @@ gem "hotwire-rails"
# Soft delete ActiveRecords objects # Soft delete ActiveRecords objects
gem "discard" gem "discard"
# Administration framework # 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 "inherited_resources", git: "https://github.com/naveed-ahmad/inherited_resources.git", branch: "rails7"
gem "ransack", github: "activerecord-hackery/ransack" gem "ransack", github: "activerecord-hackery/ransack"
# Admin charts # Admin charts

28
Gemfile.lock

@ -8,20 +8,8 @@ GIT
i18n i18n
GIT GIT
remote: https://github.com/ghiculescu/devise.git remote: https://github.com/baarkerlounger/activeadmin.git
revision: 3b2d9ae3d47be5c9228c4446119b04b0e98917c1 revision: 1acaa350fc822f078424cfe6f1e22da164ef64f2
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
branch: rails7 branch: rails7
specs: specs:
activeadmin (2.9.0) activeadmin (2.9.0)
@ -34,6 +22,18 @@ GIT
railties (>= 5.2, <= 7.0.0) railties (>= 5.2, <= 7.0.0)
ransack (~> 2.1, >= 2.1.1) 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 GIT
remote: https://github.com/naveed-ahmad/inherited_resources.git remote: https://github.com/naveed-ahmad/inherited_resources.git
revision: 15aa6273f97cc34369a080b82e7b9e15c4308c00 revision: 15aa6273f97cc34369a080b82e7b9e15c4308c00

Loading…
Cancel
Save