Stuck as to what dependency is calling for cucumber 0.4.4 - we want to stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac /usr/bin/ruby.exe -I "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/lib:lib" "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/bin/cucumber" --color --tags ~@wip --strict --format pretty Missing these required gems: cucumber >= 0.4.4 You''re running: ruby 1.8.7.72 at /usr/bin/ruby.exe rubygems 1.3.5 at /home/peter.ritchie/.gem/ruby/1.8, /usr/lib/ruby/gems/1.8 Any help would be appreciated -- Posted via http://www.ruby-forum.com/.
> Stuck as to what dependency is calling for cucumber 0.4.4 -config/environments/cucumber.rb? (Failing that - search for the string "0.4.4" among your project''s files)> we want to > stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac >What''s stopping you from running 0.4.4? In any case, if you need 0.4.3: gem uninstall cucumber gem install cucumber 0.4.3 script/generate cucumber> > > /usr/bin/ruby.exe -I > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/lib:lib" > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/bin/cucumber" --color --tags > ~@wip --strict --format pretty > Missing these required gems: > ?cucumber ?>= 0.4.4 > > You''re running: > ?ruby 1.8.7.72 at /usr/bin/ruby.exe > ?rubygems 1.3.5 at /home/peter.ritchie/.gem/ruby/1.8, > /usr/lib/ruby/gems/1.8 > > > Any help would be appreciated > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
> Stuck as to what dependency is calling for cucumber 0.4.4 - we want to > stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac >Cucumber has its own mailing list: http://groups.google.com/group/cukes> > > /usr/bin/ruby.exe -I > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/lib:lib" > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.3/bin/cucumber" --color --tags > ~@wip --strict --format pretty > Missing these required gems: > ?cucumber ?>= 0.4.4 > > You''re running: > ?ruby 1.8.7.72 at /usr/bin/ruby.exe > ?rubygems 1.3.5 at /home/peter.ritchie/.gem/ruby/1.8, > /usr/lib/ruby/gems/1.8 > > > Any help would be appreciated > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Aslak Helles?y wrote:>> Stuck as to what dependency is calling for cucumber 0.4.4 - > > config/environments/cucumber.rb? > > (Failing that - search for the string "0.4.4" among your project''s > files) > >> we want to >> stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac >> > > What''s stopping you from running 0.4.4? > > In any case, if you need 0.4.3: > > gem uninstall cucumber > gem install cucumber 0.4.3 > script/generate cucumberThank you for that, I have searched for 0.4.4 in the project and no instance. Main collaborator is using 0.4.3 but we are updating to see if it fixes it. Many thanks and for link to cucumber list. Peter -- Posted via http://www.ruby-forum.com/.
Peter Ritchie wrote:> Aslak Helles?y wrote: >>> Stuck as to what dependency is calling for cucumber 0.4.4 - >> >> config/environments/cucumber.rb? >> >> (Failing that - search for the string "0.4.4" among your project''s >> files) >> >>> we want to >>> stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac >>> >> >> What''s stopping you from running 0.4.4? >> >> In any case, if you need 0.4.3: >> >> gem uninstall cucumber >> gem install cucumber 0.4.3 >> script/generate cucumber > > Thank you for that, I have searched for 0.4.4 in the project and no > instance. > > Main collaborator is using 0.4.3 but we are updating to see if it fixes > it. Many thanks and for link to cucumber list. > > PeterWe updated to run 0.4.4 which has moved the problem on. We now get /usr/bin/ruby.exe -I "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.4/lib:lib" "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.4/bin/cucumber" --color --tags ~@wip --strict --format pretty undefined local variable or method `capture_model'' for main:Object (NameError) ./features/step_definitions/pickle_steps.rb:4 It only happens on Windows - works fine on Mac I posted this problem on Cuke but it does not seem to have got past the moderator (at least it has not appeared). Thanks Peter -- Posted via http://www.ruby-forum.com/.
On 24 Nov 2009, at 11:01, Peter Ritchie wrote:> Peter Ritchie wrote: >> Aslak Helles?y wrote: >>>> Stuck as to what dependency is calling for cucumber 0.4.4 - >>> >>> config/environments/cucumber.rb? >>> >>> (Failing that - search for the string "0.4.4" among your project''s >>> files) >>> >>>> we want to >>>> stick to 0.4.3 but Cygwin installation not allowing it - OK on Mac >>>> >>> >>> What''s stopping you from running 0.4.4? >>> >>> In any case, if you need 0.4.3: >>> >>> gem uninstall cucumber >>> gem install cucumber 0.4.3 >>> script/generate cucumber >> >> Thank you for that, I have searched for 0.4.4 in the project and no >> instance. >> >> Main collaborator is using 0.4.3 but we are updating to see if it >> fixes >> it. Many thanks and for link to cucumber list. >> >> Peter > > We updated to run 0.4.4 which has moved the problem on. We now get > > /usr/bin/ruby.exe -I > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.4/lib:lib" > "/usr/lib/ruby/gems/1.8/gems/cucumber-0.4.4/bin/cucumber" --color -- > tags > ~@wip --strict --format pretty > undefined local variable or method `capture_model'' for main:Object > (NameError) > ./features/step_definitions/pickle_steps.rb:4 > > It only happens on Windows - works fine on Mac > > I posted this problem on Cuke but it does not seem to have got past > the > moderator (at least it has not appeared).Everyone head over to... http://groups.google.com/group/cukes/browse_thread/thread/de6e8cdf8585f9ca cheers, Matt http://mattwynne.net +447974 430184