Bump devise_invitable from 2.0.5 to 2.0.6 (#15790)
Bumps [devise_invitable](https://github.com/scambra/devise_invitable) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/scambra/devise_invitable/releases) - [Changelog](https://github.com/scambra/devise_invitable/blob/master/CHANGELOG.md) - [Commits](https://github.com/scambra/devise_invitable/compare/v2.0.5...v2.0.6) --- updated-dependencies: - dependency-name: devise_invitable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fa093b0a92
commit
9f6419ca6b
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,7 @@ gem "cloudinary", "~> 1.21" # Client library for easily using the Cloudinary ser
|
|||
gem "counter_culture", "~> 3.1" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.54.1" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", "~> 4.8" # Flexible authentication solution for Rails
|
||||
gem "devise_invitable", "~> 2.0.5" # Allows invitations to be sent for joining
|
||||
gem "devise_invitable", "~> 2.0.6" # Allows invitations to be sent for joining
|
||||
gem "dogstatsd-ruby", "~> 4.8" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
|
||||
gem "doorkeeper", "~> 5.5" # Oauth 2 provider
|
||||
gem "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@ GEM
|
|||
railties (>= 4.1.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
devise_invitable (2.0.5)
|
||||
devise_invitable (2.0.6)
|
||||
actionmailer (>= 5.0)
|
||||
devise (>= 4.6)
|
||||
diff-lcs (1.4.4)
|
||||
|
|
@ -943,7 +943,7 @@ DEPENDENCIES
|
|||
debug (>= 1.0.0)
|
||||
derailed_benchmarks (~> 2.1)
|
||||
devise (~> 4.8)
|
||||
devise_invitable (~> 2.0.5)
|
||||
devise_invitable (~> 2.0.6)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
doorkeeper (~> 5.5)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
|
|
|
|||
BIN
vendor/cache/devise_invitable-2.0.5.gem
vendored
BIN
vendor/cache/devise_invitable-2.0.5.gem
vendored
Binary file not shown.
BIN
vendor/cache/devise_invitable-2.0.6.gem
vendored
Normal file
BIN
vendor/cache/devise_invitable-2.0.6.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue