diff --git a/Gemfile b/Gemfile index fd18f501..4649a364 100644 --- a/Gemfile +++ b/Gemfile @@ -108,4 +108,6 @@ gem "coffee-script" gem "pundit", "~> 2.2" +gem "ostruct" + gem "madmin", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index afb692a8..f41e8fc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,6 +273,7 @@ GEM actionpack (>= 4.2) omniauth (~> 2.0) orm_adapter (0.5.0) + ostruct (0.6.3) pagy (6.1.0) parallel (2.1.0) parser (3.3.12.0) @@ -526,6 +527,7 @@ DEPENDENCIES newrelic_rpm next_rails ombu_labs-auth + ostruct pg puma (~> 7.2) pundit (~> 2.2) diff --git a/Gemfile.next.lock b/Gemfile.next.lock index f30b1160..aa80cf62 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -564,6 +564,7 @@ DEPENDENCIES newrelic_rpm next_rails ombu_labs-auth + ostruct pg puma (~> 7.2) pundit (~> 2.2)