Commit 993831ff7daa643c2972d3e524dc4f138888d8e9
1 parent
415c0f4b
Exists in
spb-stable
and in
3 other branches
Update slack to fix issues with ruby 1.9.3
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile
... | ... | @@ -131,7 +131,7 @@ gem "gitlab-flowdock-git-hook", "~> 0.4.2" |
131 | 131 | gem "gemnasium-gitlab-service", "~> 0.2" |
132 | 132 | |
133 | 133 | # Slack integration |
134 | -gem "slack-notifier", "~> 0.2.0" | |
134 | +gem "slack-notifier", "~> 0.3.2" | |
135 | 135 | |
136 | 136 | # d3 |
137 | 137 | gem "d3_rails", "~> 3.1.4" |
... | ... | @@ -232,4 +232,4 @@ end |
232 | 232 | |
233 | 233 | group :production do |
234 | 234 | gem "gitlab_meta", '6.0' |
235 | 235 | -end |
236 | +end | |
236 | 237 | \ No newline at end of file | ... | ... |