manage gem deps using bundler
This commit is contained in:
6
Gemfile
Normal file
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
|
Reference in New Issue
Block a user