PATH
  remote: .
  specs:
    omml2mathml (0.0.2)
      nokogiri
      ruby-xslt

GEM
  remote: https://rubygems.org/
  specs:
    ast (2.4.0)
    byebug (9.1.0)
    coderay (1.1.2)
    diff-lcs (1.3)
    docile (1.3.1)
    equivalent-xml (0.6.0)
      nokogiri (>= 1.4.3)
    ffi (1.9.25)
    formatador (0.2.5)
    guard (2.14.2)
      formatador (>= 0.2.4)
      listen (>= 2.7, < 4.0)
      lumberjack (>= 1.0.12, < 2.0)
      nenv (~> 0.1)
      notiffany (~> 0.0)
      pry (>= 0.9.12)
      shellany (~> 0.0)
      thor (>= 0.18.1)
    guard-compat (1.2.1)
    guard-rspec (4.7.3)
      guard (~> 2.1)
      guard-compat (~> 1.1)
      rspec (>= 2.99.0, < 4.0)
    jaro_winkler (1.5.1)
    json (2.1.0)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    lumberjack (1.0.13)
    method_source (0.9.0)
    mini_portile2 (2.3.0)
    nenv (0.3.0)
    nokogiri (1.8.4)
      mini_portile2 (~> 2.3.0)
    notiffany (0.1.1)
      nenv (~> 0.1)
      shellany (~> 0.0)
    parallel (1.12.1)
    parser (2.5.1.2)
      ast (~> 2.4.0)
    powerpack (0.1.2)
    pry (0.11.3)
      coderay (~> 1.1.0)
      method_source (~> 0.9.0)
    rainbow (3.0.0)
    rake (12.3.1)
    rb-fsevent (0.10.3)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rspec (3.7.0)
      rspec-core (~> 3.7.0)
      rspec-expectations (~> 3.7.0)
      rspec-mocks (~> 3.7.0)
    rspec-core (3.7.1)
      rspec-support (~> 3.7.0)
    rspec-expectations (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-match_fuzzy (0.1.3)
      rspec (>= 3.2)
    rspec-mocks (3.7.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.7.0)
    rspec-support (3.7.1)
    rubocop (0.58.1)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.9.0)
    ruby-xslt (0.9.10)
    ruby_dep (1.5.0)
    shellany (0.0.1)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    thor (0.20.0)
    timecop (0.9.1)
    unicode-display_width (1.4.0)

PLATFORMS
  ruby

DEPENDENCIES
  bundler (~> 1.15)
  byebug (~> 9.1)
  equivalent-xml (~> 0.6)
  guard (~> 2.14)
  guard-rspec (~> 4.7)
  omml2mathml!
  rake (~> 12.0)
  rspec
  rspec-match_fuzzy
  rubocop (~> 0.50)
  simplecov (~> 0.15)
  timecop (~> 0.9)

BUNDLED WITH
   1.16.2