jfinkhaeuser/unobtainium-cucumber

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    unobtainium-cucumber (0.5.0)
      cucumber (~> 2.0)
      octiron (~> 0.6)
      unobtainium (~> 0.13)
      unobtainium-multifind (~> 0.4)
      unobtainium-multiwait (~> 0.3)

GEM
  remote: https://rubygems.org/
  specs:
    appium_lib (9.10.0)
      appium_lib_core (~> 1.3.1)
      nokogiri (~> 1.8, >= 1.8.1)
      tomlrb (~> 1.1)
    appium_lib_core (1.3.7)
      json (>= 1.8)
      selenium-webdriver (~> 3.5)
    archive-zip (0.11.0)
      io-like (~> 0.3.0)
    ast (2.4.0)
    builder (3.2.3)
    childprocess (0.9.0)
      ffi (~> 1.0, >= 1.0.11)
    chromedriver-helper (1.2.0)
      archive-zip (~> 0.10)
      nokogiri (~> 1.8)
    collapsium (0.10.0)
    collapsium-config (0.7.0)
      collapsium (~> 0.10)
    cucumber (2.99.0)
      builder (>= 2.1.2)
      cucumber-core (~> 1.5.0)
      cucumber-wire (~> 0.0.1)
      diff-lcs (>= 1.1.3)
      gherkin (~> 4.0)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
    cucumber-core (1.5.0)
      gherkin (~> 4.0)
    cucumber-wire (0.0.1)
    diff-lcs (1.3)
    docile (1.3.0)
    ffi (1.9.23)
    gherkin (4.1.3)
    io-like (0.3.0)
    json (2.1.0)
    lazy_priority_queue (0.1.1)
    mini_portile2 (2.3.0)
    multi_json (1.13.1)
    multi_test (0.1.2)
    nokogiri (1.8.2)
      mini_portile2 (~> 2.3.0)
    octiron (0.6.0)
      collapsium (~> 0.10)
      rgl (~> 0.5)
    parallel (1.12.1)
    parser (2.5.0.5)
      ast (~> 2.4.0)
    phantomjs (2.1.1.0)
    powerpack (0.1.1)
    ptools (1.3.5)
    rainbow (3.0.0)
    rake (11.3.0)
    rgl (0.5.3)
      lazy_priority_queue (~> 0.1.0)
      stream (~> 0.5.0)
    rubocop (0.54.0)
      parallel (~> 1.10)
      parser (>= 2.5)
      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)
    rubyzip (1.2.1)
    selenium-webdriver (3.11.0)
      childprocess (~> 0.5)
      rubyzip (~> 1.2)
    simplecov (0.16.1)
      docile (~> 1.1)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    stream (0.5)
    sys-proctable (1.2.0)
      ffi
    tomlrb (1.2.6)
    unicode-display_width (1.3.0)
    unobtainium (0.13.0)
      collapsium (~> 0.10)
      collapsium-config (~> 0.7)
      ptools (~> 1.3)
      sys-proctable (~> 1.2)
    unobtainium-multifind (0.4.0)
      unobtainium (~> 0.13)
    unobtainium-multiwait (0.3.0)
      unobtainium (~> 0.13)
      unobtainium-multifind (~> 0.4)
    yard (0.9.12)

PLATFORMS
  ruby

DEPENDENCIES
  appium_lib (>= 9.1)
  bundler (~> 1.15)
  chromedriver-helper
  phantomjs
  rake (~> 11.3)
  rubocop (~> 0.49)
  selenium-webdriver
  simplecov (~> 0.13)
  unobtainium-cucumber!
  yard (~> 0.9)

BUNDLED WITH
   1.16.1