Skip to content

Commit ea4eb43

Browse files
Bump cancancan from 3.5.0 to 3.6.1 in /backend
Bumps [cancancan](https://github.com/CanCanCommunity/cancancan) from 3.5.0 to 3.6.1. - [Release notes](https://github.com/CanCanCommunity/cancancan/releases) - [Changelog](https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md) - [Commits](https://github.com/CanCanCommunity/cancancan/commits) --- updated-dependencies: - dependency-name: cancancan dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 122db4c commit ea4eb43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem "pg"
2121
gem "puma", "5.6.8"
2222

2323
# Authentication libraries
24-
gem "cancancan", "~> 3.5.0"
24+
gem "cancancan", "~> 3.6.1"
2525
gem "cancancan-mongoid", "~> 2.0"
2626
gem "devise", "~> 4.8"
2727
gem "devise_invitable", "~> 2.0"

backend/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ GEM
114114
activesupport (>= 3.0.0)
115115
uniform_notifier (~> 1.11)
116116
byebug (11.1.3)
117-
cancancan (3.5.0)
117+
cancancan (3.6.1)
118118
cancancan-mongoid (2.0.0)
119119
cancancan (>= 2.0, < 4)
120120
capybara (3.40.0)
@@ -522,7 +522,7 @@ DEPENDENCIES
522522
bugsnag
523523
bullet
524524
byebug
525-
cancancan (~> 3.5.0)
525+
cancancan (~> 3.6.1)
526526
cancancan-mongoid (~> 2.0)
527527
capybara
528528
colored

0 commit comments

Comments
 (0)