diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-25 16:18:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-25 16:18:22 +0200 |
commit | 3c1022f9b118f004c421f212e55acbe1d4ff3954 (patch) | |
tree | fd9fe416b1a0fc20489fc48e86d0480b55794b59 /Gemfile | |
parent | 64db738f9de3839090eef6a862581a0e72f6540d (diff) | |
download | gitlab-ce-3c1022f9b118f004c421f212e55acbe1d4ff3954.tar.gz |
No resque errors
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ gem "acts-as-taggable-on", "2.3.3" gem "draper", "~> 0.18.0" # Background jobs -gem "resque", "~> 1.23.0" +gem "resque", git: "https://github.com/defunkt/resque.git", ref: "9ef4700306dd946a3ac000612428967ce0c32213" gem 'resque_mailer' # HTTP requests |