Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Gemfly – Update your Gemfile gems (findings.co)
2 points by hapiben on July 29, 2015 | hide | past | favorite | 4 comments


keep getting

    `Failed to load resource: the server responded with a status of 503 (Service Unavailable)`
how is it different from bundle update


Sorry about that. It's currently hosted on Heroku with limited dynos. I'm planning to move it into a VPS today.

Gemfly does a simple thing compared to bundle update. The purpose is to replace the versions of your gems in your Gemfile with the latest one. It also adds version if it doesn't have one.

If you have this gem: gem 'rails', '~> 3.2.12'

It will become: gem 'rails', '~> 4.2.3'

If you have: gem 'rails'

It will become: gem 'rails', '~> 4.2.3'

It's recommended to put versions in your Gemfile specially if you're updating to a major version.


does it check conflicts in dependencies


It doesn't do that yet. Sounds like a good feature to add. :-)

I'm happy to merge pull requests as this tool is not just for me but for everyone.

https://github.com/benedictaluan/gemfly




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: