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.
This commit is contained in:
bogdanvlviv 2016-07-02 02:37:31 +03:00
parent 589a9caf0a
commit 59eeac2962

View file

@ -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'