Commit 973daa632d6c53aa672c3da0b0acab681a130d85
Committed by
Diego Camarinha
1 parent
8ebe29c0
Exists in
colab
and in
4 other branches
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,7 +58,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc | ||
| 58 | gem 'rails-html-sanitizer', '~> 1.0' | 58 | gem 'rails-html-sanitizer', '~> 1.0' |
| 59 | 59 | ||
| 60 | # Sends a email whenever there is a unexpected exception | 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 | # Google Analytics | 63 | # Google Analytics |
| 64 | gem 'google-analytics-rails', '~> 0.0.6' | 64 | gem 'google-analytics-rails', '~> 0.0.6' |
Gemfile.lock
| @@ -121,7 +121,7 @@ GEM | @@ -121,7 +121,7 @@ GEM | ||
| 121 | domain_name (0.5.24) | 121 | domain_name (0.5.24) |
| 122 | unf (>= 0.0.5, < 1.0.0) | 122 | unf (>= 0.0.5, < 1.0.0) |
| 123 | erubis (2.7.0) | 123 | erubis (2.7.0) |
| 124 | - exception_notification (4.0.1) | 124 | + exception_notification (4.1.1) |
| 125 | actionmailer (>= 3.0.4) | 125 | actionmailer (>= 3.0.4) |
| 126 | activesupport (>= 3.0.4) | 126 | activesupport (>= 3.0.4) |
| 127 | execjs (2.5.2) | 127 | execjs (2.5.2) |
| @@ -340,7 +340,7 @@ DEPENDENCIES | @@ -340,7 +340,7 @@ DEPENDENCIES | ||
| 340 | dalli (~> 2.7.0) | 340 | dalli (~> 2.7.0) |
| 341 | database_cleaner (~> 1.4.1) | 341 | database_cleaner (~> 1.4.1) |
| 342 | devise (~> 3.5.1) | 342 | devise (~> 3.5.1) |
| 343 | - exception_notification (~> 4.0.1) | 343 | + exception_notification (~> 4.1.1) |
| 344 | factory_girl_rails (~> 4.5.0) | 344 | factory_girl_rails (~> 4.5.0) |
| 345 | google-analytics-rails (~> 0.0.6) | 345 | google-analytics-rails (~> 0.0.6) |
| 346 | http_accept_language | 346 | http_accept_language |