diff --git a/Gemfile b/Gemfile index a2cd7f3a5..3de81edf9 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,6 @@ group :development, :test do gem 'capistrano-git-with-submodules', '~> 2.0' end -gem "dogstatsd-ruby", "~> 4.8" gem "lograge", "~> 0.11.2" diff --git a/Gemfile.lock b/Gemfile.lock index 807c69cf7..c578fae74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,6 @@ GEM concurrent-ruby (1.1.5) connection_pool (2.2.2) crass (1.0.6) - dogstatsd-ruby (4.8.1) dotenv (2.7.5) dotenv-rails (2.7.5) dotenv (= 2.7.5) @@ -211,7 +210,6 @@ DEPENDENCIES capistrano-rails capistrano-rvm capistrano-sidekiq - dogstatsd-ruby (~> 4.8) dotenv-rails haml lograge (~> 0.11.2)