Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.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 "dogstatsd-ruby", "~> 5.5" # 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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ GEM
diff-lcs (1.4.4)
distribution (0.8.0)
docile (1.3.5)
dogstatsd-ruby (4.8.3)
dogstatsd-ruby (5.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.5.1)
Expand Down Expand Up @@ -881,7 +881,7 @@ DEPENDENCIES
derailed_benchmarks (~> 2.0)
devise!
devise_invitable (~> 2.0.3)
dogstatsd-ruby (~> 4.8)
dogstatsd-ruby (~> 5.5)
doorkeeper (~> 5.5)
dotenv-rails (~> 2.7.6)
elasticsearch (~> 7.12)
Expand Down
Binary file removed vendor/cache/dogstatsd-ruby-4.8.3.gem
Binary file not shown.
Binary file added vendor/cache/dogstatsd-ruby-5.5.0.gem
Binary file not shown.