This gem allow you to add to the clipboard latest semantic versions of specified gems from terminal.
Then you can past them to Gemfile
. Giphy here.
gem install rgversion
No further actions required.
You may need to install xclip
for clipboard feature:
sudo apt-get install xclip
Open terminal and execute rgversion
with list of needed gems. E.g:
rgversion rails puma pg
Then just past your clipboard to Gemfile
.
Rgversion is released under the MIT License.