Update sentry-raven to 0.15.6
This commit is contained in:
parent
7c80998536
commit
8a6bd6d2b4
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -218,7 +218,7 @@ gem 'virtus', '~> 1.0.1'
|
||||||
gem 'net-ssh', '~> 3.0.1'
|
gem 'net-ssh', '~> 3.0.1'
|
||||||
|
|
||||||
# Sentry integration
|
# Sentry integration
|
||||||
gem 'sentry-raven'
|
gem 'sentry-raven', '~> 0.15'
|
||||||
|
|
||||||
# Metrics
|
# Metrics
|
||||||
group :metrics do
|
group :metrics do
|
||||||
|
|
|
@ -722,7 +722,7 @@ GEM
|
||||||
activesupport (>= 3.1, < 4.3)
|
activesupport (>= 3.1, < 4.3)
|
||||||
select2-rails (3.5.9.3)
|
select2-rails (3.5.9.3)
|
||||||
thor (~> 0.14)
|
thor (~> 0.14)
|
||||||
sentry-raven (0.15.4)
|
sentry-raven (0.15.6)
|
||||||
faraday (>= 0.7.6)
|
faraday (>= 0.7.6)
|
||||||
settingslogic (2.0.9)
|
settingslogic (2.0.9)
|
||||||
sexp_processor (4.6.0)
|
sexp_processor (4.6.0)
|
||||||
|
@ -1007,7 +1007,7 @@ DEPENDENCIES
|
||||||
sdoc (~> 0.3.20)
|
sdoc (~> 0.3.20)
|
||||||
seed-fu (~> 2.3.5)
|
seed-fu (~> 2.3.5)
|
||||||
select2-rails (~> 3.5.9)
|
select2-rails (~> 3.5.9)
|
||||||
sentry-raven
|
sentry-raven (~> 0.15)
|
||||||
settingslogic (~> 2.0.9)
|
settingslogic (~> 2.0.9)
|
||||||
sham_rack
|
sham_rack
|
||||||
shoulda-matchers (~> 2.8.0)
|
shoulda-matchers (~> 2.8.0)
|
||||||
|
|
Loading…
Reference in a new issue