gorilla

2017-07-03T20:01:02.159944Z

hello! I'm trying to upgrade gorilla-repl to 1.9.0-alpha16, because I'd like to use specs in my project. However I'm having an issue due to a hidden dependency to a really old version of ring (1.2.2)

2017-07-03T20:01:26.166048Z

this only comes in when I do the actual lein gorilla :port 9000 call

2017-07-03T20:02:08.176902Z

so lein deps etc doesn't pull it in on my project (which refers to the lein-gorilla plugin with normally the right dependency), but actually running gorilla-repl from command line pulls in old dependencies

2017-07-03T20:02:18.179358Z

bit stumped at this point - any ideas?