Commit 973daa632d6c53aa672c3da0b0acab681a130d85

Authored by Rafael Manzo
Committed by Diego Camarinha
1 parent 8ebe29c0

exception_notification updated

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -58,7 +58,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
58 58 gem 'rails-html-sanitizer', '~> 1.0'
59 59  
60 60 # Sends a email whenever there is a unexpected exception
61   -gem 'exception_notification', '~> 4.0.1'
  61 +gem 'exception_notification', '~> 4.1.1'
62 62  
63 63 # Google Analytics
64 64 gem 'google-analytics-rails', '~> 0.0.6'
... ...
Gemfile.lock
... ... @@ -121,7 +121,7 @@ GEM
121 121 domain_name (0.5.24)
122 122 unf (>= 0.0.5, < 1.0.0)
123 123 erubis (2.7.0)
124   - exception_notification (4.0.1)
  124 + exception_notification (4.1.1)
125 125 actionmailer (>= 3.0.4)
126 126 activesupport (>= 3.0.4)
127 127 execjs (2.5.2)
... ... @@ -340,7 +340,7 @@ DEPENDENCIES
340 340 dalli (~> 2.7.0)
341 341 database_cleaner (~> 1.4.1)
342 342 devise (~> 3.5.1)
343   - exception_notification (~> 4.0.1)
  343 + exception_notification (~> 4.1.1)
344 344 factory_girl_rails (~> 4.5.0)
345 345 google-analytics-rails (~> 0.0.6)
346 346 http_accept_language
... ...