diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-24 10:43:20 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-24 10:43:20 -0600 |
commit | 83a9e82ff6ecd49b7af5dcdac26090b70666feb8 (patch) | |
tree | eace126baeb86552b16eb52d7372bd0919e2effd /Gemfile | |
parent | 588244ddd8192512ce04be902226a2fb0b765215 (diff) | |
download | gitlab-ce-83a9e82ff6ecd49b7af5dcdac26090b70666feb8.tar.gz |
Upgrade sentry-raven from 0.15.6 to 1.1.0.
Changelog: https://github.com/getsentry/raven-ruby/releases
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ gem 'net-ssh', '~> 3.0.1' gem 'base32', '~> 0.3.0' # Sentry integration -gem 'sentry-raven', '~> 0.15' +gem 'sentry-raven', '~> 1.1.0' gem 'premailer-rails', '~> 1.9.0' |