Skip to content

Commit

Permalink
Merge pull request #62 from flash1nho/feature/gemspec1
Browse files Browse the repository at this point in the history
chore(resque helpers): overriding resque helpers to delete deprecated warning messages
  • Loading branch information
Napolskih committed Sep 1, 2015
2 parents 555f1f8 + ab56d96 commit 808dbbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lib/resque/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

require 'resque'

require 'active_support/core_ext/kernel/reporting'

silence_warnings { require 'resque/plugins/meta' }

require 'rails/railtie'
require 'rake'

Expand Down
1 change: 0 additions & 1 deletion lib/resque/integration/application.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding: utf-8
require 'resque/integration'
require 'resque/plugins/meta'
require 'sinatra/base'
require 'multi_json'

Expand Down

0 comments on commit 808dbbd

Please sign in to comment.