mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user