First, thank you for the great gem!
When I added the wannabe_bool gem to my project, I noticed that I was unable to access the Rails console in production. After digging in, it appeared that my project was falling back to the bin/console in the wannabe_bool gem.
Of course, I could always add my own bin/console in my project, but I thought it would be nice to remove the dependency on Pry in production in the gem itself.
I've created #15 to address the issue. It was a bit tricky to test, so just the changes. Please let me know if you have any feedback.
First, thank you for the great gem!
When I added the
wannabe_boolgem to my project, I noticed that I was unable to access the Rails console in production. After digging in, it appeared that my project was falling back to thebin/consolein thewannabe_boolgem.Of course, I could always add my own
bin/consolein my project, but I thought it would be nice to remove the dependency on Pry in production in the gem itself.I've created #15 to address the issue. It was a bit tricky to test, so just the changes. Please let me know if you have any feedback.