Closed fabianorosa1 closed 11 years ago
I've changed the siriproxy.gemspec, but when I execute siriproxy bundle
it shows 0.6.0.
So I tried gem install --version '= 0.5.4' rubydns
, but again, when I ran siriproxy bundle
, it installed 0.6.0. :(
fixed in SP 0.5.3. perform sirproxy update
from 0.5.2 to fix.
Hi, when I run the command "siryproxy update", it's download the version 0.6.0 of RubyDNS gem, and it's throw a exception in SiriProxy when run it!
I think you have to put the version "0.5.4" in siriproxy.gemspec file:
s.add_runtime_dependency "rubydns", "=0.5.4"
I did it and solve for me!