plamoni / SiriProxy

A (tampering) proxy server for Apple's Siri
GNU General Public License v3.0
2.12k stars 343 forks source link

RubyDNS gem version #486

Closed fabianorosa1 closed 11 years ago

fabianorosa1 commented 11 years ago

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!

suhajdab commented 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. :(

elvisimprsntr commented 11 years ago

fixed in SP 0.5.3. perform sirproxy update from 0.5.2 to fix.