git urls are still better than http ones :P, close #2915
This commit is contained in:
parent
d54ff5f341
commit
0430d940f1
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -82,7 +82,7 @@ gem 'ruby-oembed'
|
|||
# queue
|
||||
|
||||
gem 'resque', '1.19.0'
|
||||
gem 'resque-ensure-connected', :git => 'https://github.com/socialcast/resque-ensure-connected.git'
|
||||
gem 'resque-ensure-connected', :git => 'git://github.com/socialcast/resque-ensure-connected.git'
|
||||
gem 'resque-timeout', '1.0.0'
|
||||
gem 'SystemTimer', '1.2.3', :platforms => :ruby_18
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ GIT
|
|||
sinatra
|
||||
|
||||
GIT
|
||||
remote: https://github.com/socialcast/resque-ensure-connected.git
|
||||
remote: git://github.com/socialcast/resque-ensure-connected.git
|
||||
revision: 8ac0f9e4658495097fb333a93db81d54ba9a5311
|
||||
specs:
|
||||
resque-ensure-connected (0.2.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue