Skip to content

Commit

Permalink
remove pry
Browse files Browse the repository at this point in the history
  • Loading branch information
NourEldinShobier committed Jan 10, 2024
1 parent 7df9d40 commit 6673fe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ group :test do
end
end

group :development, :test do
gem 'pry'
end

group :rubocop do
gem 'rubocop', '>= 0.25', '< 0.49'
end
Expand Down
2 changes: 0 additions & 2 deletions spec/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
require 'delayed_job'
require 'delayed/backend/shared_spec'

require 'pry'

if ENV['DEBUG_LOGS']
Delayed::Worker.logger = Logger.new(STDOUT)
else
Expand Down

0 comments on commit 6673fe4

Please sign in to comment.