diff --git a/Gemfile b/Gemfile index c68344a34..f8bfa5a1f 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 9af8eedac..4069d8481 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/devise_invitable-2.0.2.gem b/vendor/cache/devise_invitable-2.0.2.gem deleted file mode 100644 index 406f75f3d..000000000 Binary files a/vendor/cache/devise_invitable-2.0.2.gem and /dev/null differ diff --git a/vendor/cache/devise_invitable-2.0.3.gem b/vendor/cache/devise_invitable-2.0.3.gem new file mode 100644 index 000000000..2b53d3f7c Binary files /dev/null and b/vendor/cache/devise_invitable-2.0.3.gem differ