Skip to content
Snippets Groups Projects
Gemfile.lock 1.39 KiB
Newer Older
GEM
  remote: https://rubygems.org/
  specs:
    ast (2.3.0)
Mike McQuaid's avatar
Mike McQuaid committed
    codecov (0.1.10)
      json
      simplecov
      url
    diff-lcs (1.3)
    docile (1.1.5)
Mike McQuaid's avatar
Mike McQuaid committed
    json (2.1.0)
    parallel (1.11.2)
    parallel_tests (2.14.1)
      parallel
    parser (2.4.0.0)
      ast (~> 2.2)
    powerpack (0.1.1)
Mike McQuaid's avatar
Mike McQuaid committed
    rainbow (2.2.2)
      rake
    rake (12.0.0)
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
Mike McQuaid's avatar
Mike McQuaid committed
      rspec-support (~> 3.6.0)
    rspec-its (1.2.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
Mike McQuaid's avatar
Mike McQuaid committed
    rspec-mocks (3.6.0)
Mike McQuaid's avatar
Mike McQuaid committed
      rspec-support (~> 3.6.0)
    rspec-support (3.6.0)
    rspec-wait (0.0.9)
      rspec (>= 3, < 4)
Mike McQuaid's avatar
Mike McQuaid committed
    rubocop (0.49.1)
      parallel (~> 1.10)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.8.1)
Mike McQuaid's avatar
Mike McQuaid committed
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
Mike McQuaid's avatar
Mike McQuaid committed
    unicode-display_width (1.2.1)
    url (0.3.2)

PLATFORMS
  ruby

DEPENDENCIES
  codecov
  parallel_tests
  rspec
  rspec-its
  rspec-wait
  rubocop
  simplecov

BUNDLED WITH
Mike McQuaid's avatar
Mike McQuaid committed
   1.14.6