Skip to content

Commit

Permalink
Merge pull request #61 from artofhuman/master
Browse files Browse the repository at this point in the history
fix: undefined method `silence_warnings'` for main:Object
  • Loading branch information
Napolskih committed Sep 1, 2015
2 parents 808dbbd + e07a446 commit 771bb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque/integration/unique.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require 'active_support/core_ext/module/aliasing'

require 'resque/plugins/lock'
silence_warnings { require 'resque/plugins/progress' } # suppress Resque::Helpers warn
require 'resque/plugins/progress'

module Resque
module Integration
Expand Down

0 comments on commit 771bb8c

Please sign in to comment.