Skip to content

Commit

Permalink
Add authorization gems (cancancan/pundit) to newer CI Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Aug 16, 2024
1 parent a989ee9 commit 13d3534
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/rails-7.0-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ gem "rails", "~> 7.0.0"
gem "propshaft"
gem "sqlite3", "~> 1.4"
gem "devise"
gem "cancancan"
gem "pundit"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails-7.1-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ gem "rails", "~> 7.1.0"
gem "propshaft"
gem "sqlite3", "~> 1.4"
gem "devise"
gem "cancancan"
gem "pundit"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down
2 changes: 2 additions & 0 deletions gemfiles/rails-7.2-propshaft.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ gem "rails", "~> 7.2.0.rc1"
gem "propshaft"
gem "sqlite3", "~> 1.4"
gem "devise"
gem "cancancan"
gem "pundit"

gem "trestle", github: "TrestleAdmin/trestle"

Expand Down

0 comments on commit 13d3534

Please sign in to comment.