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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-04 15:53:30 +0300
committerStan Hu <stanhu@gmail.com>2019-04-04 15:54:54 +0300
commit1ed596d4d00d692b825e63f7c72f3b39bad0700b (patch)
treef999db4b1f98a34101983d6f02c47c827f59cba2
parent21da45a82368058fb773d2811d5b43435169cc99 (diff)
Bump sentry-raven to 2.9.0
This matches the version bump in GitLab CE and reduces gem duplication in Omnibus GitLab.
-rw-r--r--changelogs/unreleased/sh-bump-sentry-raven-2-9-0.yml5
-rw-r--r--ruby/Gemfile2
-rw-r--r--ruby/Gemfile.lock4
3 files changed, 8 insertions, 3 deletions
diff --git a/changelogs/unreleased/sh-bump-sentry-raven-2-9-0.yml b/changelogs/unreleased/sh-bump-sentry-raven-2-9-0.yml
new file mode 100644
index 000000000..4b1116c46
--- /dev/null
+++ b/changelogs/unreleased/sh-bump-sentry-raven-2-9-0.yml
@@ -0,0 +1,5 @@
+---
+title: Bump sentry-raven to 2.9.0
+merge_request: 1183
+author:
+type: other
diff --git a/ruby/Gemfile b/ruby/Gemfile
index 6de2bb946..36d5754fc 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -12,7 +12,7 @@ gem 'rdoc', '~> 4.2'
gem 'gitlab-gollum-lib', '~> 4.2.7.7', require: false
gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4.2', require: false
gem 'grpc', '~> 1.15.0'
-gem 'sentry-raven', '~> 2.7.2', require: false
+gem 'sentry-raven', '~> 2.9.0', require: false
gem 'faraday', '~> 0.12'
gem 'rbtrace', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index c2400204e..7ada40e52 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -147,7 +147,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.4.4)
nokogumbo (~> 1.4)
- sentry-raven (2.7.4)
+ sentry-raven (2.9.0)
faraday (>= 0.7.6, < 1.0)
simplecov (0.9.2)
docile (~> 1.1.0)
@@ -198,7 +198,7 @@ DEPENDENCIES
rspec-parameterized
rubocop (~> 0.50)
rugged (~> 0.28)
- sentry-raven (~> 2.7.2)
+ sentry-raven (~> 2.9.0)
simplecov (~> 0.9.0)
timecop
vcr (~> 4.0.0)