Bump rolify from 5.2.0 to 5.3.0 (#8321)
* Bump rolify from 5.2.0 to 5.3.0 Bumps [rolify](https://github.com/RolifyCommunity/rolify) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/RolifyCommunity/rolify/releases) - [Changelog](https://github.com/RolifyCommunity/rolify/blob/master/CHANGELOG.rdoc) - [Commits](https://github.com/RolifyCommunity/rolify/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump rolify from 5.2.0 to 5.3.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
faf9573345
commit
ee3bbd8f39
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -86,7 +86,7 @@ gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML pars
|
|||
gem "redis", "~> 4.1.4" # Redis ruby client
|
||||
gem "redis-rails", "~> 5.0.2" # Redis for Ruby on Rails
|
||||
gem "reverse_markdown", "~> 2.0" # Map simple html back into markdown
|
||||
gem "rolify", "~> 5.2" # Very simple Roles library
|
||||
gem "rolify", "~> 5.3" # Very simple Roles library
|
||||
gem "rouge", "~> 3.19" # A pure-ruby code highlighter
|
||||
gem "rubyzip", "~> 2.3" # Rubyzip is a ruby library for reading and writing zip files
|
||||
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
|
||||
|
|
|
|||
|
|
@ -660,7 +660,7 @@ GEM
|
|||
reverse_markdown (2.0.0)
|
||||
nokogiri
|
||||
rexml (3.2.4)
|
||||
rolify (5.2.0)
|
||||
rolify (5.3.0)
|
||||
rouge (3.19.0)
|
||||
rspec (3.9.0)
|
||||
rspec-core (~> 3.9.0)
|
||||
|
|
@ -975,7 +975,7 @@ DEPENDENCIES
|
|||
redis (~> 4.1.4)
|
||||
redis-rails (~> 5.0.2)
|
||||
reverse_markdown (~> 2.0)
|
||||
rolify (~> 5.2)
|
||||
rolify (~> 5.3)
|
||||
rouge (~> 3.19)
|
||||
rspec-rails (~> 4.0)
|
||||
rspec-retry (~> 0.6)
|
||||
|
|
|
|||
BIN
vendor/cache/rolify-5.2.0.gem
vendored
BIN
vendor/cache/rolify-5.2.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rolify-5.3.0.gem
vendored
Normal file
BIN
vendor/cache/rolify-5.3.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue