Closed gudata closed 10 years ago
The easiest is to set your Gemfile to an older version like this:
gem "twitter-bootstrap-rails", "= 2.0.7"
No need to use git for that sort of thing.
I use http://rubygems.org/gems/twitter-bootstrap-rails to check the versions but I can't view the changes in github. That is why I though it would good idea to introduce the versions in the git also in the form of branches or tags.
Regards
I saw that twitter-bootstrap-rails has a lot of versions in rubygems but there are no branches/tags in git. How one can check which version to which git ref match? I want to bind my Gemfile to certain version, and before updating it I want to compare the two versions to see the changes.