Skip to content

Commit 88b9757

Browse files
authored
Merge pull request #81 from openxml/bump-version-0.11.5
Bumped version to 0.11.5
2 parents 8dc1f8a + 62a14b9 commit 88b9757

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
openxml-docx (0.11.4)
4+
openxml-docx (0.11.5)
55
nokogiri
66
openxml-drawingml
77
openxml-package (>= 0.2.2)
@@ -15,17 +15,17 @@ GEM
1515
docile (1.4.0)
1616
method_source (1.0.0)
1717
mini_portile2 (2.8.0)
18-
nokogiri (1.13.4)
18+
nokogiri (1.13.8)
1919
mini_portile2 (~> 2.8.0)
2020
racc (~> 1.4)
21-
openxml-drawingml (0.2.1)
21+
openxml-drawingml (0.3.0)
2222
nokogiri
2323
openxml-package (~> 0.3.2)
2424
openxml-package (0.3.4)
2525
nokogiri
2626
ox
2727
rubyzip
28-
ox (2.14.6)
28+
ox (2.14.11)
2929
pry (0.13.1)
3030
coderay (~> 1.1)
3131
method_source (~> 1.0)
@@ -67,4 +67,4 @@ DEPENDENCIES
6767
timecop
6868

6969
BUNDLED WITH
70-
2.1.4
70+
2.2.22

lib/openxml/docx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenXml
22
module Docx
3-
VERSION = "0.11.4"
3+
VERSION = "0.11.5"
44
end
55
end

0 commit comments

Comments
 (0)