lifull-dev/bucky-core

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    bucky-core (0.10.7)
      addressable (~> 2.5)
      color_echo (~> 3.1)
      json (~> 2.3.0)
      nokogiri (~> 1.11.1)
      parallel (~> 1.11)
      ruby-mysql (~> 2.9)
      selenium-webdriver (~> 3.142)
      sequel (~> 4.48)
      test-unit (~> 3.2)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    ansi (1.5.0)
    ast (2.4.1)
    awesome_print (1.8.0)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    byebug (11.1.3)
    childprocess (3.0.0)
    coderay (1.1.3)
    color_echo (3.1.1)
    debug_inspector (1.0.0)
    diff-lcs (1.4.4)
    docile (1.1.5)
    hirb (0.7.3)
    jaro_winkler (1.5.4)
    json (2.3.1)
    method_source (1.0.0)
    mini_portile2 (2.5.0)
    nokogiri (1.11.1)
      mini_portile2 (~> 2.5.0)
      racc (~> 1.4)
    parallel (1.20.1)
    parser (3.0.0.0)
      ast (~> 2.4.1)
    power_assert (1.2.0)
    pry (0.13.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    pry-stack_explorer (0.4.13)
      binding_of_caller (~> 0.7)
      pry (~> 0.13)
    public_suffix (4.0.6)
    racc (1.5.2)
    rainbow (3.0.0)
    rake (13.0.3)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.1)
    rspec_junit_formatter (0.4.1)
      rspec-core (>= 2, < 4, != 2.12.0)
    rubocop (0.68.1)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.5, != 2.5.1.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.6)
    ruby-mysql (2.9.14)
    ruby-progressbar (1.11.0)
    rubyzip (2.3.0)
    selenium-webdriver (3.142.7)
      childprocess (>= 0.5, < 4.0)
      rubyzip (>= 1.2.2)
    sequel (4.49.0)
    simplecov (0.15.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-console (0.4.2)
      ansi
      hirb
      simplecov
    simplecov-html (0.10.2)
    test-unit (3.3.9)
      power_assert
    unicode-display_width (1.5.0)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print (~> 1.8)
  bucky-core!
  bundler (~> 1.15)
  hirb (~> 0.7)
  pry (~> 0.10)
  pry-byebug (~> 3.4)
  pry-stack_explorer (~> 0.4)
  rake (~> 13)
  rspec (~> 3.6)
  rspec_junit_formatter (~> 0.3)
  rubocop (~> 0.68.1)
  simplecov (~> 0.15.1)
  simplecov-console (~> 0.4.2)

BUNDLED WITH
   1.17.3