Skip to content

Commit

Permalink
Avo 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins committed Oct 1, 2024
1 parent 1ad86b5 commit 321a6c2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 52 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ gem "timescaledb", "~> 0.3"

# Admin dashboard
# github needed until https://github.com/avo-hq/avo/pull/3215 is released
gem "avo", "~> 3.12", github: "avo-hq/avo"
gem "avo", "~> 3.13"
gem "pagy", "~> 8.4"
gem "view_component", "~> 3.14"
gem "view_component", "~> 3.14.0"
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.12"
gem "avo-advanced", "~> 3.13"
end
end

Expand Down
93 changes: 44 additions & 49 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,49 +1,29 @@
GIT
remote: https://github.com/avo-hq/avo.git
revision: e8a41b1f78b6663f0b527fd81dbe2755a60df3ab
specs:
avo (3.12.0)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
docile
inline_svg
literal (~> 0.2)
meta-tags
pagy (>= 7.0.0)
turbo-rails (>= 2.0.0)
turbo_power (>= 0.6.0)
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)

GEM
remote: https://packager.dev/avo-hq/
specs:
avo-advanced (3.12.0)
avo (= 3.12.0)
avo-dynamic_filters (= 3.12.0)
avo-pro (= 3.12.0)
avo-advanced (3.13.1)
avo (= 3.13.1)
avo-dynamic_filters (= 3.13.1)
avo-pro (= 3.13.1)
zeitwerk (>= 2.6.12)
avo-dashboards (3.12.0)
avo (= 3.12.0)
avo-dashboards (3.13.1)
avo (= 3.13.1)
turbo-rails
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)
avo-dynamic_filters (3.12.0)
avo (= 3.12.0)
avo-dynamic_filters (3.13.1)
avo (= 3.13.1)
ransack (>= 4.2.0)
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)
avo-menu (3.12.0)
avo (= 3.12.0)
avo-menu (3.13.1)
avo (= 3.13.1)
docile
zeitwerk (>= 2.6.12)
avo-pro (3.12.0)
avo (= 3.12.0)
avo-dashboards (= 3.12.0)
avo-menu (= 3.12.0)
avo-pro (3.13.1)
avo (= 3.13.1)
avo-dashboards (= 3.13.1)
avo-menu (= 3.13.1)
zeitwerk (>= 2.6.12)

GEM
Expand Down Expand Up @@ -137,6 +117,21 @@ GEM
attr_required (1.0.2)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
avo (3.13.1)
actionview (>= 6.1)
active_link_to
activerecord (>= 6.1)
activesupport (>= 6.1)
addressable
docile
inline_svg
literal (~> 0.2)
meta-tags
pagy (>= 7.0.0)
turbo-rails (>= 2.0.0)
turbo_power (>= 0.6.0)
view_component (>= 3.7.0)
zeitwerk (>= 2.6.12)
avo_upgrade (0.1.1)
rails (>= 6.0.0)
zeitwerk
Expand Down Expand Up @@ -355,7 +350,7 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.7.2)
irb (1.14.0)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jmespath (1.6.2)
Expand Down Expand Up @@ -454,7 +449,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
memory_profiler (1.1.0)
meta-tags (2.22.0)
meta-tags (2.22.1)
actionpack (>= 6.0.0, < 8.1)
method_source (1.1.0)
mini_histogram (0.3.1)
Expand Down Expand Up @@ -814,7 +809,7 @@ GEM
bindata (~> 2.4)
openssl (> 2.0)
openssl-signature_algorithm (~> 1.0)
turbo-rails (2.0.9)
turbo-rails (2.0.10)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
turbo_power (0.6.2)
Expand Down Expand Up @@ -880,8 +875,8 @@ DEPENDENCIES
aggregate_assertions (~> 0.2.0)
amazing_print (~> 1.6)
autoprefixer-rails (~> 10.4)
avo (~> 3.12)!
avo-advanced (~> 3.12)!
avo (~> 3.13)
avo-advanced (~> 3.13)!
avo_upgrade (~> 0.1.1)
aws-sdk-s3 (~> 1.166)
aws-sdk-sqs (~> 1.86)
Expand Down Expand Up @@ -991,7 +986,7 @@ DEPENDENCIES
unpwn (~> 1.0)
user_agent_parser (~> 2.18)
validates_formatting_of (~> 0.9)
view_component (~> 3.14)
view_component (~> 3.14.0)
webauthn (~> 3.1)
webmock (~> 3.24)
xml-simple (~> 1.1)
Expand Down Expand Up @@ -1019,12 +1014,12 @@ CHECKSUMS
ast (2.4.2) sha256=1e280232e6a33754cde542bc5ef85520b74db2aac73ec14acef453784447cc12
attr_required (1.0.2) sha256=f0ebfc56b35e874f4d0ae799066dbc1f81efefe2364ca3803dc9ea6a4de6cb99
autoprefixer-rails (10.4.19.0) sha256=ccd21f47e5a07a581c7d239025e0d8d06a005825e96e06f72382d818fe665f4e
avo (3.12.0)
avo-advanced (3.12.0) sha256=7e575506941f1d5894bcaa05002cc36ac2f72e1f0fd6e17c58e0a04931b5767f
avo-dashboards (3.12.0) sha256=a59efa2db88274ab880ef9b44ce3d9216f4bfef9d4f865bb2929cc0335a25742
avo-dynamic_filters (3.12.0) sha256=269c4bd90048b46ff1f36f97f851301e7b16aa953891057362501167f88779d4
avo-menu (3.12.0) sha256=c1adfc131a7d228606288a178038542a295482ae65ab0299feca8a04ca92ef5e
avo-pro (3.12.0) sha256=6cfb4f36c9ba8ae2643baeafa29ccae15c02672275a1ae386be76a3817a835c2
avo (3.13.1) sha256=6fd001bda35c4b307579fbc6f597de60d89846b04b96d2bc4cb06bcd54b5945b
avo-advanced (3.13.1) sha256=87d87a6e0837dbeab549428f3afbcb0e0c81e23e46de62dffd0a1270bffc1d0e
avo-dashboards (3.13.1) sha256=073cdbb7c7e9ad46693291d6d5976bdba1a900bf572376a88e02b793f9e4e528
avo-dynamic_filters (3.13.1) sha256=adb72eae45ca400c595e6999dcfcea7d28f3c2d513b0520599a3fe0d39538671
avo-menu (3.13.1) sha256=444fec35ccc1956bbbb6ff7489c48641d88350d8dfb55652681cadb03b87d901
avo-pro (3.13.1) sha256=c465c9886926f155dd9fd8d46bbb96018260cced9af8206bf64c428a25793f09
avo_upgrade (0.1.1) sha256=8d841083b9956392f5c8fe195f25bec0d139e3646d276f8a59e66b7d2e9ebf30
awrence (1.2.1) sha256=dd1d214c12a91f449d1ef81d7ee3babc2816944e450752e7522c65521872483e
aws-eventstream (1.3.0) sha256=f1434cc03ab2248756eb02cfa45e900e59a061d7fbdc4a9fd82a5dd23d796d3f
Expand Down Expand Up @@ -1124,7 +1119,7 @@ CHECKSUMS
importmap-rails (2.0.1) sha256=e739a6e70c09f797688c6983fa79567ec1edc9becc30d55b3f7cc897b1825586
inline_svg (1.10.0) sha256=5b652934236fd9f8adc61f3fd6e208b7ca3282698b19f28659971da84bf9a10f
io-console (0.7.2) sha256=f0dccff252f877a4f60d04a4dc6b442b185ebffb4b320ab69212a92b48a7a221
irb (1.14.0) sha256=53d805013bbd194874b8c13a56aca6aebcd11dd79166d88724f8a434fedde615
irb (1.14.1) sha256=5975003b58d36efaf492380baa982ceedf5aed36967a4d5b40996bc5c66e80f8
jmespath (1.6.2) sha256=238d774a58723d6c090494c8879b5e9918c19485f7e840f2c1c7532cf84ebcb1
job-iteration (1.5.1) sha256=1428ad5b308adbaae8776c16b7792a846eb1ad7f4ab3c6e0f9668dd2ab1179e5
json (2.7.2) sha256=1898b5cbc81cd36c0fd4d0b7ad2682c39fb07c5ff682fc6265f678f550d4982c
Expand Down Expand Up @@ -1158,7 +1153,7 @@ CHECKSUMS
marcel (1.0.4) sha256=0d5649feb64b8f19f3d3468b96c680bae9746335d02194270287868a661516a4
matrix (0.4.2) sha256=71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0
memory_profiler (1.1.0) sha256=79a17df7980a140c83c469785905409d3027ca614c42c086089d128b805aa8f8
meta-tags (2.22.0) sha256=c04df1f39cfbf7d48e2ae955124d89a2429ab508fc936b9a8f9a8ce4d326e6ec
meta-tags (2.22.1) sha256=e5ae1febbd320d396c7226d7edb868e5d63466c14b9c8b06622a1a74e6dce354
method_source (1.1.0) sha256=181301c9c45b731b4769bc81e8860e72f9161ad7d66dd99103c9ab84f560f5c5
mini_histogram (0.3.1) sha256=6a114b504e4618b0e076cc672996036870f7cc6f16b8e5c25c0c637726d2dd94
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
Expand Down Expand Up @@ -1305,7 +1300,7 @@ CHECKSUMS
timescaledb (0.3.0) sha256=9ce2b39417d30544054cb609fbd84e18e304c7b7952a793846b8f4489551a28f
toxiproxy (2.0.2) sha256=2e3b53604fb921d40da3db8f78a52b3133fcae33e93d440725335b15974e440a
tpm-key_attestation (0.12.0) sha256=e133d80cf24fef0e7a7dfad00fd6aeff01fc79875fbfc66cd8537bbd622b1e6d
turbo-rails (2.0.9) sha256=8d255171cf2a876c4d11c93bbe1d13ff6feee38d0b7cd2857cc10479293cea46
turbo-rails (2.0.10) sha256=11cde241f9335ef6962322642dfd764178de192d0ba45101963da0f10f8e5738
turbo_power (0.6.2) sha256=c9080d0d1bb79deed67bee2a7654dd38f9c903b57ad52b98d19d000958fde2cc
tzinfo (2.0.6) sha256=8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b
unicode-display_width (2.6.0) sha256=12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a
Expand Down

0 comments on commit 321a6c2

Please sign in to comment.