deps: bump cairo to 1.15.10 and pango et al. to 3.1.9
parent
aee8884a9e
commit
6b5bbaf528
|
|
@ -26,6 +26,7 @@ Bugs:
|
|||
|
||||
Chores:
|
||||
* 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!!
|
||||
|
||||
|
|
|
|||
|
|
@ -29,16 +29,16 @@ Gem::Specification.new do |spec|
|
|||
spec.test_files = spec.files.grep(/^(spec|samples|docs|benchmarks)\//)
|
||||
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 'gio2', '3.1.8'
|
||||
spec.add_runtime_dependency 'gobject-introspection', '3.1.8'
|
||||
spec.add_runtime_dependency 'gio2', '3.1.9'
|
||||
spec.add_runtime_dependency 'gobject-introspection', '3.1.9'
|
||||
spec.add_runtime_dependency 'highline', '1.7.8'
|
||||
spec.add_runtime_dependency 'mercenary', '0.3.6'
|
||||
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 'rsvg2', '3.1.8'
|
||||
spec.add_runtime_dependency 'rsvg2', '3.1.9'
|
||||
spec.add_runtime_dependency 'ruby-progressbar', '1.9.0'
|
||||
|
||||
spec.add_development_dependency 'bundler'
|
||||
|
|
|
|||
Loading…
Reference in New Issue