We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bf386 commit 4a0494bCopy full SHA for 4a0494b
backend/Gemfile
@@ -20,7 +20,7 @@ gem "pg", "1.2.3"
20
gem "puma", "5.6.8"
21
22
# Authentication libraries
23
-gem "cancancan", "~> 3.3.0"
+gem "cancancan", "~> 3.5.0"
24
gem "cancancan-mongoid", "2.0.0"
25
gem "devise", "4.8.0"
26
gem "devise_invitable", "2.0.5"
backend/Gemfile.lock
@@ -93,7 +93,7 @@ GEM
93
activesupport (>= 3.0.0)
94
uniform_notifier (~> 1.11)
95
byebug (11.1.3)
96
- cancancan (3.3.0)
+ cancancan (3.5.0)
97
cancancan-mongoid (2.0.0)
98
cancancan (>= 2.0, < 4)
99
capybara (3.39.2)
@@ -494,7 +494,7 @@ DEPENDENCIES
494
bugsnag (~> 6.22)
495
bullet
496
byebug
497
- cancancan (~> 3.3.0)
+ cancancan (~> 3.5.0)
498
cancancan-mongoid (= 2.0.0)
499
capybara
500
colored (~> 1.2)
0 commit comments