manage gem deps using bundler

This commit is contained in:
Morgan Wattiez
2019-08-09 04:02:55 +02:00
parent e174170a45
commit 920abe6bec
4 changed files with 12 additions and 4 deletions

6
Gemfile Normal file

@ -0,0 +1,6 @@
source 'https://rubygems.org'
# Install Twitter CLI https://github.com/sferik/t
gem 't'
gem 'asciidoctor-pdf'
#Previously installed using
#sudo gem install -n /usr/local/bin asciidoctor-pdf --pre