Browse Source

Inherited resources master

pull/184/head
baarkerlounger 3 years ago
parent
commit
fd30790dcc
  1. 2
      Gemfile
  2. 23
      Gemfile.lock

2
Gemfile

@ -25,7 +25,7 @@ gem "hotwire-rails"
gem "discard" gem "discard"
# Administration framework # Administration framework
gem "activeadmin", git: "https://github.com/baarkerlounger/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/activeadmin/inherited_resources.git"
# Admin charts # Admin charts
gem "chartkick" gem "chartkick"
# Spreadsheet parsing # Spreadsheet parsing

23
Gemfile.lock

@ -1,3 +1,13 @@
GIT
remote: https://github.com/activeadmin/inherited_resources.git
revision: a0a350245a2ec76c040f8751707c1d98792534dd
specs:
inherited_resources (1.13.0)
actionpack (>= 5.2, < 7.1)
has_scope (~> 0.6)
railties (>= 5.2, < 7.1)
responders (>= 2, < 4)
GIT GIT
remote: https://github.com/baarkerlounger/activeadmin.git remote: https://github.com/baarkerlounger/activeadmin.git
revision: 8274b3dcf6f2ddd8190eeb5e3ee618706214fa2d revision: 8274b3dcf6f2ddd8190eeb5e3ee618706214fa2d
@ -25,17 +35,6 @@ GIT
responders responders
warden (~> 1.2.3) warden (~> 1.2.3)
GIT
remote: https://github.com/naveed-ahmad/inherited_resources.git
revision: 15aa6273f97cc34369a080b82e7b9e15c4308c00
branch: rails7
specs:
inherited_resources (1.13.0)
actionpack (>= 5.2, <= 7.0.0)
has_scope (~> 0.6)
railties (>= 5.2, <= 7.0.0)
responders (>= 2, < 4)
GIT GIT
remote: https://github.com/rspec/rspec-core.git remote: https://github.com/rspec/rspec-core.git
revision: e3bda9da1e625a428fd005f0d1a633531f5da749 revision: e3bda9da1e625a428fd005f0d1a633531f5da749
@ -414,7 +413,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.5.1) zeitwerk (2.5.2)
PLATFORMS PLATFORMS
arm64-darwin-21 arm64-darwin-21

Loading…
Cancel
Save