FarmBot/Farmbot-Web-App

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/RickCarlino/smarf_doc.git
  revision: 40dc733363431c6153ccebbeb80df942a77f0b02
  specs:
    smarf_doc (1.0.0)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (6.1.7.7)
      actionpack (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailbox (6.1.7.7)
      actionpack (= 6.1.7.7)
      activejob (= 6.1.7.7)
      activerecord (= 6.1.7.7)
      activestorage (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      mail (>= 2.7.1)
    actionmailer (6.1.7.7)
      actionpack (= 6.1.7.7)
      actionview (= 6.1.7.7)
      activejob (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (6.1.7.7)
      actionview (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      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.7.7)
      actionpack (= 6.1.7.7)
      activerecord (= 6.1.7.7)
      activestorage (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      nokogiri (>= 1.8.5)
    actionview (6.1.7.7)
      activesupport (= 6.1.7.7)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    active_model_serializers (0.10.14)
      actionpack (>= 4.1)
      activemodel (>= 4.1)
      case_transform (>= 0.2)
      jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
    activejob (6.1.7.7)
      activesupport (= 6.1.7.7)
      globalid (>= 0.3.6)
    activemodel (6.1.7.7)
      activesupport (= 6.1.7.7)
    activerecord (6.1.7.7)
      activemodel (= 6.1.7.7)
      activesupport (= 6.1.7.7)
    activestorage (6.1.7.7)
      actionpack (= 6.1.7.7)
      activejob (= 6.1.7.7)
      activerecord (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      marcel (~> 1.0)
      mini_mime (>= 1.1.0)
    activesupport (6.1.7.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    addressable (2.8.6)
      public_suffix (>= 2.0.2, < 6.0)
    amq-protocol (2.3.2)
    ast (2.4.2)
    base64 (0.2.0)
    bcrypt (3.1.20)
    bigdecimal (3.1.7)
    builder (3.2.4)
    bunny (2.22.0)
      amq-protocol (~> 2.3, >= 2.3.1)
      sorted_set (~> 1, >= 1.0.2)
    case_transform (0.2)
      activesupport
    climate_control (1.2.0)
    coderay (1.1.3)
    concurrent-ruby (1.2.3)
    crack (1.0.0)
      bigdecimal
      rexml
    crass (1.0.6)
    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.4)
    declarative (0.0.20)
    delayed_job (4.1.11)
      activesupport (>= 3.0, < 8.0)
    delayed_job_active_record (4.1.8)
      activerecord (>= 3.0, < 8.0)
      delayed_job (>= 3.0, < 5)
    devise (4.9.4)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0)
      responders
      warden (~> 1.2.3)
    diff-lcs (1.5.1)
    digest-crc (0.6.5)
      rake (>= 12.0.0, < 14.0.0)
    discard (1.3.0)
      activerecord (>= 4.2, < 8)
    docile (1.4.0)
    e2mmap (0.1.0)
    erubi (1.12.0)
    factory_bot (6.4.6)
      activesupport (>= 5.0.0)
    factory_bot_rails (6.4.3)
      factory_bot (~> 6.4)
      railties (>= 5.0.0)
    faker (3.3.1)
      i18n (>= 1.8.11, < 2)
    faraday (1.10.3)
      faraday-em_http (~> 1.0)
      faraday-em_synchrony (~> 1.0)
      faraday-excon (~> 1.1)
      faraday-httpclient (~> 1.0)
      faraday-multipart (~> 1.0)
      faraday-net_http (~> 1.0)
      faraday-net_http_persistent (~> 1.0)
      faraday-patron (~> 1.0)
      faraday-rack (~> 1.0)
      faraday-retry (~> 1.0)
      ruby2_keywords (>= 0.0.4)
    faraday-em_http (1.0.0)
    faraday-em_synchrony (1.0.0)
    faraday-excon (1.1.0)
    faraday-httpclient (1.0.1)
    faraday-multipart (1.0.4)
      multipart-post (~> 2)
    faraday-net_http (1.0.1)
    faraday-net_http_persistent (1.2.0)
    faraday-patron (1.0.0)
    faraday-rack (1.0.0)
    faraday-retry (1.0.3)
    faraday_middleware (1.2.0)
      faraday (~> 1.0)
    globalid (1.2.1)
      activesupport (>= 6.1)
    google-apis-core (0.14.1)
      addressable (~> 2.5, >= 2.5.1)
      googleauth (~> 1.9)
      httpclient (>= 2.8.1, < 3.a)
      mini_mime (~> 1.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.a)
      rexml
    google-apis-iamcredentials_v1 (0.20.0)
      google-apis-core (>= 0.14.0, < 2.a)
    google-apis-storage_v1 (0.37.0)
      google-apis-core (>= 0.14.0, < 2.a)
    google-cloud-core (1.7.0)
      google-cloud-env (>= 1.0, < 3.a)
      google-cloud-errors (~> 1.0)
    google-cloud-env (2.1.1)
      faraday (>= 1.0, < 3.a)
    google-cloud-errors (1.4.0)
    google-cloud-storage (1.50.0)
      addressable (~> 2.8)
      digest-crc (~> 0.4)
      google-apis-core (~> 0.13)
      google-apis-iamcredentials_v1 (~> 0.18)
      google-apis-storage_v1 (~> 0.37)
      google-cloud-core (~> 1.6)
      googleauth (~> 1.9)
      mini_mime (~> 1.0)
    googleauth (1.11.0)
      faraday (>= 1.0, < 3.a)
      google-cloud-env (~> 2.1)
      jwt (>= 1.4, < 3.0)
      multi_json (~> 1.11)
      os (>= 0.9, < 2.0)
      signet (>= 0.16, < 2.a)
    hashdiff (1.1.0)
    hashie (4.1.0)
    httpclient (2.8.3)
    i18n (1.14.4)
      concurrent-ruby (~> 1.0)
    jsonapi-renderer (0.2.2)
    jwt (2.8.1)
      base64
    kaminari (1.2.2)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.2.2)
      kaminari-activerecord (= 1.2.2)
      kaminari-core (= 1.2.2)
    kaminari-actionview (1.2.2)
      actionview
      kaminari-core (= 1.2.2)
    kaminari-activerecord (1.2.2)
      activerecord
      kaminari-core (= 1.2.2)
    kaminari-core (1.2.2)
    lograge (0.14.0)
      actionpack (>= 4)
      activesupport (>= 4)
      railties (>= 4)
      request_store (~> 1.0)
    loofah (2.22.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.12.0)
    mail (2.8.1)
      mini_mime (>= 0.1.1)
      net-imap
      net-pop
      net-smtp
    marcel (1.0.4)
    method_source (1.1.0)
    mini_mime (1.1.5)
    minitest (5.22.3)
    multi_json (1.15.0)
    multipart-post (2.4.0)
    mutations (0.9.1)
      activesupport
    net-imap (0.4.10)
      date
      net-protocol
    net-pop (0.1.2)
      net-protocol
    net-protocol (0.2.2)
      timeout
    net-smtp (0.5.0)
      net-protocol
    nio4r (2.7.1)
    nokogiri (1.16.4-x86_64-linux)
      racc (~> 1.4)
    orm_adapter (0.5.0)
    os (1.1.4)
    parser (3.3.0.5)
      ast (~> 2.4.1)
      racc
    passenger (6.0.20)
      rack
      rake (>= 0.8.1)
    pg (1.5.6)
    pry (0.14.2)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-rails (0.3.9)
      pry (>= 0.10.4)
    public_suffix (5.0.5)
    rabbitmq_http_api_client (2.2.0)
      addressable (~> 2.7)
      faraday (~> 1.3)
      faraday_middleware (~> 1.2)
      hashie (~> 4.1)
      multi_json (~> 1.15)
    racc (1.7.3)
    rack (2.2.9)
    rack-attack (6.7.0)
      rack (>= 1.0, < 4)
    rack-cors (2.0.2)
      rack (>= 2.0.0)
    rack-test (2.1.0)
      rack (>= 1.3)
    rails (6.1.7.7)
      actioncable (= 6.1.7.7)
      actionmailbox (= 6.1.7.7)
      actionmailer (= 6.1.7.7)
      actionpack (= 6.1.7.7)
      actiontext (= 6.1.7.7)
      actionview (= 6.1.7.7)
      activejob (= 6.1.7.7)
      activemodel (= 6.1.7.7)
      activerecord (= 6.1.7.7)
      activestorage (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      bundler (>= 1.15.0)
      railties (= 6.1.7.7)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.2.0)
      activesupport (>= 5.0.0)
      minitest
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    rails_12factor (0.0.3)
      rails_serve_static_assets
      rails_stdout_logging
    rails_serve_static_assets (0.0.5)
    rails_stdout_logging (0.0.5)
    railties (6.1.7.7)
      actionpack (= 6.1.7.7)
      activesupport (= 6.1.7.7)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
    rake (13.2.1)
    rbtree (0.4.6)
    redis (4.8.1)
    representable (3.2.0)
      declarative (< 0.1.0)
      trailblazer-option (>= 0.1.1, < 0.2.0)
      uber (< 0.2.0)
    request_store (1.6.0)
      rack (>= 1.4)
    responders (3.1.1)
      actionpack (>= 5.2)
      railties (>= 5.2)
    retriable (3.1.2)
    rexml (3.2.6)
    rollbar (3.5.2)
    rspec (3.13.0)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.0)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-mocks (3.13.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.13.0)
    rspec-rails (6.1.2)
      actionpack (>= 6.1)
      activesupport (>= 6.1)
      railties (>= 6.1)
      rspec-core (~> 3.13)
      rspec-expectations (~> 3.13)
      rspec-mocks (~> 3.13)
      rspec-support (~> 3.13)
    rspec-support (3.13.1)
    rspec_junit_formatter (0.6.0)
      rspec-core (>= 2, < 4, != 2.12.0)
    ruby2_keywords (0.0.5)
    scenic (1.8.0)
      activerecord (>= 4.0.0)
      railties (>= 4.0.0)
    scout_apm (5.3.8)
      parser
    secure_headers (6.5.0)
    set (1.1.0)
    signet (0.19.0)
      addressable (~> 2.8)
      faraday (>= 0.17.5, < 3.a)
      jwt (>= 1.5, < 3.0)
      multi_json (~> 1.10)
    simplecov (0.22.0)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-cobertura (2.1.0)
      rexml
      simplecov (~> 0.19)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.4)
    sorted_set (1.0.3)
      rbtree
      set (~> 1.0)
    sprockets (4.2.1)
      concurrent-ruby (~> 1.0)
      rack (>= 2.2.4, < 4)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    thor (1.3.1)
    thwait (0.2.0)
      e2mmap
    timeout (0.4.1)
    trailblazer-option (0.1.2)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    uber (0.1.0)
    valid_url (0.0.4)
      addressable
      rails
    warden (1.2.9)
      rack (>= 2.0.9)
    webmock (3.23.0)
      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)
    zeitwerk (2.6.13)

PLATFORMS
  x86_64-linux

DEPENDENCIES
  active_model_serializers
  bunny
  climate_control
  database_cleaner
  delayed_job
  delayed_job_active_record
  devise
  discard
  factory_bot_rails
  faker
  google-cloud-storage (~> 1.11)
  hashdiff
  jwt
  kaminari
  lograge
  mutations
  passenger
  pg
  pry
  pry-rails
  rabbitmq_http_api_client
  rack-attack
  rack-cors
  rails (~> 6)
  rails_12factor
  redis (~> 4.0)
  request_store
  rollbar
  rspec
  rspec-rails
  rspec_junit_formatter
  scenic
  scout_apm
  secure_headers
  simplecov
  simplecov-cobertura
  smarf_doc!
  thwait
  tzinfo
  valid_url
  webmock

RUBY VERSION
   ruby 3.1.4p223

BUNDLED WITH
   2.5.9