Skip to content

Commit 2e6f8df

Browse files
Bump cancancan from 3.3.0 to 3.5.0 in /backend (#702)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7584ea commit 2e6f8df

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.9"

backend/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ GEM
9595
activesupport (>= 3.0.0)
9696
uniform_notifier (~> 1.11)
9797
byebug (11.1.3)
98-
cancancan (3.3.0)
98+
cancancan (3.5.0)
9999
cancancan-mongoid (2.0.0)
100100
cancancan (>= 2.0, < 4)
101101
capybara (3.39.2)
@@ -497,7 +497,7 @@ DEPENDENCIES
497497
bugsnag (~> 6.22)
498498
bullet
499499
byebug
500-
cancancan (~> 3.3.0)
500+
cancancan (~> 3.5.0)
501501
cancancan-mongoid (= 2.0.0)
502502
capybara
503503
colored (~> 1.2)

0 commit comments

Comments
 (0)