We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 122db4c + ea4eb43 commit 6c5bcdbCopy full SHA for 6c5bcdb
backend/Gemfile
@@ -21,7 +21,7 @@ gem "pg"
21
gem "puma", "5.6.8"
22
23
# Authentication libraries
24
-gem "cancancan", "~> 3.5.0"
+gem "cancancan", "~> 3.6.1"
25
gem "cancancan-mongoid", "~> 2.0"
26
gem "devise", "~> 4.8"
27
gem "devise_invitable", "~> 2.0"
backend/Gemfile.lock
@@ -114,7 +114,7 @@ GEM
114
activesupport (>= 3.0.0)
115
uniform_notifier (~> 1.11)
116
byebug (11.1.3)
117
- cancancan (3.5.0)
+ cancancan (3.6.1)
118
cancancan-mongoid (2.0.0)
119
cancancan (>= 2.0, < 4)
120
capybara (3.40.0)
@@ -522,7 +522,7 @@ DEPENDENCIES
522
bugsnag
523
bullet
524
byebug
525
- cancancan (~> 3.5.0)
+ cancancan (~> 3.6.1)
526
cancancan-mongoid (~> 2.0)
527
capybara
528
colored
0 commit comments