Skip to content

Add Gemfile

Andrew Langhorn requested to merge ajlanghorn/mansplaining:add-gemfile into master

For those who manage dependencies for Ruby projects (like me!), this adds a Gemfile so we can bundle install. The two missing dependencies - pp and optparse - are part of the Ruby stdlib/core.

Merge request reports