Hi,
On one of servers I do have following linecache installed:
gem list linecache19
*** LOCAL GEMS ***
linecache19 (0.5.13)
Here is error message that I got from one of programs:
/var/lib/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/spec_set.rb:92:in
`block in materialize’: Could not find linecache19-0.5.12 in any of the
sources (Bundler::GemNotFound)
Why it is trying to use different version of linecache and how to
configure it to use one that is installed ?
Thanks.
Dusan
On Fri, Mar 22, 2013 at 10:12 AM, Dusan D. [email protected] wrote:
/var/lib/gems/1.9.1/gems/bundler-1.3.4/lib/bundler/spec_set.rb:92:in
`block in materialize’: Could not find linecache19-0.5.12 in any of the
sources (Bundler::GemNotFound)
Why it is trying to use different version of linecache and how to
configure it to use one that is installed ?
It looks like one of those Ruby apps has a Gemfile specifying that
specific version. You may want to talk with the developer(s) of the
apps about whether newer versions can be used.
Am 23.03.2013 18:15, schrieb Eric C.:
you could also install the specified version of linecache19:
gem install linecache19 -v 0.5.12