-
- Downloads
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
Showing
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 4 additions, 0 deletionsGemfile.lock
- config/environments/production.rb 6 additions, 1 deletionconfig/environments/production.rb
- sample.env 8 additions, 0 deletionssample.env
- spec/controllers/rooms_controller_spec.rb 3 additions, 3 deletionsspec/controllers/rooms_controller_spec.rb
... | ... | @@ -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] | ||
... | ... |
Please register or sign in to comment