pdd.gemspec in pdd-0.20.4 vs pdd.gemspec in pdd-0.20.5

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (c) 2014-2018 Yegor Bugayenko +# Copyright (c) 2014-2019 Yegor Bugayenko # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the 'Software'), to deal # in the Software without restriction, including without limitation the rights # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell @@ -42,10 +42,10 @@ s.files = `git ls-files`.split($RS) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.rdoc_options = ['--charset=UTF-8'] s.extra_rdoc_files = ['README.md', 'LICENSE.txt'] - s.add_runtime_dependency 'nokogiri', '1.8.2' + s.add_runtime_dependency 'nokogiri', '1.10.3' s.add_runtime_dependency 'rainbow', '~>3.0' s.add_runtime_dependency 'slop', '4.6.1' s.add_development_dependency 'codecov', '0.1.10' s.add_development_dependency 'cucumber', '3.1.0' s.add_development_dependency 'minitest', '5.5.0'