Browse Source

Point active admin back to upstream main

pull/361/head
baarkerlounger 3 years ago
parent
commit
d4313cc05d
  1. 5
      Gemfile
  2. 39
      Gemfile.lock

5
Gemfile

@ -24,7 +24,7 @@ gem "notifications-ruby-client"
# Turbo and Stimulus # Turbo and Stimulus
gem "hotwire-rails" gem "hotwire-rails"
# Administration framework # Administration framework
gem "activeadmin", git: "https://github.com/tagliala/activeadmin.git", branch: "feature/railties-7" gem "activeadmin", github: "activeadmin/activeadmin"
# Admin charts # Admin charts
gem "chartkick" gem "chartkick"
# Spreadsheet parsing # Spreadsheet parsing
@ -49,9 +49,10 @@ gem "aws-sdk-s3"
gem "paper_trail" gem "paper_trail"
# Store active record objects in version whodunnits # Store active record objects in version whodunnits
gem "paper_trail-globalid" gem "paper_trail-globalid"
# Receive exceptions and configure alerts # Request rate limiting
gem "rack-attack" gem "rack-attack"
gem "redis" gem "redis"
# Receive exceptions and configure alerts
gem "sentry-rails" gem "sentry-rails"
gem "sentry-ruby" gem "sentry-ruby"

39
Gemfile.lock

@ -1,3 +1,17 @@
GIT
remote: https://github.com/activeadmin/activeadmin.git
revision: a8a90c8b79bb780eefe83ca7849a3389a5cd64a9
specs:
activeadmin (2.10.1)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1, < 5.0)
formtastic_i18n (~> 0.4)
inherited_resources (~> 1.7)
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.2.1)
railties (>= 6.0, < 7.1)
ransack (~> 2.1, >= 2.1.1)
GIT GIT
remote: https://github.com/baarkerlounger/devise.git remote: https://github.com/baarkerlounger/devise.git
revision: 9b93eff1be452683b9fed61ec8c350fbc8387e7f revision: 9b93eff1be452683b9fed61ec8c350fbc8387e7f
@ -21,21 +35,6 @@ GIT
randexp randexp
rotp (>= 4.0.0) rotp (>= 4.0.0)
GIT
remote: https://github.com/tagliala/activeadmin.git
revision: 871c6af8dec41f764a9f08bf04b5422971a23e32
branch: feature/railties-7
specs:
activeadmin (2.10.1)
arbre (~> 1.2, >= 1.2.1)
formtastic (>= 3.1, < 5.0)
formtastic_i18n (~> 0.4)
inherited_resources (~> 1.7)
jquery-rails (~> 4.2)
kaminari (~> 1.0, >= 1.2.1)
railties (>= 6.0, < 7.1)
ransack (~> 2.1, >= 2.1.1)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -111,8 +110,8 @@ GEM
ruby2_keywords (>= 0.0.2, < 1.0) ruby2_keywords (>= 0.0.2, < 1.0)
ast (2.4.2) ast (2.4.2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.562.0) aws-partitions (1.563.0)
aws-sdk-core (3.127.0) aws-sdk-core (3.128.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.525.0) aws-partitions (~> 1, >= 1.525.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
@ -354,7 +353,7 @@ GEM
rspec-mocks (3.11.0) rspec-mocks (3.11.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0) rspec-support (~> 3.11.0)
rspec-rails (5.1.0) rspec-rails (5.1.1)
actionpack (>= 5.2) actionpack (>= 5.2)
activesupport (>= 5.2) activesupport (>= 5.2)
railties (>= 5.2) railties (>= 5.2)
@ -380,7 +379,7 @@ GEM
rubocop-rails (= 2.13.2) rubocop-rails (= 2.13.2)
rubocop-rake (= 0.6.0) rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.7.0) rubocop-rspec (= 2.7.0)
rubocop-performance (1.13.2) rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0) rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0) rubocop-ast (>= 0.4.0)
rubocop-rails (2.13.2) rubocop-rails (2.13.2)
@ -426,7 +425,7 @@ GEM
railties (>= 6.0.0) railties (>= 6.0.0)
strscan (3.0.1) strscan (3.0.1)
thor (1.2.1) thor (1.2.1)
timecop (0.9.4) timecop (0.9.5)
timeout (0.2.0) timeout (0.2.0)
turbo-rails (1.0.1) turbo-rails (1.0.1)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)

Loading…
Cancel
Save