Add xray-rails in dev mode

This commit is contained in:
Mathieu Magnin 2017-01-18 13:59:14 +01:00
parent 5b99c18b67
commit d5e4f45d7d
4 changed files with 11 additions and 4 deletions

View file

@ -121,6 +121,8 @@ group :development do
gem 'web-console'
gem 'rack-handlers'
gem 'xray-rails'
end
group :development, :test do
@ -153,4 +155,3 @@ end
group :production, :staging do
gem 'sentry-raven'
end