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

@@ -2,11 +2,9 @@ before_install:
- sudo apt-get install libicu-dev -y
- gem update --system 2.1.11
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.1
- ree
notifications:
disabled: true

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