Bump devise_invitable from 2.0.2 to 2.0.3 (#11553)
* Bump devise_invitable from 2.0.2 to 2.0.3 Bumps [devise_invitable](https://github.com/scambra/devise_invitable) from 2.0.2 to 2.0.3. - [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.2...v2.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump devise_invitable from 2.0.2 to 2.0.3 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
be8828e72c
commit
cc4a17992a
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -28,7 +28,7 @@ gem "cloudinary", "~> 1.18" # Client library for easily using the Cloudinary ser
|
|||
gem "counter_culture", "~> 2.7" # counter_culture provides turbo-charged counter caches that are kept up-to-date
|
||||
gem "ddtrace", "~> 0.43.0" # ddtrace is Datadog’s tracing client for Ruby.
|
||||
gem "devise", "~> 4.7" # Flexible authentication solution for Rails
|
||||
gem "devise_invitable", "~> 2.0.0" # Allows invitations to be sent for joining
|
||||
gem "devise_invitable", "~> 2.0.3" # 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.4" # Oauth 2 provider
|
||||
gem "elasticsearch", "~> 7.9" # Powers DEVs core search functionality
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ GEM
|
|||
railties (>= 4.1.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
devise_invitable (2.0.2)
|
||||
devise_invitable (2.0.3)
|
||||
actionmailer (>= 5.0)
|
||||
devise (>= 4.6)
|
||||
diff-lcs (1.3)
|
||||
|
|
@ -866,7 +866,7 @@ DEPENDENCIES
|
|||
ddtrace (~> 0.43.0)
|
||||
derailed_benchmarks (~> 1.8)
|
||||
devise (~> 4.7)
|
||||
devise_invitable (~> 2.0.0)
|
||||
devise_invitable (~> 2.0.3)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
doorkeeper (~> 5.4)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
|
|
|
|||
BIN
vendor/cache/devise_invitable-2.0.2.gem
vendored
BIN
vendor/cache/devise_invitable-2.0.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/devise_invitable-2.0.3.gem
vendored
Normal file
BIN
vendor/cache/devise_invitable-2.0.3.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue