diff --git a/Gemfile b/Gemfile index fef273e..165a537 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/dot_scripts/reload.sh b/dot_scripts/reload.sh index b8a47aa..5960dfa 100755 --- a/dot_scripts/reload.sh +++ b/dot_scripts/reload.sh @@ -11,3 +11,5 @@ case "$(uname -s)" in sudo sh .macos ;; esac +pip freeze > /Users/morganwattiez/Code/dotfiles/requirements.txt +bundle check