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:
parent
589a9caf0a
commit
59eeac2962
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue