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)
this only comes in when I do the actual lein gorilla :port 9000
call
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
bit stumped at this point - any ideas?