Skip to content

Commit

Permalink
Merge pull request #163 from dxw/chore/add-ruby-debugger
Browse files Browse the repository at this point in the history
Switch to Ruby debug
  • Loading branch information
mec authored Oct 18, 2024
2 parents 76a54ef + a0bb806 commit 9854f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mail-notify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "simplecov", "~> 0.21"
spec.add_development_dependency "simplecov-lcov"
spec.add_development_dependency "pry", "~> 0.14.1"
spec.add_development_dependency "debug"
spec.add_development_dependency "rails", "7.0.8"
spec.add_development_dependency "rake", "~> 13.2.1"
spec.add_development_dependency "rspec-rails", "~> 5.1"
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require "bundler/setup"
require "action_controller"
require "action_mailer"
require "pry"
require "debug"

require "mail/notify"

Expand Down

0 comments on commit 9854f2f

Please sign in to comment.