Skip to content

Commit

Permalink
Remove debug gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuk09 committed Sep 5, 2024
1 parent 8eeeeed commit 3dd7dad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gemspec

group :test do
gem 'aws-sdk-dynamodb'
gem 'debug'
gem 'nokogiri'
gem 'prometheus-client'
gem 'sidekiq'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require 'event_tracer/dynamo_db/logger'
require 'dry/configurable/test_interface'
require 'prometheus/client'
require 'debug'

EventTracer::Config.enable_test_interface

Expand Down

0 comments on commit 3dd7dad

Please sign in to comment.