[#720] Use = to show the explicit dependency
This commit is contained in:
parent
8fc2b72740
commit
f179fea7bf
2
Gemfile
2
Gemfile
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue