Unable to activate sinatra-contrib-1.4.0

Hi Guys,

I am new to Ruby and currently trying to develop an existing Ruby
project (Sinatra based framework) in my company

I have installed the pre-requisites to rake and rackup,but only to find
this conflicts

"…ruby/2.0.0/rubygems/specification.rb:1990: in ‘raise_if_conflicts’:
Unable to activate sinatra-contrib-1.4.0, because sinatra-1.2.6
conflicts with sinatra <~> 1.4.2> (Gem:: LoadError) "

Sounds like even though I have the latest version somehow something is
still using the old version, how do I fix this please?

Thank you!

This problem is fixed.

It turns out that an isolate file contains the following that makes it
conflicts

gem “sinatra”, “1.2.6”

changing it to

gem “sinatra”, “1.4.3”

will fix it.

On Jul 7, 2013, at 10:01 PM, Willyam A. [email protected] wrote:

will fix it.


Posted via http://www.ruby-forum.com/.

It would be very helpful if you told the sinatra folks, if you haven’t
already? Or even make a pull-request.