Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

False negative for a gem #33

Open
martinstreicher opened this issue Dec 6, 2018 · 2 comments
Open

False negative for a gem #33

martinstreicher opened this issue Dec 6, 2018 · 2 comments

Comments

@martinstreicher
Copy link

martinstreicher commented Dec 6, 2018

gemsurance reports gems sourced from github are out of date though the version numbers are identical.

gem 'activeadmin-select2', github: 'mfairburn/activeadmin-select2'
gem 'by_star', github: 'radar/by_star'
activeadmin-select2 | 0.1.8 | 0.1.8 | Out of Date  
by_star             | 3.0.0 | 3.0.0 | Out of Date |  
@martinstreicher
Copy link
Author

I also have this issue with some gems sourced from RubyGems and marked out of date...

cucumber-core | 3.2.1 | 4.0.0 | Out of Date |  
$ bundle update cucumber-core
...
Bundler attempted to update cucumber-core but its version stayed the same
$

@jonkessler
Copy link
Contributor

This is listed in the README as a TODO. We don’t really support version checking for gems specified via the git mechanism. As for your second comment, are you sure you don’t have that gem locked down locally?

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

2 participants