Skip to content

Posts tagged ‘gemfiles’

Custom Gemfiles

When I’m writing or collaborating on a gem, I like to use a couple of useful lint tools every now and then. These are good for finding code smells, untested code or hinky syntax.

Gemfile Constraints

You can specify various different constraints in your Gemfiles when requiring other gems: