Bump devise_invitable from 2.0.3 to 2.0.5 (#13449)
Bumps [devise_invitable](https://github.com/scambra/devise_invitable) from 2.0.3 to 2.0.5. - [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.3...v2.0.5) 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
28dd50e718
commit
3337a796d7
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,7 @@ gem "cloudinary", "~> 1.20" # Client library for easily using the Cloudinary ser
|
|||
gem "counter_culture", "~> 2.8" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.47.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", github: "heartcombo/devise", ref: "0cd72a5" # Flexible authentication solution for Rails
|
||||
gem "devise_invitable", "~> 2.0.3" # Allows invitations to be sent for joining
|
||||
gem "devise_invitable", "~> 2.0.5" # 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 "elasticsearch", "~> 7.12" # Powers DEVs core search functionality
|
||||
|
|
|
|||
|
|
@ -214,7 +214,7 @@ GEM
|
|||
descendants_tracker (0.0.4)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
device_detector (1.0.5)
|
||||
devise_invitable (2.0.3)
|
||||
devise_invitable (2.0.5)
|
||||
actionmailer (>= 5.0)
|
||||
devise (>= 4.6)
|
||||
diff-lcs (1.4.4)
|
||||
|
|
@ -880,7 +880,7 @@ DEPENDENCIES
|
|||
ddtrace (~> 0.47.0)
|
||||
derailed_benchmarks (~> 2.0)
|
||||
devise!
|
||||
devise_invitable (~> 2.0.3)
|
||||
devise_invitable (~> 2.0.5)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
doorkeeper (~> 5.5)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
|
|
|
|||
BIN
vendor/cache/devise_invitable-2.0.3.gem
vendored
BIN
vendor/cache/devise_invitable-2.0.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/devise_invitable-2.0.5.gem
vendored
Normal file
BIN
vendor/cache/devise_invitable-2.0.5.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue