symbiod/symbiod

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    aasm (5.5.0)
      concurrent-ruby (~> 1.0)
    actioncable (5.2.4.4)
      actionpack (= 5.2.4.4)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.4.4)
      actionpack (= 5.2.4.4)
      actionview (= 5.2.4.4)
      activejob (= 5.2.4.4)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.4.4)
      actionview (= 5.2.4.4)
      activesupport (= 5.2.4.4)
      rack (~> 2.0, >= 2.0.8)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.2.4.4)
      activesupport (= 5.2.4.4)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.4.4)
      activesupport (= 5.2.4.4)
      globalid (>= 0.3.6)
    activemodel (5.2.4.4)
      activesupport (= 5.2.4.4)
    activerecord (5.2.4.4)
      activemodel (= 5.2.4.4)
      activesupport (= 5.2.4.4)
      arel (>= 9.0)
    activestorage (5.2.4.4)
      actionpack (= 5.2.4.4)
      activerecord (= 5.2.4.4)
      marcel (~> 0.3.1)
    activesupport (5.2.4.4)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    annotate (3.2.0)
      activerecord (>= 3.2, < 8.0)
      rake (>= 10.4, < 14.0)
    arel (9.0.0)
    ast (2.4.2)
    base64 (0.1.1)
    bcrypt (3.1.19)
    bindex (0.8.1)
    builder (3.2.4)
    byebug (11.1.3)
    capybara (2.18.0)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (>= 2.0, < 4.0)
    cells (4.1.7)
      declarative-builder (< 0.2.0)
      declarative-option (< 0.2.0)
      tilt (>= 1.4, < 3)
      uber (< 0.2.0)
    cells-haml (0.0.10)
      cells (>= 4.0.1, <= 6.0.0)
      haml (>= 4.1.0.beta.1)
    cells-rails (0.1.5)
      actionpack (>= 5.0)
      cells (>= 4.1.6, < 5.0.0)
    childprocess (3.0.0)
    clockwork (3.0.2)
      activesupport
      tzinfo
    coderay (1.1.3)
    coffee-rails (4.2.2)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.2.2)
    config (2.2.1)
      deep_merge (~> 1.2, >= 1.2.1)
      dry-validation (~> 1.0, >= 1.0.0)
    connection_pool (2.4.1)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    data_migrate (8.5.0)
      activerecord (>= 5.0)
      railties (>= 5.0)
    database_cleaner (2.0.2)
      database_cleaner-active_record (>= 2, < 3)
    database_cleaner-active_record (2.1.0)
      activerecord (>= 5.a)
      database_cleaner-core (~> 2.0.0)
    database_cleaner-core (2.0.1)
    date (3.3.3)
    declarative (0.0.20)
    declarative-builder (0.1.0)
      declarative-option (< 0.2.0)
    declarative-option (0.1.0)
    deep_merge (1.2.2)
    diff-lcs (1.5.0)
    disposable (0.6.3)
      declarative (>= 0.0.9, < 1.0.0)
      representable (>= 3.1.1, < 4)
    docile (1.4.0)
    dry-configurable (1.0.1)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-core (1.0.0)
      concurrent-ruby (~> 1.0)
      zeitwerk (~> 2.6)
    dry-inflector (1.0.0)
    dry-initializer (3.1.1)
    dry-logic (1.5.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0, < 2)
      zeitwerk (~> 2.6)
    dry-schema (1.13.3)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 1.0, >= 1.0.1)
      dry-core (~> 1.0, < 2)
      dry-initializer (~> 3.0)
      dry-logic (>= 1.4, < 2)
      dry-types (>= 1.7, < 2)
      zeitwerk (~> 2.6)
    dry-types (1.7.1)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0)
      dry-inflector (~> 1.0)
      dry-logic (~> 1.4)
      zeitwerk (~> 2.6)
    dry-validation (1.10.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 1.0, < 2)
      dry-initializer (~> 3.0)
      dry-schema (>= 1.12, < 2)
      zeitwerk (~> 2.6)
    erubi (1.12.0)
    execjs (2.9.1)
    factory_bot (6.2.1)
      activesupport (>= 5.0.0)
    factory_bot_rails (6.2.0)
      factory_bot (~> 6.2.0)
      railties (>= 5.0.0)
    faker (3.2.1)
      i18n (>= 1.8.11, < 2)
    faraday (2.7.11)
      base64
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-mashify (0.1.1)
      faraday (~> 2.0)
      hashie
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (3.0.2)
    ffi (1.16.3)
    gli (2.21.1)
    globalid (1.1.0)
      activesupport (>= 5.0)
    haml (6.2.3)
      temple (>= 0.8.2)
      thor
      tilt
    haml-lint (0.999.999)
      haml_lint
    haml-rails (2.1.0)
      actionpack (>= 5.1)
      activesupport (>= 5.1)
      haml (>= 4.0.6)
      railties (>= 5.1)
    haml_lint (0.51.0)
      haml (>= 4.0)
      parallel (~> 1.10)
      rainbow
      rubocop (>= 1.0)
      sysexits (~> 1.1)
    hashdiff (1.0.1)
    hashie (5.0.0)
    highline (2.1.0)
    hirb (0.7.3)
    honeybadger (3.3.1)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    i18n-tasks (0.9.37)
      activesupport (>= 4.0.2)
      ast (>= 2.1.0)
      erubi
      highline (>= 2.0.0)
      i18n
      parser (>= 2.2.3.0)
      rails-i18n
      rainbow (>= 2.2.2, < 4.0)
      terminal-table (>= 1.5.1)
    jbuilder (2.11.5)
      actionview (>= 5.0.0)
      activesupport (>= 5.0.0)
    json (2.3.1)
    jwt (2.7.1)
    kaminari (1.2.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.2.1)
      kaminari-activerecord (= 1.2.1)
      kaminari-core (= 1.2.1)
    kaminari-actionview (1.2.1)
      actionview
      kaminari-core (= 1.2.1)
    kaminari-activerecord (1.2.1)
      activerecord
      kaminari-core (= 1.2.1)
    kaminari-core (1.2.1)
    language_server-protocol (3.17.0.3)
    launchy (2.5.2)
      addressable (~> 2.8)
    letter_opener (1.7.0)
      launchy (~> 2.2)
    listen (3.1.5)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
      ruby_dep (~> 1.2)
    loofah (2.3.1)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.8.1)
      mini_mime (>= 0.1.1)
      net-imap
      net-pop
      net-smtp
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    method_source (1.0.0)
    migration_opener (0.0.3)
      rails
    mimemagic (0.3.10)
      nokogiri (~> 1)
      rake
    mini_mime (1.1.5)
    mini_portile2 (2.4.0)
    minitest (5.20.0)
    multi_json (1.15.0)
    multi_xml (0.6.0)
    multipart-post (2.3.0)
    net-imap (0.4.1)
      date
      net-protocol
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.1)
      timeout
    net-smtp (0.4.0)
      net-protocol
    newrelic_rpm (9.5.0)
    nio4r (2.5.9)
    nokogiri (1.10.10)
      mini_portile2 (~> 2.4.0)
    oauth (0.6.2)
      snaky_hash (~> 2.0)
      version_gem (~> 1.1)
    oauth2 (1.4.11)
      faraday (>= 0.17.3, < 3.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 4)
    octokit (4.25.1)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    parallel (1.23.0)
    parser (3.2.2.4)
      ast (~> 2.4.1)
      racc
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-rails (0.3.9)
      pry (>= 0.10.4)
    public_suffix (5.0.3)
    puma (3.12.6)
    pundit (2.0.1)
      activesupport (>= 3.0.0)
    racc (1.7.1)
    rack (2.1.4.3)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails (5.2.4.4)
      actioncable (= 5.2.4.4)
      actionmailer (= 5.2.4.4)
      actionpack (= 5.2.4.4)
      actionview (= 5.2.4.4)
      activejob (= 5.2.4.4)
      activemodel (= 5.2.4.4)
      activerecord (= 5.2.4.4)
      activestorage (= 5.2.4.4)
      activesupport (= 5.2.4.4)
      bundler (>= 1.3.0)
      railties (= 5.2.4.4)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.5)
      actionpack (>= 5.0.1.rc1)
      actionview (>= 5.0.1.rc1)
      activesupport (>= 5.0.1.rc1)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.4.3)
      loofah (~> 2.3)
    rails-i18n (5.1.3)
      i18n (>= 0.7, < 2)
      railties (>= 5.0, < 6)
    rails_semantic_logger (4.4.4)
      rack
      railties (>= 3.2)
      semantic_logger (~> 4.4)
    railties (5.2.4.4)
      actionpack (= 5.2.4.4)
      activesupport (= 5.2.4.4)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rainbow (3.1.1)
    rake (13.0.6)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    recaptcha (5.15.0)
    redcarpet (3.5.0)
    redis (4.8.1)
    reform (2.6.2)
      disposable (>= 0.5.0, < 1.0.0)
      representable (>= 3.1.1, < 4)
      uber (< 0.2.0)
    reform-rails (0.2.6)
      activemodel (>= 5.0)
      reform (>= 2.3.1, < 3.0.0)
    regexp_parser (2.8.1)
    representable (3.2.0)
      declarative (< 0.1.0)
      trailblazer-option (>= 0.1.1, < 0.2.0)
      uber (< 0.2.0)
    rexml (3.2.6)
    rspec-cells (0.3.5)
      cells (>= 4.0.0, < 6.0.0)
      rspec-rails (< 5.0)
    rspec-core (3.9.3)
      rspec-support (~> 3.9.3)
    rspec-expectations (3.9.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-its (1.3.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-rails (3.9.1)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.9.0)
      rspec-expectations (~> 3.9.0)
      rspec-mocks (~> 3.9.0)
      rspec-support (~> 3.9.0)
    rspec-support (3.9.4)
    rubocop (1.56.4)
      base64 (~> 0.1.1)
      json (~> 2.3)
      language_server-protocol (>= 3.17.0)
      parallel (~> 1.10)
      parser (>= 3.2.2.3)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.28.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 3.0)
    rubocop-ast (1.29.0)
      parser (>= 3.2.1.0)
    ruby-progressbar (1.13.0)
    ruby2_keywords (0.0.5)
    ruby_dep (1.5.0)
    rubyzip (2.3.2)
    sass (3.7.4)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.1.0)
      railties (>= 5.2.0)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)
    selenium-webdriver (3.142.7)
      childprocess (>= 0.5, < 4.0)
      rubyzip (>= 1.2.2)
    semantic_logger (4.14.0)
      concurrent-ruby (~> 1.0)
    shoulda-matchers (4.5.1)
      activesupport (>= 4.2.0)
    sidekiq (6.5.11)
      connection_pool (>= 2.2.5, < 3)
      rack (~> 2.0)
      redis (>= 4.5.0, < 5)
    simple_form (5.0.3)
      actionpack (>= 5.0)
      activemodel (>= 5.0)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    slack-ruby-client (2.2.0)
      faraday (>= 2.0)
      faraday-mashify
      faraday-multipart
      gli
      hashie
    snaky_hash (2.0.1)
      hashie
      version_gem (~> 1.1, >= 1.1.1)
    sorcery (0.15.1)
      bcrypt (~> 3.1)
      oauth (~> 0.5, >= 0.5.5)
      oauth2 (~> 1.0, >= 0.8.0)
    spring (2.1.1)
    spring-watcher-listen (2.0.1)
      listen (>= 2.7, < 4.0)
      spring (>= 1.2, < 3.0)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    strong_migrations (1.6.3)
      activerecord (>= 5.2)
    sysexits (1.2.0)
    temple (0.10.3)
    terminal-table (3.0.2)
      unicode-display_width (>= 1.1.1, < 3)
    thor (1.2.2)
    thread_safe (0.3.6)
    tilt (2.3.0)
    timeout (0.4.0)
    trailblazer (2.1.0)
      trailblazer-macro (>= 2.1.0, < 2.2.0)
      trailblazer-macro-contract (>= 2.1.0, < 2.2.0)
      trailblazer-operation
    trailblazer-activity (0.16.1)
      trailblazer-context (~> 0.5.0)
      trailblazer-option (~> 0.1.0)
    trailblazer-activity-dsl-linear (1.2.4)
      trailblazer-activity (>= 0.16.0, < 0.17.0)
      trailblazer-declarative (>= 0.0.1, < 0.1.0)
    trailblazer-context (0.5.1)
      hashie (>= 3.0.0)
    trailblazer-declarative (0.0.2)
    trailblazer-developer (0.1.0)
      hirb
      trailblazer-activity-dsl-linear (>= 1.2.0, < 1.3.0)
    trailblazer-macro (2.1.15)
      trailblazer-activity-dsl-linear (>= 1.2.0, < 1.3.0)
      trailblazer-operation (>= 0.10.1)
    trailblazer-macro-contract (2.1.5)
      reform (>= 2.2.0, < 3.0.0)
      trailblazer-activity-dsl-linear (>= 1.2.0, < 1.3.0)
    trailblazer-operation (0.10.1)
      trailblazer-activity-dsl-linear (>= 1.2.0, < 1.4.0)
      trailblazer-developer (>= 0.1.0, < 0.2.0)
    trailblazer-option (0.1.2)
    trailblazer-rails (2.4.3)
      railties (>= 5.2.0)
      trailblazer (>= 2.1.0, < 2.2.0)
    turbolinks (5.2.1)
      turbolinks-source (~> 5.2)
    turbolinks-source (5.2.0)
    tzinfo (1.2.11)
      thread_safe (~> 0.1)
    uber (0.1.0)
    uglifier (4.2.0)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (2.5.0)
    version_gem (1.1.3)
    web-console (3.7.0)
      actionview (>= 5.0)
      activemodel (>= 5.0)
      bindex (>= 0.4.0)
      railties (>= 5.0)
    webmock (3.19.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    websocket-driver (0.7.6)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zeitwerk (2.6.12)

PLATFORMS
  ruby

DEPENDENCIES
  aasm
  annotate
  byebug
  capybara (~> 2.13)
  cells-haml
  cells-rails
  clockwork
  coffee-rails (~> 4.2)
  config (= 2.2.1)
  data_migrate
  database_cleaner
  dry-validation
  factory_bot_rails
  faker
  haml-lint
  haml-rails
  honeybadger (~> 3.3.1)
  i18n-tasks (~> 0.9.24)
  jbuilder (~> 2.5)
  json (~> 2.3.0)
  kaminari (= 1.2.1)
  letter_opener (= 1.7.0)
  listen (>= 3.0.5, < 3.2)
  loofah (= 2.3.1)
  migration_opener
  newrelic_rpm
  nokogiri (~> 1.10.8)
  octokit (~> 4.0)
  pry-rails (= 0.3.9)
  puma (~> 3.12.6)
  pundit (~> 2.0.1)
  rack (~> 2.1.4)
  rails (= 5.2.4.4)
  rails-controller-testing (~> 1.0.5)
  rails_semantic_logger (= 4.4.4)
  rake (~> 13.0.1)
  recaptcha
  redcarpet (= 3.5.0)
  reform-rails
  rspec-cells (= 0.3.5)
  rspec-its (= 1.3.0)
  rspec-rails (~> 3.9.1)
  rubocop
  sass-rails (~> 5.1.0)
  selenium-webdriver (= 3.142.7)
  shoulda-matchers (~> 4.5.1)
  sidekiq
  simple_form (~> 5.0.3)
  simplecov
  slack-ruby-client
  sorcery (~> 0.15.0)
  spring
  spring-watcher-listen (~> 2.0.0)
  strong_migrations
  trailblazer (= 2.1.0)
  trailblazer-operation
  trailblazer-rails
  turbolinks (~> 5.2.1)
  uglifier (>= 4.2.0)
  web-console (>= 3.3.0)
  webmock
  websocket-extensions (~> 0.1.5)

RUBY VERSION
   ruby 2.7.6p219

BUNDLED WITH
   2.1.4