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", "~> 3.2" # counter_culture provides turbo-charged counter
gem "ddtrace", "~> 0.54.2" # ddtrace is Datadog’s tracing client for Ruby.
gem "devise", "~> 4.8" # Flexible authentication solution for Rails
gem "devise_invitable", "~> 2.0.6" # 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 "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel
gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Unicode Emoji symbols
gem "fastimage", "~> 2.2" # FastImage finds the size or type of an image given its uri by fetching as little as needed.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ GEM
devise (>= 4.6)
diff-lcs (1.5.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)
dotenv (2.7.6)
Expand Down Expand Up @@ -920,7 +920,7 @@ DEPENDENCIES
derailed_benchmarks (~> 2.1)
devise (~> 4.8)
devise_invitable (~> 2.0.6)
dogstatsd-ruby (~> 4.8)
dogstatsd-ruby (~> 5.5)
dotenv-rails (~> 2.7.6)
easy_translate (~> 0.5.1)
email_validator (~> 2.2)
Expand All @@ -934,7 +934,7 @@ DEPENDENCIES
fastly (~> 3.0)
feedjira (~> 3.2)
field_test (~> 0.5)
flipper (= 0.24.0)
flipper (~> 0.24.0)
flipper-active_record (~> 0.24.0)
flipper-active_support_cache_store (~> 0.24.0)
flipper-ui (~> 0.24.0)
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.