Makefile in twilio-ruby-5.39.1 vs Makefile in twilio-ruby-5.39.2

- old
+ new

@@ -2,10 +2,10 @@ githooks: ln -sf ../../githooks/pre-commit .git/hooks/pre-commit install: githooks - bundle install; bundle exec rake install + bundle install --with development; bundle exec rake install test: lint bundle exec rake spec lint: