Skip to content

Commit cd1a9a6

Browse files
committed
Test using solution from nikhaldi/exception_notification-rake#27
1 parent 79fc860 commit cd1a9a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem 'pry-rails'
1515
# Reduces boot times through caching; required in config/boot.rb
1616
#gem 'bootsnap', '>= 1.1.0', require: false
1717
gem 'exception_notification'
18-
gem _='exception_notification-rake', github: "TylerRick/#{_}", branch: 'support_exception_notification_4.3'
18+
gem _='exception_notification-rake', github: "TylerRick/#{_}", branch: 'patch_rake_task_instead_of_application'
1919

2020
group :development, :test do
2121
# Call 'byebug' anywhere in the code to stop execution and get a debugger console

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GIT
22
remote: https://github.com/TylerRick/exception_notification-rake.git
3-
revision: d0412f4c11d00e55a89dc2636a35feb15b6e56c0
4-
branch: support_exception_notification_4.3
3+
revision: 1a4d16bd79adbed4927999ae2ffdd09e5bccc03b
4+
branch: patch_rake_task_instead_of_application
55
specs:
66
exception_notification-rake (0.3.0)
77
exception_notification (~> 4.3)

0 commit comments

Comments
 (0)