diff options
author | Paul Badcock <pbadcock@uniqueltd.com> | 2014-04-11 17:03:41 +0000 |
---|---|---|
committer | Paul Badcock <pbadcock@uniqueltd.com> | 2014-04-11 17:03:41 +0000 |
commit | 993831ff7daa643c2972d3e524dc4f138888d8e9 (patch) | |
tree | 40cb9cab222d40592b1d6d50403f27817eb9c0dc /Gemfile | |
parent | 415c0f4bbe12dbd78bf24d50e66e3092df07fa21 (diff) | |
download | gitlab-ce-993831ff7daa643c2972d3e524dc4f138888d8e9.tar.gz |
Update slack to fix issues with ruby 1.9.3
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ gem "gitlab-flowdock-git-hook", "~> 0.4.2" gem "gemnasium-gitlab-service", "~> 0.2" # Slack integration -gem "slack-notifier", "~> 0.2.0" +gem "slack-notifier", "~> 0.3.2" # d3 gem "d3_rails", "~> 3.1.4" @@ -232,4 +232,4 @@ end group :production do gem "gitlab_meta", '6.0' -end +end
\ No newline at end of file |