Commit 993831ff authored by Paul Badcock's avatar Paul Badcock

Update slack to fix issues with ruby 1.9.3

parent 415c0f4b
...@@ -131,7 +131,7 @@ gem "gitlab-flowdock-git-hook", "~> 0.4.2" ...@@ -131,7 +131,7 @@ gem "gitlab-flowdock-git-hook", "~> 0.4.2"
gem "gemnasium-gitlab-service", "~> 0.2" gem "gemnasium-gitlab-service", "~> 0.2"
# Slack integration # Slack integration
gem "slack-notifier", "~> 0.2.0" gem "slack-notifier", "~> 0.3.2"
# d3 # d3
gem "d3_rails", "~> 3.1.4" gem "d3_rails", "~> 3.1.4"
...@@ -232,4 +232,4 @@ end ...@@ -232,4 +232,4 @@ end
group :production do group :production do
gem "gitlab_meta", '6.0' gem "gitlab_meta", '6.0'
end end
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment