deps: bump cairo to 1.15.10 and pango et al. to 3.1.9

dev
Andy Meneely 2017-11-03 23:20:00 -04:00
parent aee8884a9e
commit 6b5bbaf528
2 changed files with 6 additions and 5 deletions

View File

@ -26,6 +26,7 @@ Bugs:
Chores: Chores:
* Going back to our policy of locking in our dependencies so that we don't have new gems breaking things. * Going back to our policy of locking in our dependencies so that we don't have new gems breaking things.
* Bumped deps, Cairo to 1.15.10 and Pango et al. to 3.1.9
Special thanks to @sparr, @felixleong, @blinks, @vador for all of their work!! Special thanks to @sparr, @felixleong, @blinks, @vador for all of their work!!

View File

@ -29,16 +29,16 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(/^(spec|samples|docs|benchmarks)\//) spec.test_files = spec.files.grep(/^(spec|samples|docs|benchmarks)\//)
spec.require_paths = ['lib'] spec.require_paths = ['lib']
spec.add_runtime_dependency 'cairo', '1.15.9' spec.add_runtime_dependency 'cairo', '1.15.10'
spec.add_runtime_dependency 'classy_hash', '0.2.1' spec.add_runtime_dependency 'classy_hash', '0.2.1'
spec.add_runtime_dependency 'gio2', '3.1.8' spec.add_runtime_dependency 'gio2', '3.1.9'
spec.add_runtime_dependency 'gobject-introspection', '3.1.8' spec.add_runtime_dependency 'gobject-introspection', '3.1.9'
spec.add_runtime_dependency 'highline', '1.7.8' spec.add_runtime_dependency 'highline', '1.7.8'
spec.add_runtime_dependency 'mercenary', '0.3.6' spec.add_runtime_dependency 'mercenary', '0.3.6'
spec.add_runtime_dependency 'nokogiri', '1.8.1' spec.add_runtime_dependency 'nokogiri', '1.8.1'
spec.add_runtime_dependency 'pango', '3.1.8' spec.add_runtime_dependency 'pango', '3.1.9'
spec.add_runtime_dependency 'roo', '2.7.1' spec.add_runtime_dependency 'roo', '2.7.1'
spec.add_runtime_dependency 'rsvg2', '3.1.8' spec.add_runtime_dependency 'rsvg2', '3.1.9'
spec.add_runtime_dependency 'ruby-progressbar', '1.9.0' spec.add_runtime_dependency 'ruby-progressbar', '1.9.0'
spec.add_development_dependency 'bundler' spec.add_development_dependency 'bundler'