diff options
author | Gabriel Mazetto <brodock@gmail.com> | 2017-07-03 13:54:00 +0200 |
---|---|---|
committer | Gabriel Mazetto <brodock@gmail.com> | 2017-07-03 13:54:00 +0200 |
commit | 2ca93b2451497a3cd588cea20ca90f8ca7172a79 (patch) | |
tree | d041e8fd005e8060789dd4240f33340315fcd926 | |
parent | 959289d0a69181a37ca612197a1fa339723bc095 (diff) | |
download | gitlab-ce-update-raven-253.tar.gz |
Update sentry-raven from 2.4.0 to 2.5.3update-raven-253
2.5.x branch have updated performance and additional fixes
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -255,7 +255,7 @@ gem 'net-ssh', '~> 3.0.1' gem 'base32', '~> 0.3.0' # Sentry integration -gem 'sentry-raven', '~> 2.4.0' +gem 'sentry-raven', '~> 2.5.3' gem 'premailer-rails', '~> 1.9.7' diff --git a/Gemfile.lock b/Gemfile.lock index f4ddd30da1b..f95e4102daf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -775,7 +775,7 @@ GEM activesupport (>= 3.1) select2-rails (3.5.9.3) thor (~> 0.14) - sentry-raven (2.4.0) + sentry-raven (2.5.3) faraday (>= 0.7.6, < 1.0) settingslogic (2.0.9) sexp_processor (4.9.0) @@ -1089,7 +1089,7 @@ DEPENDENCIES scss_lint (~> 0.47.0) seed-fu (~> 2.3.5) select2-rails (~> 3.5.9) - sentry-raven (~> 2.4.0) + sentry-raven (~> 2.5.3) settingslogic (~> 2.0.9) sham_rack (~> 1.3.6) shoulda-matchers (~> 2.8.0) |