File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ Gem::Specification.new do |spec|
2929 spec . test_files = spec . files . grep ( /^(spec|samples|docs|benchmarks)\/ / )
3030 spec . require_paths = [ 'lib' ]
3131
32- spec . add_runtime_dependency 'cairo' , '1.15.3 ' # Locked in
33- spec . add_runtime_dependency 'gio2' , '3.0.9 ' # for bug 172 # NOT 3.1.0 - broken on Linux
34- spec . add_runtime_dependency 'gobject-introspection' , '3.0.9 ' # NOT 3.1.0 - broken on Linux
32+ spec . add_runtime_dependency 'cairo' , '~> 1.15.4 ' # Locked in
33+ spec . add_runtime_dependency 'gio2' , '~> 3.1.1 ' # for bug 172 # NOT 3.1.0 - broken on Linux
34+ spec . add_runtime_dependency 'gobject-introspection' , '~> 3.1.1 ' # NOT 3.1.0 - broken on Linux
3535 spec . add_runtime_dependency 'mercenary' , '~> 0.3.4'
3636 spec . add_runtime_dependency 'nokogiri' , '~> 1.7.0'
37- spec . add_runtime_dependency 'pango' , '3.0.9 ' # NOT 3.1.0 - broken on Linux
37+ spec . add_runtime_dependency 'pango' , '~> 3.1.1 ' # NOT 3.1.0 - broken on Linux
3838 spec . add_runtime_dependency 'roo' , '~> 2.7.0'
39- spec . add_runtime_dependency 'rsvg2' , '3.0.9 ' # NOT 3.1.0 - broken on Linux
39+ spec . add_runtime_dependency 'rsvg2' , '~> 3.1.1 ' # NOT 3.1.0 - broken on Linux
4040 spec . add_runtime_dependency 'ruby-progressbar' , '~> 1.8'
4141
4242
You can’t perform that action at this time.
0 commit comments