diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2015-12-18 19:47:09 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2015-12-18 19:47:09 +0300 |
| commit | 7f1b753669d25b82d8bc4bea9c3eeb8aa23ca6c4 (patch) | |
| tree | c3b21780a4de793700263e25681ae7846baca345 /rabbitmq-components.mk | |
| parent | 4c1e9d2a7c50756daf73a449b2c834f2f3055373 (diff) | |
| download | rabbitmq-server-git-7f1b753669d25b82d8bc4bea9c3eeb8aa23ca6c4.tar.gz | |
Update rabbitmq-components.mk
Diffstat (limited to 'rabbitmq-components.mk')
| -rw-r--r-- | rabbitmq-components.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk index 8c5d09e4de..3eb56d4fde 100644 --- a/rabbitmq-components.mk +++ b/rabbitmq-components.mk @@ -68,12 +68,12 @@ dep_toke = git_rmq toke $(current_rmq_ref) $(base_r dep_rabbitmq_public_umbrella = git_rmq rabbitmq-public-umbrella $(current_rmq_ref) $(base_rmq_ref) -# FIXME: As of 2015-11-20, we depend on Ranch 1.2.0, but erlang.mk +# FIXME: As of 2015-11-20, we depend on Ranch 1.2.1, but erlang.mk # defaults to Ranch 1.1.0. All projects depending indirectly on Ranch # needs to add "ranch" as a BUILD_DEPS. The list of projects needing # this workaround are: # o rabbitmq-web-stomp -dep_ranch = git https://github.com/ninenines/ranch 1.2.0 +dep_ranch = git https://github.com/ninenines/ranch 1.2.1 RABBITMQ_COMPONENTS = amqp_client \ rabbit \ |
