Codebase list ruby-parallel / fresh-snapshots/main Gemfile.lock
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

Gemfile.lock @fresh-snapshots/mainraw · history · blame

PATH
  remote: .
  specs:
    parallel (1.21.0)

GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.0.3.1)
      activesupport (= 6.0.3.1)
    activerecord (6.0.3.1)
      activemodel (= 6.0.3.1)
      activesupport (= 6.0.3.1)
    activesupport (6.0.3.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
      zeitwerk (~> 2.2, >= 2.2.2)
    ast (2.4.2)
    bump (0.5.3)
    concurrent-ruby (1.1.6)
    diff-lcs (1.3)
    i18n (1.8.3)
      concurrent-ruby (~> 1.0)
    minitest (5.14.4)
    mysql2 (0.5.3)
    parser (3.0.2.0)
      ast (~> 2.4.1)
    rainbow (3.0.0)
    rake (13.0.1)
    regexp_parser (2.1.1)
    rexml (3.2.5)
    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)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-legacy_formatters (1.0.1)
      rspec (~> 3.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-rerun (1.1.0)
      rspec (~> 3.0)
    rspec-support (3.6.0)
    rubocop (1.20.0)
      parallel (~> 1.10)
      parser (>= 3.0.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.9.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.11.0)
      parser (>= 3.0.1.1)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    rubocop-rspec (2.4.0)
      rubocop (~> 1.0)
      rubocop-ast (>= 1.1.0)
    ruby-progressbar (1.8.1)
    sqlite3 (1.4.2)
    thread_safe (0.3.6)
    thread_safe (0.3.6-java)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    unicode-display_width (2.0.0)
    zeitwerk (2.3.0)

PLATFORMS
  java
  ruby

DEPENDENCIES
  activerecord (~> 6.0)
  bump
  mysql2
  parallel!
  rake
  rspec
  rspec-legacy_formatters
  rspec-rerun
  rubocop
  rubocop-rake
  rubocop-rspec
  ruby-progressbar
  sqlite3

BUNDLED WITH
   2.2.16