summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorPaul Badcock <pbadcock@uniqueltd.com>2014-04-11 17:04:48 +0000
committerPaul Badcock <pbadcock@uniqueltd.com>2014-04-11 17:04:48 +0000
commit72e82151f16d9053e6aa05cba4eed2ef77fbb912 (patch)
tree3a193e4367b55c32e2e7da173faadfaa4e220f13 /Gemfile.lock
parent993831ff7daa643c2972d3e524dc4f138888d8e9 (diff)
downloadgitlab-ce-72e82151f16d9053e6aa05cba4eed2ef77fbb912.tar.gz
Update to fix ruby 1.9.3 issue with slack-notifier
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 0407538e846..7682540eba0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -462,7 +462,7 @@ GEM
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
six (0.2.0)
- slack-notifier (0.2.0)
+ slack-notifier (0.3.2)
slim (2.0.2)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
@@ -662,4 +662,4 @@ DEPENDENCIES
unicorn (~> 4.6.3)
unicorn-worker-killer
version_sorter
- webmock
+ webmock \ No newline at end of file