Skip to content

Commit

Permalink
[WIP] Upgrade to avo 3
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Sep 2, 2024
1 parent 6d76efe commit 2641e91
Show file tree
Hide file tree
Showing 106 changed files with 1,188 additions and 1,086 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN --mount=type=cache,id=bld-gem-cache,sharing=locked,target=/srv/vendor <<BASH
set -ex

bundle config set --local without 'development test'
bundle config set --local with 'avo'
bundle config set --local path /srv/vendor
bundle install --jobs 20 --retry 5
bundle clean
Expand Down
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,17 @@ gem "faraday-multipart", "~> 1.0"
gem "timescaledb", "~> 0.2"

# Admin dashboard
gem "avo", "~> 3.2.1"
gem "avo", "~> 3.11"
gem "pagy", "~> 8.4"
gem "view_component", "~> 3.14"
gem "pundit", "~> 2.4"
gem "chartkick", "~> 5.1"
gem "groupdate", "~> 6.2"
gem "dry-initializer", "~> 3.1"

group :avo, optional: true do
source "https://packager.dev/avo-hq/" do
gem "avo-advanced", "~> 3.2.0"
gem "avo-advanced", "~> 3.11"
end
end

Expand Down Expand Up @@ -151,3 +152,5 @@ group :test do
gem "minitest-reporters", "~> 1.7"
gem "gem_server_conformance", "~> 0.1.4"
end

gem "avo_upgrade", "~> 0.1.1", group: :development
Loading

0 comments on commit 2641e91

Please sign in to comment.