change `require: nil` to `require: false`
require: nil and require: false get same result, but i think we shouldn't write it differently in other places.
Showing
... | @@ -137,7 +137,7 @@ gem 'after_commit_queue' | ... | @@ -137,7 +137,7 @@ gem 'after_commit_queue' |
gem 'acts-as-taggable-on', '~> 3.4' | gem 'acts-as-taggable-on', '~> 3.4' | ||
# Background jobs | # Background jobs | ||
gem 'sinatra', '~> 1.4.4', require: nil | gem 'sinatra', '~> 1.4.4', require: false | ||
gem 'sidekiq', '~> 4.0' | gem 'sidekiq', '~> 4.0' | ||
gem 'sidekiq-cron', '~> 0.4.0' | gem 'sidekiq-cron', '~> 0.4.0' | ||
gem 'redis-namespace' | gem 'redis-namespace' | ||
... | ... |
Please register or sign in to comment