Dropping < 1.9.2

This commit is contained in:
Arfon Smith
2014-05-02 15:07:09 -05:00
parent 7e81a9e50b
commit 84e43d7d3f
2 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +1,2 @@
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