add terjira to replace jira-node-cli
This commit is contained in:
parent
7f7f9797e0
commit
9d042bed51
1
Gemfile
1
Gemfile
@ -3,5 +3,6 @@ source 'https://rubygems.org'
|
|||||||
gem 'twitter', '~> 6.1.0'
|
gem 'twitter', '~> 6.1.0'
|
||||||
gem 't'
|
gem 't'
|
||||||
gem 'asciidoctor-pdf'
|
gem 'asciidoctor-pdf'
|
||||||
|
gem 'terjira'
|
||||||
#Previously installed using
|
#Previously installed using
|
||||||
#sudo gem install -n /usr/local/bin asciidoctor-pdf --pre
|
#sudo gem install -n /usr/local/bin asciidoctor-pdf --pre
|
||||||
|
@ -11,3 +11,5 @@ case "$(uname -s)" in
|
|||||||
sudo sh .macos
|
sudo sh .macos
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
pip freeze > /Users/morganwattiez/Code/dotfiles/requirements.txt
|
||||||
|
bundle check
|
||||||
|
Loading…
Reference in New Issue
Block a user