Skip to content

Commit 00164c9

Browse files
committed
deps: bump to latest
1 parent f581033 commit 00164c9

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Squib CHANGELOG
22
Squib follows [semantic versioning](http://semver.org).
33

4+
## v0.13.2 / 2017-01-27
5+
6+
Bugs:
7+
* Bump dependencies to latest stable versions. Pango et al. to 3.1.1 and Cairo to 1.15.5. This fixes some compatibility issues we noticed on Linux and Macs.
8+
49
## v0.13.1 / 2017-01-06
510

611
Bugs:

squib.gemspec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@ 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.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
32+
spec.add_runtime_dependency 'cairo', '~> 1.15.5'
33+
spec.add_runtime_dependency 'gio2', '~> 3.1.1'
34+
spec.add_runtime_dependency 'gobject-introspection', '~> 3.1.1'
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.1.1' # NOT 3.1.0 - broken on Linux
37+
spec.add_runtime_dependency 'pango', '~> 3.1.1'
3838
spec.add_runtime_dependency 'roo', '~> 2.7.0'
39-
spec.add_runtime_dependency 'rsvg2', '~> 3.1.1' # NOT 3.1.0 - broken on Linux
39+
spec.add_runtime_dependency 'rsvg2', '~> 3.1.1'
4040
spec.add_runtime_dependency 'ruby-progressbar', '~> 1.8'
4141

42-
4342
spec.add_development_dependency 'bundler', '~> 1.13'
4443
spec.add_development_dependency 'rake'
4544
spec.add_development_dependency 'rspec', '~> 3.3'

0 commit comments

Comments
 (0)