We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7584ea commit 2e6f8dfCopy full SHA for 2e6f8df
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.9"
backend/Gemfile.lock
@@ -95,7 +95,7 @@ GEM
95
activesupport (>= 3.0.0)
96
uniform_notifier (~> 1.11)
97
byebug (11.1.3)
98
- cancancan (3.3.0)
+ cancancan (3.5.0)
99
cancancan-mongoid (2.0.0)
100
cancancan (>= 2.0, < 4)
101
capybara (3.39.2)
@@ -497,7 +497,7 @@ DEPENDENCIES
497
bugsnag (~> 6.22)
498
bullet
499
byebug
500
- cancancan (~> 3.3.0)
+ cancancan (~> 3.5.0)
501
cancancan-mongoid (= 2.0.0)
502
capybara
503
colored (~> 1.2)
0 commit comments