Rails - How to find tilt version?

114 views Asked by At

Gem tilt is used with sprockets for Rails assets precompile. We are having hard time to find the version running on our Rails 4 app as tilt --version returns version unknown:

$ tilt --version
tilt: version unknown

tilt --help give no info about how to find version. Is there way to find tilt version?

1

There are 1 answers

0
steve klein On BEST ANSWER

Use bundle show to get the versions of your installed gems. For a particular gem, like tilt, you can use bundle show tilt.