We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f81652 commit 160e0b6Copy full SHA for 160e0b6
backend/Gemfile
@@ -20,7 +20,7 @@ gem "pg", "1.2.3"
20
gem "puma", "5.6.7"
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
coderay (1.1.3)
@@ -473,7 +473,7 @@ DEPENDENCIES
473
bugsnag (~> 6.22)
474
bullet
475
byebug
476
- cancancan (~> 3.3.0)
+ cancancan (~> 3.5.0)
477
cancancan-mongoid (= 2.0.0)
478
colored (~> 1.2)
479
countries
0 commit comments