Skip to content

Commit 07b1b63

Browse files
authored
update Gemfile sample code
Amend the sample Gemfile code to specify version ~>0.3.0. Remove unnecessary require option from sample Gemfile code.
1 parent 13ed900 commit 07b1b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A ruby library/gem for interacting with `.docx` files. currently capabilities in
88

99
Requires ruby (tested with 2.1.1)
1010

11-
gem 'docx', '~> 0.2.07', :require => ["docx"]
11+
gem 'docx', '~> 0.3.0'
1212

1313
### Reading
1414

0 commit comments

Comments
 (0)