Skip to content

Commit 4a0494b

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "pg", "1.2.3"
2020
gem "puma", "5.6.8"
2121

2222
# Authentication libraries
23-
gem "cancancan", "~> 3.3.0"
23+
gem "cancancan", "~> 3.5.0"
2424
gem "cancancan-mongoid", "2.0.0"
2525
gem "devise", "4.8.0"
2626
gem "devise_invitable", "2.0.5"

backend/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GEM
9393
activesupport (>= 3.0.0)
9494
uniform_notifier (~> 1.11)
9595
byebug (11.1.3)
96-
cancancan (3.3.0)
96+
cancancan (3.5.0)
9797
cancancan-mongoid (2.0.0)
9898
cancancan (>= 2.0, < 4)
9999
capybara (3.39.2)
@@ -494,7 +494,7 @@ DEPENDENCIES
494494
bugsnag (~> 6.22)
495495
bullet
496496
byebug
497-
cancancan (~> 3.3.0)
497+
cancancan (~> 3.5.0)
498498
cancancan-mongoid (= 2.0.0)
499499
capybara
500500
colored (~> 1.2)

0 commit comments

Comments
 (0)