Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix redis not being uncommented if single quotes are used (#25)
Single quotes are required for non-interpolated string literals on some projects. If the Gemfile has been converted to use single quotes, including commented lines, then `uncomment_lines` will fail to find it.
- Loading branch information