diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..fd60818 --- /dev/null +++ b/Gemfile @@ -0,0 +1,11 @@ +source 'https://rubygems.org' + +# required for all scripts +gem 'dotenv' + +# for kumar_asshole +gem 'gmail' + +# for smack_my_bitch_up and hangover +gem 'twilio-ruby' +