force escape_utils 0.3.2 on ruby < 1.9.3

This commit is contained in:
Charlie Somerville
2013-12-03 16:42:18 +11:00
parent 3887acd915
commit 017c6fd3f2

View File

@@ -1,2 +1,7 @@
source 'https://rubygems.org'
gemspec
if RUBY_VERSION < "1.9.3"
# escape_utils 1.0.0 requires 1.9.3 and above
gem "escape_utils", "0.3.2"
end