vinistock/sail

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
PATH
  remote: .
  specs:
    sail (3.6.1)
      fugit
      rails (>= 5.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (6.1.5)
      actionpack (= 6.1.5)
      activesupport (= 6.1.5)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.1.5)
      actionpack (= 6.1.5)
      activejob (= 6.1.5)
      activerecord (= 6.1.5)
      activestorage (= 6.1.5)
      activesupport (= 6.1.5)
      mail (>= 2.7.1)
    actionmailer (6.1.5)
      actionpack (= 6.1.5)
      actionview (= 6.1.5)
      activejob (= 6.1.5)
      activesupport (= 6.1.5)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.1.5)
      actionview (= 6.1.5)
      activesupport (= 6.1.5)
      rack (~> 2.0, >= 2.0.9)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actiontext (6.1.5)
      actionpack (= 6.1.5)
      activerecord (= 6.1.5)
      activestorage (= 6.1.5)
      activesupport (= 6.1.5)
      nokogiri (>= 1.8.5)
    actionview (6.1.5)
      activesupport (= 6.1.5)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activejob (6.1.5)
      activesupport (= 6.1.5)
      globalid (>= 0.3.6)
    activemodel (6.1.5)
      activesupport (= 6.1.5)
    activerecord (6.1.5)
      activemodel (= 6.1.5)
      activesupport (= 6.1.5)
    activestorage (6.1.5)
      actionpack (= 6.1.5)
      activejob (= 6.1.5)
      activerecord (= 6.1.5)
      activesupport (= 6.1.5)
      marcel (~> 1.0)
      mini_mime (>= 1.1.0)
    activesupport (6.1.5)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.8.0)
      public_suffix (>= 2.0.2, < 5.0)
    ast (2.4.2)
    builder (3.2.4)
    byebug (11.1.3)
    capybara (3.35.3)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (>= 1.5, < 3.0)
      xpath (~> 3.2)
    capybara-selenium (0.0.6)
      capybara
      selenium-webdriver
    childprocess (3.0.0)
    concurrent-ruby (1.1.9)
    crass (1.0.6)
    database_cleaner (2.0.1)
      database_cleaner-active_record (~> 2.0.0)
    database_cleaner-active_record (2.0.0)
      activerecord (>= 5.a)
      database_cleaner-core (~> 2.0.0)
    database_cleaner-core (2.0.1)
    diff-lcs (1.5.0)
    erubi (1.10.0)
    et-orbi (1.2.6)
      tzinfo
    ffi (1.14.2)
    fugit (1.5.2)
      et-orbi (~> 1.1, >= 1.1.8)
      raabro (~> 1.4)
    globalid (1.0.0)
      activesupport (>= 5.0)
    i18n (1.10.0)
      concurrent-ruby (~> 1.0)
    loofah (2.14.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (1.0.2)
    method_source (1.0.0)
    mini_mime (1.1.2)
    mini_portile2 (2.6.1)
    minitest (5.15.0)
    nio4r (2.5.8)
    nokogiri (1.12.5)
      mini_portile2 (~> 2.6.1)
      racc (~> 1.4)
    nokogiri (1.12.5-arm64-darwin)
      racc (~> 1.4)
    parallel (1.22.0)
    parser (3.1.1.0)
      ast (~> 2.4.1)
    public_suffix (4.0.6)
    raabro (1.4.0)
    racc (1.6.0)
    rack (2.2.3)
    rack-mini-profiler (3.0.0)
      rack (>= 1.2.0)
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rails (6.1.5)
      actioncable (= 6.1.5)
      actionmailbox (= 6.1.5)
      actionmailer (= 6.1.5)
      actionpack (= 6.1.5)
      actiontext (= 6.1.5)
      actionview (= 6.1.5)
      activejob (= 6.1.5)
      activemodel (= 6.1.5)
      activerecord (= 6.1.5)
      activestorage (= 6.1.5)
      activesupport (= 6.1.5)
      bundler (>= 1.15.0)
      railties (= 6.1.5)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.2)
      loofah (~> 2.3)
    railties (6.1.5)
      actionpack (= 6.1.5)
      activesupport (= 6.1.5)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
    rainbow (3.1.1)
    rake (13.0.6)
    regexp_parser (2.2.1)
    rexml (3.2.5)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-rails (5.1.1)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      railties (>= 5.2)
      rspec-core (~> 3.10)
      rspec-expectations (~> 3.10)
      rspec-mocks (~> 3.10)
      rspec-support (~> 3.10)
    rspec-retry (0.6.2)
      rspec-core (> 3.3)
    rspec-support (3.11.0)
    rubocop (1.26.1)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml
      rubocop-ast (>= 1.16.0, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 3.0)
    rubocop-ast (1.16.0)
      parser (>= 3.1.1.0)
    rubocop-packaging (0.5.1)
      rubocop (>= 0.89, < 2.0)
    rubocop-performance (1.13.3)
      rubocop (>= 1.7.0, < 2.0)
      rubocop-ast (>= 0.4.0)
    rubocop-rails (2.14.2)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.7.0, < 2.0)
    ruby-progressbar (1.11.0)
    rubyzip (2.3.2)
    sassc (2.4.0)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
    selenium-webdriver (3.142.7)
      childprocess (>= 0.5, < 4.0)
      rubyzip (>= 1.2.2)
    sprockets (4.0.3)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    sqlite3 (1.4.2)
    thor (1.2.1)
    tilt (2.0.10)
    tzinfo (2.0.4)
      concurrent-ruby (~> 1.0)
    unicode-display_width (2.1.0)
    webdrivers (4.6.1)
      nokogiri (~> 1.6)
      rubyzip (>= 1.3.0)
      selenium-webdriver (>= 3.0, < 4.0)
    webrick (1.7.0)
    websocket-driver (0.7.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zeitwerk (2.5.4)

PLATFORMS
  arm64-darwin-20
  ruby

DEPENDENCIES
  bundler
  byebug
  capybara
  capybara-selenium
  database_cleaner
  rack-mini-profiler
  rails (>= 4.0.0)
  rspec-rails (>= 4.0.0)
  rspec-retry
  rubocop
  rubocop-packaging
  rubocop-performance
  rubocop-rails
  sail!
  sassc-rails
  sqlite3 (>= 1.4.0)
  webdrivers
  webrick

BUNDLED WITH
   2.2.31