Skip to content

Commit d96c18c

Browse files
committed
Downgrade sentry-raven to 2.11.x
The latest version 2.13.0 has changed the error structure, so `error_handling_spec.rb` has a failure. Until we figure out the proper update, we stay with the known version.
1 parent dbef0d2 commit d96c18c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gem 'simple_states', '1.0.2'
2222

2323
gem 'active_model_serializers'
2424
gem 'unicorn'
25-
gem 'sentry-raven'
25+
gem 'sentry-raven', '~> 2.11.3'
2626
gem 'yard-sinatra', git: 'https://github.com/rkh/yard-sinatra'
2727
gem 'rack', '>= 2.1.4'
2828
gem 'rack-contrib'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ GEM
361361
ruby2_keywords (0.0.2)
362362
ruby_dep (1.5.0)
363363
safe_yaml (1.0.5)
364-
sentry-raven (2.13.0)
364+
sentry-raven (2.11.3)
365365
faraday (>= 0.7.6, < 1.0)
366366
sidekiq (5.2.9)
367367
connection_pool (~> 2.2, >= 2.2.2)
@@ -481,7 +481,7 @@ DEPENDENCIES
481481
rspec
482482
rspec-its
483483
s3!
484-
sentry-raven
484+
sentry-raven (~> 2.11.3)
485485
sidekiq
486486
simple_states (= 1.0.2)
487487
simplecov

0 commit comments

Comments
 (0)