Skip to content

Commit

Permalink
Fixed #12: removed dependency from bundler in resque-status
Browse files Browse the repository at this point in the history
  • Loading branch information
take-five committed Apr 10, 2013
1 parent f0f825c commit 12f5fc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/resque-status
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

# Скрипт для мониторинга состояния resque

require 'bundler/setup'
require 'rubygems'
gem 'resque-integration'

require 'resque'
require 'resque/integration/configuration'

Expand Down

0 comments on commit 12f5fc0

Please sign in to comment.