Sha256: 51bd30f007388b0dc9a22588d6bbaeb90786c36eab3b3a9ea9e3017c73175f82

Contents?: true

Size: 1.61 KB

Versions: 1

Compression:

Stored size: 1.61 KB

Contents

PATH
  remote: .
  specs:
    cribbage_game (0.1.0)
      aasm (~> 5.0, >= 5.0.6)
      card_deck
      sum_all_number_combinations (~> 0.1.2)

GEM
  remote: https://rubygems.org/
  specs:
    aasm (5.4.0)
      concurrent-ruby (~> 1.0)
    ast (2.4.2)
    card_deck (4.02)
    concurrent-ruby (1.1.10)
    diff-lcs (1.3)
    json (2.6.2)
    parallel (1.22.1)
    parser (3.1.2.1)
      ast (~> 2.4.1)
    rainbow (3.1.1)
    rake (13.0.6)
    regexp_parser (2.6.1)
    rexml (3.2.5)
    rspec (3.9.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
    rspec-core (3.9.0)
      rspec-support (~> 3.9.0)
    rspec-expectations (3.9.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.0)
    rubocop (1.39.0)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.1.2.1)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.23.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.23.0)
      parser (>= 3.1.1.0)
    rubocop-performance (1.15.0)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    ruby-progressbar (1.11.0)
    standard (1.18.0)
      rubocop (= 1.39.0)
      rubocop-performance (= 1.15.0)
    sum_all_number_combinations (0.1.2)
    unicode-display_width (2.3.0)

PLATFORMS
  ruby
  x64-mingw32
  x86-mingw32

DEPENDENCIES
  cribbage_game!
  rake (~> 13.0)
  rspec (~> 3.0)
  standard (~> 1.3)

BUNDLED WITH
   2.3.6

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cribbage_game-0.1.0 Gemfile.lock