Skip to content

Commit

Permalink
Switch to Ruby debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Oct 18, 2024
1 parent 76a54ef commit a0bb806
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 a0bb806

Please sign in to comment.