Skip to content
Snippets Groups Projects
Verified Commit 4e3082ed authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Update avo gems

parent 9aafca2e
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ gem "thruster", require: false ...@@ -15,8 +15,8 @@ gem "thruster", require: false
gem "puma", "~> 6.0" gem "puma", "~> 6.0"
# sourced avo gems # sourced avo gems
gem "avo", "~> 3.17.0" gem "avo", "~> 3.20.0"
gem "avo-pro", "~> 3.17.0", source: "https://packager.dev/avo-hq/" gem "avo-pro", "~> 3.20.0", source: "https://packager.dev/avo-hq/"
# # local avo gems # # local avo gems
# gem "avo", path: "vendor/gems/avo" # gem "avo", path: "vendor/gems/avo"
......
GEM GEM
remote: https://packager.dev/avo-hq/ remote: https://packager.dev/avo-hq/
specs: specs:
avo-dashboards (3.17.9) avo-dashboards (3.20.2)
avo (= 3.17.9) avo (= 3.20.2)
turbo-rails turbo-rails
view_component (>= 3.7.0) view_component (>= 3.7.0)
zeitwerk (>= 2.6.12) zeitwerk (>= 2.6.12)
avo-menu (3.17.9) avo-menu (3.20.2)
avo (= 3.17.9) avo (= 3.20.2)
docile docile
zeitwerk (>= 2.6.12) zeitwerk (>= 2.6.12)
avo-pro (3.17.9) avo-pro (3.20.2)
avo (= 3.17.9) avo (= 3.20.2)
avo-dashboards (= 3.17.9) avo-dashboards (= 3.20.2)
avo-menu (= 3.17.9) avo-menu (= 3.20.2)
zeitwerk (>= 2.6.12) zeitwerk (>= 2.6.12)
GEM GEM
...@@ -96,7 +96,7 @@ GEM ...@@ -96,7 +96,7 @@ GEM
addressable (2.8.7) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3) ast (2.4.3)
avo (3.17.9) avo (3.20.2)
actionview (>= 6.1) actionview (>= 6.1)
active_link_to active_link_to
activerecord (>= 6.1) activerecord (>= 6.1)
...@@ -491,8 +491,8 @@ PLATFORMS ...@@ -491,8 +491,8 @@ PLATFORMS
x86_64-linux-musl x86_64-linux-musl
DEPENDENCIES DEPENDENCIES
avo (~> 3.17.0) avo (~> 3.20.0)
avo-pro (~> 3.17.0)! avo-pro (~> 3.20.0)!
bcrypt bcrypt
bootsnap bootsnap
database_cleaner database_cleaner
......
...@@ -4,7 +4,7 @@ Rails.application.routes.draw do ...@@ -4,7 +4,7 @@ Rails.application.routes.draw do
get "up" => "rails/health#show", :as => :rails_health_check get "up" => "rails/health#show", :as => :rails_health_check
root "sessions#new" root "sessions#new"
mount Avo::Engine, at: Avo.configuration.root_path mount_avo
resource :session, only: %i[new create destroy] resource :session, only: %i[new create destroy]
resources :passwords, only: %i[new create edit update], param: :token resources :passwords, only: %i[new create edit update], param: :token
...@@ -15,6 +15,10 @@ Rails.application.routes.draw do ...@@ -15,6 +15,10 @@ Rails.application.routes.draw do
"https://beta.facem.at" "https://beta.facem.at"
end end
direct :ellipse_drawer do
"https://beta.facem.at/ellipse/"
end
direct :email_forwarding_instructions do direct :email_forwarding_instructions do
"https://zid.univie.ac.at/en/forwarding/" "https://zid.univie.ac.at/en/forwarding/"
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment