File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 nokogiri
66 openxml-drawingml
77 openxml-package (>= 0.2.2 )
8- ox (~> 2.9.0 )
8+ ox (~> 2.9 )
99
1010GEM
1111 remote: https://rubygems.org/
1212 specs:
1313 coderay (1.1.2 )
1414 diff-lcs (1.3 )
15- docile (1.3.1 )
16- json (2.1.0 )
17- method_source (0.9.2 )
15+ docile (1.3.2 )
16+ method_source (1.0.0 )
1817 mini_portile2 (2.4.0 )
19- nokogiri (1.10.0 )
18+ nokogiri (1.10.9 )
2019 mini_portile2 (~> 2.4.0 )
2120 openxml-drawingml (0.2.0 )
2221 nokogiri
2524 nokogiri
2625 ox
2726 rubyzip (~> 1.2.2 )
28- ox (2.9.4 )
29- pry (0.12.2 )
30- coderay (~> 1.1.0 )
31- method_source (~> 0.9 .0 )
32- rake (12.3.2 )
27+ ox (2.13.2 )
28+ pry (0.13.1 )
29+ coderay (~> 1.1 )
30+ method_source (~> 1 .0 )
31+ rake (13.0.1 )
3332 rr (1.2.1 )
34- rspec (3.8 .0 )
35- rspec-core (~> 3.8 .0 )
36- rspec-expectations (~> 3.8 .0 )
37- rspec-mocks (~> 3.8 .0 )
38- rspec-core (3.8.0 )
39- rspec-support (~> 3.8.0 )
40- rspec-expectations (3.8 .2 )
33+ rspec (3.9 .0 )
34+ rspec-core (~> 3.9 .0 )
35+ rspec-expectations (~> 3.9 .0 )
36+ rspec-mocks (~> 3.9 .0 )
37+ rspec-core (3.9.2 )
38+ rspec-support (~> 3.9.3 )
39+ rspec-expectations (3.9 .2 )
4140 diff-lcs (>= 1.2.0 , < 2.0 )
42- rspec-support (~> 3.8 .0 )
43- rspec-mocks (3.8.0 )
41+ rspec-support (~> 3.9 .0 )
42+ rspec-mocks (3.9.1 )
4443 diff-lcs (>= 1.2.0 , < 2.0 )
45- rspec-support (~> 3.8 .0 )
46- rspec-support (3.8.0 )
47- rubyzip (1.2.2 )
48- simplecov (0.16.1 )
44+ rspec-support (~> 3.9 .0 )
45+ rspec-support (3.9.3 )
46+ rubyzip (1.2.4 )
47+ simplecov (0.18.5 )
4948 docile (~> 1.1 )
50- json (>= 1.8 , < 3 )
51- simplecov-html (~> 0.10.0 )
52- simplecov-html (0.10.2 )
49+ simplecov-html (~> 0.11 )
50+ simplecov-html (0.12.2 )
5351 timecop (0.9.1 )
5452
5553PLATFORMS
@@ -65,4 +63,4 @@ DEPENDENCIES
6563 timecop
6664
6765BUNDLED WITH
68- 1.16.1
66+ 2.1.4
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
2424 spec . add_dependency "nokogiri"
2525 spec . add_dependency "openxml-package" , ">= 0.2.2"
2626 spec . add_dependency "openxml-drawingml"
27- spec . add_dependency "ox" , "~> 2.9.0 "
27+ spec . add_dependency "ox" , "~> 2.9"
2828
2929 spec . add_development_dependency "pry"
3030 spec . add_development_dependency "rspec"
You can’t perform that action at this time.
0 commit comments