You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest to add an option to gemrat, that will just print the line that would be added instead of inserting it into the Gemfile. This could be very useful in a vim plugin for example, just type :Gemrat sinatra and it will insert the correct version at the line your currently at. This will solve the problem for people that have a very strict order in their Gemfile 😄
Not sure yet how to name this option. Maybe --dry or --print?
The text was updated successfully, but these errors were encountered:
I suggest to add an option to gemrat, that will just print the line that would be added instead of inserting it into the Gemfile. This could be very useful in a vim plugin for example, just type
:Gemrat sinatra
and it will insert the correct version at the line your currently at. This will solve the problem for people that have a very strict order in their Gemfile 😄Not sure yet how to name this option. Maybe
--dry
or--print
?The text was updated successfully, but these errors were encountered: