Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
Add require: false to whenever gem (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitor Lopez Beltran authored Jan 12, 2019
1 parent e4377b4 commit 741518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'graphql', '1.8.10'

gem 'delayed_job_active_record'
gem 'daemons'
gem "whenever"
gem "whenever", require: false

gem 'puma', '~> 3.0'
gem 'uglifier', '>= 4.0.0'
Expand Down

0 comments on commit 741518b

Please sign in to comment.