Commit 59eeac29 authored by bogdanvlviv's avatar bogdanvlviv

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.
parent 589a9caf
......@@ -137,7 +137,7 @@ gem 'after_commit_queue'
gem 'acts-as-taggable-on', '~> 3.4'
# Background jobs
gem 'sinatra', '~> 1.4.4', require: nil
gem 'sinatra', '~> 1.4.4', require: false
gem 'sidekiq', '~> 4.0'
gem 'sidekiq-cron', '~> 0.4.0'
gem 'redis-namespace'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment