bump administrate

This commit is contained in:
simon lehericey 2020-09-21 11:02:25 +02:00
parent 53d3e542fb
commit 95cd176bf2
2 changed files with 5 additions and 1 deletions

View file

@ -83,7 +83,7 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
administrate (0.13.0)
administrate (0.14.0)
actionpack (>= 4.2)
actionview (>= 4.2)
activerecord (>= 4.2)

View file

@ -0,0 +1,4 @@
require "administrate/base_dashboard"
class DemandeDashboard < Administrate::BaseDashboard
end