Update to fix ruby 1.9.3 issue with slack-notifier
This commit is contained in:
parent
993831ff7d
commit
72e82151f1
1 changed files with 2 additions and 2 deletions
|
@ -462,7 +462,7 @@ GEM
|
||||||
rack-protection (~> 1.4)
|
rack-protection (~> 1.4)
|
||||||
tilt (~> 1.3, >= 1.3.4)
|
tilt (~> 1.3, >= 1.3.4)
|
||||||
six (0.2.0)
|
six (0.2.0)
|
||||||
slack-notifier (0.2.0)
|
slack-notifier (0.3.2)
|
||||||
slim (2.0.2)
|
slim (2.0.2)
|
||||||
temple (~> 0.6.6)
|
temple (~> 0.6.6)
|
||||||
tilt (>= 1.3.3, < 2.1)
|
tilt (>= 1.3.3, < 2.1)
|
||||||
|
@ -662,4 +662,4 @@ DEPENDENCIES
|
||||||
unicorn (~> 4.6.3)
|
unicorn (~> 4.6.3)
|
||||||
unicorn-worker-killer
|
unicorn-worker-killer
|
||||||
version_sorter
|
version_sorter
|
||||||
webmock
|
webmock
|
Loading…
Reference in a new issue