This reverts commit ba54a8cf08.
This commit is contained in:
parent
ba54a8cf08
commit
589f3066ff
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -26,7 +26,7 @@ gem "counter_culture", "~> 2.8" # counter_culture provides turbo-charged counter
|
|||
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.5" # Allows invitations to be sent for joining
|
||||
gem "dogstatsd-ruby", "~> 5.0" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
|
||||
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
|
||||
gem "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ GEM
|
|||
diff-lcs (1.4.4)
|
||||
distribution (0.8.0)
|
||||
docile (1.3.5)
|
||||
dogstatsd-ruby (5.0.1)
|
||||
dogstatsd-ruby (4.8.3)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
doorkeeper (5.5.1)
|
||||
|
|
@ -881,7 +881,7 @@ DEPENDENCIES
|
|||
derailed_benchmarks (~> 2.0)
|
||||
devise!
|
||||
devise_invitable (~> 2.0.5)
|
||||
dogstatsd-ruby (~> 5.0)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
doorkeeper (~> 5.5)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
elasticsearch (~> 7.12)
|
||||
|
|
|
|||
BIN
vendor/cache/dogstatsd-ruby-4.8.3.gem
vendored
Normal file
BIN
vendor/cache/dogstatsd-ruby-4.8.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/dogstatsd-ruby-5.0.1.gem
vendored
BIN
vendor/cache/dogstatsd-ruby-5.0.1.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue