Skip to content

Commit

Permalink
Merge pull request #221 from hellcp/cancancan
Browse files Browse the repository at this point in the history
Update cancancan to the latest version
  • Loading branch information
hellcp authored Feb 19, 2023
2 parents 49027ae + 1539a18 commit 9f59859
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem 'byebug', group: %i[development test]

gem 'active_hash'
gem 'audited'
gem 'cancancan', '~> 1.17'
gem 'cancancan'
gem 'carrierwave'
gem 'caxlsx_rails'
gem 'clockwork'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GEM
sassc (>= 2.0.0)
builder (3.2.4)
byebug (11.1.3)
cancancan (1.17.0)
cancancan (3.4.0)
capybara (3.38.0)
addressable
matrix
Expand Down Expand Up @@ -398,7 +398,7 @@ DEPENDENCIES
audited
bootstrap-sass
byebug
cancancan (~> 1.17)
cancancan
capybara
capybara-email
carrierwave
Expand Down

0 comments on commit 9f59859

Please sign in to comment.