Skip to content

Commit 7cd7431

Browse files
Merge pull request #252 from jskswamy/master
Upgrading nokogiri dependency from 1.6.1 to 1.6.3
2 parents afcbd6b + 3ab6f01 commit 7cd7431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
1818
s.add_runtime_dependency 'awesome_print', '~> 1.2', '>= 1.2.0'
1919
s.add_runtime_dependency 'json', '~> 1.8', '>= 1.8.1'
2020
s.add_runtime_dependency 'toml', '~> 0.0', '>= 0.0.4'
21-
s.add_runtime_dependency 'nokogiri', '~> 1.6.1'
21+
s.add_runtime_dependency 'nokogiri', '~> 1.6.3.1'
2222

2323
s.add_development_dependency 'posix-spawn', '~> 0.3', '>= 0.3.8'
2424
s.add_development_dependency 'hashdiff', '~> 0.2.0'

0 commit comments

Comments
 (0)