As a developer
I would like to be able to do
and veye would look up what are the latest versions of my Gems and replace it in the Gemfile.
I then would run
bundle install
git commit Gemfile Gemfile.lock -m"updated gems to latest versions"
git push origin
when I then reparse the project, versioneye.com would then say "dependencies are up to date"
As a developer
I would like to be able to do
and veye would look up what are the latest versions of my Gems and replace it in the Gemfile.
I then would run
when I then reparse the project, versioneye.com would then say "dependencies are up to date"