Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

outdated says gems are outdated when they are not #1174

Closed
indirect opened this issue May 16, 2011 · 0 comments
Closed

outdated says gems are outdated when they are not #1174

indirect opened this issue May 16, 2011 · 0 comments

Comments

@indirect
Copy link
Member

[andre ~/sw/gems/bundler-testcases/i912]$ cat Gemfile
source :rubygems

gem 'rdoc', '>= 2.5.10'
gem 'horo', '>= 1.0.2'
[andre ~/sw/gems/bundler-testcases/i912]$ cat Gemfile.lock
GEM
  remote: http://rubygems.org/
  specs:
    horo (1.0.3)
      rdoc (>= 2.5)
    rdoc (3.6.1)

PLATFORMS
  ruby

DEPENDENCIES
  horo (>= 1.0.2)
  rdoc (>= 2.5.10)
[andre ~/sw/gems/bundler-testcases/i912]$ dbundle outdated
Fetching source index for http://rubygems.org/
rdoc (3.6.1 > 2.5.11) 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant