Bump escape_utils to ~> 1.2.0 (#3981)

There are very few changes between 1.1.x and 1.2.x, and I can't see any
that would indicate this would break anything. It does however fix
https://github.com/github/linguist/issues/3797 and
https://github.com/github/linguist/issues/3649 thus allowing peeps to
install Linguist on Windows using rubyinstaller2.
This commit is contained in:
Colin Seymour
2018-01-18 09:53:50 +00:00
committed by GitHub
parent 4db659dede
commit 4c1e61892a

View File

@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.extensions = ['ext/linguist/extconf.rb']
s.add_dependency 'charlock_holmes', '~> 0.7.5'
s.add_dependency 'escape_utils', '~> 1.1.0'
s.add_dependency 'escape_utils', '~> 1.2.0'
s.add_dependency 'mime-types', '>= 1.19'
s.add_dependency 'rugged', '>= 0.25.1'