Skip to content

Commit

Permalink
Merge pull request #1045 from rubyforgood/dependabot/bundler/cancanca…
Browse files Browse the repository at this point in the history
…n-3.4.0

Bump cancancan from 3.3.0 to 3.4.0
  • Loading branch information
CraigJZ authored Jul 12, 2022
2 parents 43f5b43 + ffe7e04 commit fc32a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'webpacker', '~> 5'
gem 'pagy', '~> 5.10'

# Simple authorization solution for Rails. All permissions are stored in a single location.
gem 'cancancan', '~> 3.3'
gem 'cancancan', '~> 3.4'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
brakeman (5.2.3)
builder (3.2.4)
byebug (11.1.3)
cancancan (3.3.0)
cancancan (3.4.0)
capistrano (3.17.0)
airbrussh (>= 1.0.0)
i18n
Expand Down Expand Up @@ -359,7 +359,7 @@ DEPENDENCIES
bootsnap (>= 1.1.0)
brakeman
byebug
cancancan (~> 3.3)
cancancan (~> 3.4)
capistrano (~> 3.17)
capistrano-bundler (~> 2.1)
capistrano-rails (~> 1.6)
Expand Down

0 comments on commit fc32a9a

Please sign in to comment.