Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-02-24 00:19:55 +0300
committerRobert Speicher <robert@gitlab.com>2016-02-24 00:19:55 +0300
commit9f80118e05e68743d95a83742a1d0a06bba3039c (patch)
treeb51d5eb057ed884ed7287d283e0f57f90d388fe3
parent52ac5242d13a4a3c468f542d361002b8ad6dff68 (diff)
parent8a6bd6d2b42b6fa736f196b42cdd6ae75c0edf52 (diff)
Merge branch 'rs-update-raven' into 'master'
Update sentry-raven to 0.15.6 Fixes a few bugs, most notably (for our purposes): https://github.com/getsentry/raven-ruby/pull/450 See merge request !2947
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 1602ef871c7..41abb17f050 100644
--- a/Gemfile
+++ b/Gemfile
@@ -218,7 +218,7 @@ gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
# Sentry integration
-gem 'sentry-raven'
+gem 'sentry-raven', '~> 0.15'
# Metrics
group :metrics do
diff --git a/Gemfile.lock b/Gemfile.lock
index 4681adf2bd0..e2e290b3dc2 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -722,7 +722,7 @@ GEM
activesupport (>= 3.1, < 4.3)
select2-rails (3.5.9.3)
thor (~> 0.14)
- sentry-raven (0.15.4)
+ sentry-raven (0.15.6)
faraday (>= 0.7.6)
settingslogic (2.0.9)
sexp_processor (4.6.0)
@@ -1007,7 +1007,7 @@ DEPENDENCIES
sdoc (~> 0.3.20)
seed-fu (~> 2.3.5)
select2-rails (~> 3.5.9)
- sentry-raven
+ sentry-raven (~> 0.15)
settingslogic (~> 2.0.9)
sham_rack
shoulda-matchers (~> 2.8.0)