[#720] Use = to show the explicit dependency

This commit is contained in:
Eric Davis 2011-12-01 15:58:05 -08:00
parent 8fc2b72740
commit f179fea7bf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ gem "i18n", "~> 0.4.2"
gem "rubytree", "~> 0.5.2", :require => 'tree'
gem "rdoc", ">= 2.4.2"
gem "liquid", "~> 2.3.0"
gem "acts-as-taggable-on", "2.1.0"
gem "acts-as-taggable-on", "= 2.1.0"
# Needed only on RUBY_VERSION = 1.8, ruby 1.9+ compatible interpreters should bring their csv
gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18]