Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Ruby Gems Gems In Depth Uninstalling Gems

gem uninstall money gem uninstall money -v 0.5.0 are the correct answers to the Ruby Gems quiz. But I don't pass.

Ruby Gems quiz does not seem to validate the answers correctly. Type the command to uninstall the money gem Answer: gem uninstall money Response: Try again

Type the command to uninstall the version 0.5.0 of the money gem Answer: gem uninstall money -v -0.5.0 Response: Try again.

3 Answers

Seth Reece
Seth Reece
32,867 Points

Hi Maya,

Challenge works fine for me. Are you tabbing to the next form element for each word? Also, in your second answer you have a - before your version number. It should be "gem uninstall money -v 0.5.0"

Thank you for the response Seth. Yes. - was a typo. Here is what I typed since gem was already filled in "uninstall money -v 0.5.0"
Am using a mac + safari. Let me try using firefox.

Got it Seth. I was not tabbing to the next form element for each word. Thank you.