Bump rolify from 5.3.0 to 6.0.0
Bumps [rolify](https://github.com/RolifyCommunity/rolify) from 5.3.0 to 6.0.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.3.0...v6.0.0) --- updated-dependencies: - dependency-name: rolify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
875187f900
commit
476894d7af
2
Gemfile
2
Gemfile
|
@ -30,7 +30,7 @@ gem "hcaptcha", "~> 6.0", git: "https://github.com/Retrospring/hcaptcha.git", re
|
|||
gem "mini_magick"
|
||||
gem "rqrcode"
|
||||
|
||||
gem "rolify", "~> 5.2"
|
||||
gem "rolify", "~> 6.0"
|
||||
|
||||
gem "dry-initializer", "~> 3.1"
|
||||
gem "dry-types", "~> 1.4"
|
||||
|
|
|
@ -415,7 +415,7 @@ GEM
|
|||
actionpack (>= 5.0)
|
||||
railties (>= 5.0)
|
||||
rexml (3.2.5)
|
||||
rolify (5.3.0)
|
||||
rolify (6.0.0)
|
||||
rotp (6.2.0)
|
||||
rqrcode (2.1.1)
|
||||
chunky_png (~> 1.0)
|
||||
|
@ -623,7 +623,7 @@ DEPENDENCIES
|
|||
rake
|
||||
redcarpet
|
||||
redis
|
||||
rolify (~> 5.2)
|
||||
rolify (~> 6.0)
|
||||
rqrcode
|
||||
rspec-its (~> 1.3)
|
||||
rspec-mocks
|
||||
|
|
Loading…
Reference in New Issue