Skip to content

Commit

Permalink
Fix #30: ox causing trouble for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
manzhikov committed Nov 9, 2020
1 parent 4da5e36 commit c9a795a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
latexmath (0.1.5)
htmlentities (~> 4.3)
ox (~> 2.13)
ox (= 2.13.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion latexmath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'htmlentities', '~> 4.3'
spec.add_dependency 'ox', '~> 2.13'
spec.add_dependency 'ox', '2.13.3'
spec.add_development_dependency 'equivalent-xml'
spec.add_development_dependency 'execjs'
spec.add_development_dependency 'opal'
Expand Down

0 comments on commit c9a795a

Please sign in to comment.