The command...
gem install Sipper-Win-2.0.0.gem
...results in...
ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: Sipper requires log4r (= 1.0.5)
While the command...
gem install log4r --version 1.0.5
...results in...
ERROR: Could not find a valid gem 'log4r' (= 1.0.5) in any repository
ERROR: Possible alternatives: log4r
A quick look at the log4r web site (http://rubygems.org/gems/log4r/versions) shows that they appear to maintain copies
only to version 1.0.6. |