GRN-73: Added settings for externalizing logs (#441)

* Added settoings for externalizing logs

* Fix for passing rubocop

* Attempt to fix jenkins fail

* Final Jenkins fix
This commit is contained in:
Jesus Federico
2019-04-08 16:06:14 -04:00
committed by GitHub
parent 154bb883b6
commit 57aa72ecee
5 changed files with 23 additions and 6 deletions

View File

@ -91,7 +91,6 @@ group :test do
gem 'faker'
gem "factory_bot_rails"
gem 'webmock'
# Ruby linting.
gem 'rubocop'
end
@ -100,12 +99,13 @@ group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '~> 3.0.5'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
gem 'remote_syslog_logger'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]