Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ gem "coffee-script"

gem "pundit", "~> 2.2"

gem "ostruct"

gem "madmin", "~> 1.2"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -526,6 +527,7 @@ DEPENDENCIES
newrelic_rpm
next_rails
ombu_labs-auth
ostruct
pg
puma (~> 7.2)
pundit (~> 2.2)
Expand Down
1 change: 1 addition & 0 deletions Gemfile.next.lock
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ DEPENDENCIES
newrelic_rpm
next_rails
ombu_labs-auth
ostruct
pg
puma (~> 7.2)
pundit (~> 2.2)
Expand Down
Loading