Open thilp opened 8 years ago
Currently someone who clones vlb's repository has to either:
This is unsatisfactory. If we were using bundler, we would just need to run bundle install to have all required gems installed.
bundle install
Required gems for a fresh install with ruby-2.3.1 through rvm are:
cinch
httpclient
damerau-levenshtein
addressable
Currently someone who clones vlb's repository has to either:
This is unsatisfactory. If we were using bundler, we would just need to run
bundle install
to have all required gems installed.