Skip to content

Commit 31e097a

Browse files
committed
update avo
1 parent 4751780 commit 31e097a

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

Gemfile.lock

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
GEM
22
remote: https://packager.dev/avo-hq/
33
specs:
4-
avo-advanced (3.17.5)
5-
avo (= 3.17.5)
6-
avo-dynamic_filters (= 3.17.5)
7-
avo-pro (= 3.17.5)
4+
avo-advanced (3.18.1)
5+
avo (> 3.18.0, <= 3.18.1)
6+
avo-dynamic_filters (= 3.18.1)
7+
avo-pro (= 3.18.1)
88
zeitwerk (>= 2.6.12)
99
avo-audit_logging (0.0.8)
1010
avo (>= 3.2.1)
1111
avo-diff_field (>= 0.0.5)
1212
zeitwerk (>= 2.6.12)
13-
avo-dashboards (3.17.5)
14-
avo (= 3.17.5)
13+
avo-dashboards (3.18.1)
14+
avo (> 3.18.0, <= 3.18.1)
1515
turbo-rails
1616
view_component (>= 3.7.0)
1717
zeitwerk (>= 2.6.12)
18-
avo-dynamic_filters (3.17.5)
19-
avo (= 3.17.5)
18+
avo-dynamic_filters (3.18.1)
19+
avo (> 3.18.0, <= 3.18.1)
2020
ransack (>= 4.2.0)
2121
view_component (>= 3.7.0)
2222
zeitwerk (>= 2.6.12)
23-
avo-menu (3.17.5)
24-
avo (= 3.17.5)
23+
avo-menu (3.18.1)
24+
avo (> 3.18.0, <= 3.18.1)
2525
docile
2626
zeitwerk (>= 2.6.12)
27-
avo-pro (3.17.5)
28-
avo (= 3.17.5)
29-
avo-dashboards (= 3.17.5)
30-
avo-menu (= 3.17.5)
27+
avo-pro (3.18.1)
28+
avo (> 3.18.0, <= 3.18.1)
29+
avo-dashboards (= 3.18.1)
30+
avo-menu (= 3.18.1)
3131
zeitwerk (>= 2.6.12)
3232

3333
GEM
@@ -112,12 +112,13 @@ GEM
112112
activerecord (>= 3.2, < 8.0)
113113
rake (>= 10.4, < 14.0)
114114
ast (2.4.2)
115-
avo (3.17.5)
115+
avo (3.18.1)
116116
actionview (>= 6.1)
117117
active_link_to
118118
activerecord (>= 6.1)
119119
activesupport (>= 6.1)
120120
addressable
121+
avo-heroicons (>= 0.1.1)
121122
docile
122123
inline_svg
123124
meta-tags
@@ -129,6 +130,7 @@ GEM
129130
zeitwerk (>= 2.6.12)
130131
avo-diff_field (0.0.5)
131132
diffy
133+
avo-heroicons (0.1.1)
132134
base64 (0.2.0)
133135
bcrypt (3.1.20)
134136
bigdecimal (3.1.9)

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
devise_for :users
55

66
authenticate :user do
7-
mount Avo::Engine, at: Avo.configuration.root_path
7+
mount_avo
88
end
99
end
1010

0 commit comments

Comments
 (0)