From 426ead717f714918a8e27dd692f9fac5464a51f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 18:17:54 +0000 Subject: [PATCH] Bump cancancan from 1.17.0 to 3.6.1 Bumps [cancancan](https://github.com/CanCanCommunity/cancancan) from 1.17.0 to 3.6.1. - [Release notes](https://github.com/CanCanCommunity/cancancan/releases) - [Changelog](https://github.com/CanCanCommunity/cancancan/blob/develop/CHANGELOG.md) - [Commits](https://github.com/CanCanCommunity/cancancan/commits) --- updated-dependencies: - dependency-name: cancancan dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1f9eef21a..f6a763287 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'activerecord-session_store' # Switch to AR session storage in case of failu gem 'base64', '~> 0.2.0' # ruby 3.4.0 warning said to add gem 'bcrypt', '~> 3.1.20' gem 'bootsnap', require: false -gem 'cancancan', '~> 1.13', '>= 1.13.1' # Use cancancan for authorization +gem 'cancancan', '~> 3.6' # Use cancancan for authorization gem 'config' gem 'csv', '~> 3.3' # ruby 3.4.0 warning said to add gem 'devise' # Use devise for authentication diff --git a/Gemfile.lock b/Gemfile.lock index fd4d2c526..48e0d63aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,7 @@ GEM bundler (>= 1.2.0, < 3) thor (~> 1.0) byebug (11.1.3) - cancancan (1.17.0) + cancancan (3.6.1) capybara (3.40.0) addressable matrix @@ -543,7 +543,7 @@ DEPENDENCIES brakeman bundler-audit byebug - cancancan (~> 1.13, >= 1.13.1) + cancancan (~> 3.6) capybara (= 3.40.0) config csv (~> 3.3)