add terjira to replace jira-node-cli

This commit is contained in:
Morgan Wattiez 2019-08-18 16:26:28 +02:00
parent 7f7f9797e0
commit 9d042bed51
2 changed files with 3 additions and 0 deletions

View File

@ -3,5 +3,6 @@ source 'https://rubygems.org'
gem 'twitter', '~> 6.1.0'
gem 't'
gem 'asciidoctor-pdf'
gem 'terjira'
#Previously installed using
#sudo gem install -n /usr/local/bin asciidoctor-pdf --pre

View File

@ -11,3 +11,5 @@ case "$(uname -s)" in
sudo sh .macos
;;
esac
pip freeze > /Users/morganwattiez/Code/dotfiles/requirements.txt
bundle check