publiclab/plots2

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GEM
  remote: https://rubygems.org/
  specs:
    action-cable-testing (0.6.1)
      actioncable (>= 5.0)
    actioncable (5.2.8.1)
      actionpack (= 5.2.8.1)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.8.1)
      actionpack (= 5.2.8.1)
      actionview (= 5.2.8.1)
      activejob (= 5.2.8.1)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.8.1)
      actionview (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      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.8.1)
      activesupport (= 5.2.8.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.8.1)
      activesupport (= 5.2.8.1)
      globalid (>= 0.3.6)
    activemodel (5.2.8.1)
      activesupport (= 5.2.8.1)
    activerecord (5.2.8.1)
      activemodel (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      arel (>= 9.0)
    activerecord-session_store (2.0.0)
      actionpack (>= 5.2.4.1)
      activerecord (>= 5.2.4.1)
      multi_json (~> 1.11, >= 1.11.2)
      rack (>= 2.0.8, < 3)
      railties (>= 5.2.4.1)
    activestorage (5.2.8.1)
      actionpack (= 5.2.8.1)
      activerecord (= 5.2.8.1)
      marcel (~> 1.0.0)
    activesupport (5.2.8.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.8.1)
      public_suffix (>= 2.0.2, < 6.0)
    ansi (1.5.0)
    arel (9.0.0)
    ast (2.4.2)
    authlogic (4.4.2)
      activerecord (>= 4.2, < 5.3)
      activesupport (>= 4.2, < 5.3)
      request_store (~> 1.0)
      scrypt (>= 1.2, < 4.0)
    authlogic-oid (1.0.4)
      authlogic
    babel-source (5.8.35)
    babel-transpiler (0.7.0)
      babel-source (>= 4.0, < 6)
      execjs (~> 2.0)
    bindex (0.6.0)
    buftok (0.2.0)
    builder (3.2.4)
    byebug (11.1.3)
    capybara (3.37.1)
      addressable
      matrix
      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)
    childprocess (4.1.0)
    chronic (0.10.2)
    ci_reporter (2.0.0)
      builder (>= 2.1.2)
    ci_reporter_test_unit (1.0.1)
      ci_reporter (~> 2.0)
      test-unit (>= 2.5.5, < 4.0)
    climate_control (0.2.0)
    codecov (0.6.0)
      simplecov (>= 0.15, < 0.22)
    coderay (1.1.3)
    coffee-rails (5.0.0)
      coffee-script (>= 2.2.0)
      railties (>= 5.2.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    composite_primary_keys (11.3.1)
      activerecord (~> 5.2.4)
    concurrent-ruby (1.1.10)
    connection_pool (2.2.5)
    crack (0.4.5)
      rexml
    crass (1.0.6)
    critical-path-css-rails (4.1.1)
    declarative (0.0.20)
    delayed_job (4.1.10)
      activesupport (>= 3.0, < 8.0)
    diff-lcs (1.5.0)
    digest-crc (0.6.4)
      rake (>= 12.0.0, < 14.0.0)
    docile (1.4.0)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    dry-container (0.10.1)
      concurrent-ruby (~> 1.0)
    dry-core (0.8.1)
      concurrent-ruby (~> 1.0)
    dry-inflector (0.3.0)
    dry-logic (1.2.0)
      concurrent-ruby (~> 1.0)
      dry-core (~> 0.5, >= 0.5)
    dry-types (1.5.1)
      concurrent-ruby (~> 1.0)
      dry-container (~> 0.3)
      dry-core (~> 0.5, >= 0.5)
      dry-inflector (~> 0.1, >= 0.1.2)
      dry-logic (~> 1.0, >= 1.0.2)
    equalizer (0.0.11)
    erubi (1.11.0)
    excon (0.92.3)
    execjs (2.7.0)
    faraday (1.10.2)
      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)
    ffi (1.15.5)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    figaro (1.2.0)
      thor (>= 0.14.0, < 2)
    fog-core (2.2.4)
      builder
      excon (~> 0.71)
      formatador (~> 0.2)
      mime-types
    fog-google (1.19.0)
      fog-core (< 2.3)
      fog-json (~> 1.2)
      fog-xml (~> 0.1.0)
      google-apis-compute_v1 (~> 0.14)
      google-apis-dns_v1 (~> 0.12)
      google-apis-iamcredentials_v1 (~> 0.6)
      google-apis-monitoring_v3 (~> 0.12)
      google-apis-pubsub_v1 (~> 0.7)
      google-apis-sqladmin_v1beta4 (~> 0.13)
      google-apis-storage_v1 (~> 0.6)
      google-cloud-env (~> 1.2)
    fog-json (1.2.0)
      fog-core
      multi_json (~> 1.10)
    fog-local (0.8.0)
      fog-core (>= 1.27, < 3.0)
    fog-xml (0.1.4)
      fog-core
      nokogiri (>= 1.5.11, < 2.0.0)
    font-awesome-rails (4.7.0.8)
      railties (>= 3.2, < 8.0)
    formatador (0.3.0)
    friendly_id (5.4.2)
      activerecord (>= 4.0.0)
    gemoji (3.0.1)
    geocoder (1.8.0)
    georuby (2.0.0)
    globalid (1.0.0)
      activesupport (>= 5.0)
    google-apis-compute_v1 (0.42.0)
      google-apis-core (>= 0.7, < 2.a)
    google-apis-core (0.7.0)
      addressable (~> 2.5, >= 2.5.1)
      googleauth (>= 0.16.2, < 2.a)
      httpclient (>= 2.8.1, < 3.a)
      mini_mime (~> 1.0)
      representable (~> 3.0)
      retriable (>= 2.0, < 4.a)
      rexml
      webrick
    google-apis-dns_v1 (0.23.0)
      google-apis-core (>= 0.7, < 2.a)
    google-apis-iamcredentials_v1 (0.13.0)
      google-apis-core (>= 0.7, < 2.a)
    google-apis-monitoring_v3 (0.30.0)
      google-apis-core (>= 0.7, < 2.a)
    google-apis-pubsub_v1 (0.23.0)
      google-apis-core (>= 0.7, < 2.a)
    google-apis-sqladmin_v1beta4 (0.32.0)
      google-apis-core (>= 0.7, < 2.a)
    google-apis-storage_v1 (0.17.0)
      google-apis-core (>= 0.7, < 2.a)
    google-cloud-core (1.6.0)
      google-cloud-env (~> 1.0)
      google-cloud-errors (~> 1.0)
    google-cloud-env (1.6.0)
      faraday (>= 0.17.3, < 3.0)
    google-cloud-errors (1.2.0)
    google-cloud-storage (1.39.0)
      addressable (~> 2.8)
      digest-crc (~> 0.4)
      google-apis-iamcredentials_v1 (~> 0.1)
      google-apis-storage_v1 (~> 0.17.0)
      google-cloud-core (~> 1.6)
      googleauth (>= 0.16.2, < 2.a)
      mini_mime (~> 1.0)
    googleauth (1.2.0)
      faraday (>= 0.17.3, < 3.a)
      jwt (>= 1.4, < 3.0)
      memoist (~> 0.16)
      multi_json (~> 1.11)
      os (>= 0.9, < 2.0)
      signet (>= 0.16, < 2.a)
    grape (1.6.2)
      activesupport
      builder
      dry-types (>= 1.1)
      mustermann-grape (~> 1.0.0)
      rack (>= 1.3.0)
      rack-accept
    grape-entity (0.10.2)
      activesupport (>= 3.0.0)
      multi_json (>= 1.3.2)
    grape-rails-cache (0.1.2)
      activesupport
      grape
    grape-swagger (1.5.0)
      grape (~> 1.3)
    grape-swagger-entity (0.5.1)
      grape-entity (>= 0.6.0)
      grape-swagger (>= 1.2.0)
    grape-swagger-rails (0.3.1)
      railties (>= 3.2.12)
    grape-swagger-ui (2.2.8)
      railties (>= 3.1)
    hashdiff (1.0.1)
    hashie (5.0.0)
    http (4.4.1)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 2.2)
      http-parser (~> 1.2.0)
    http-accept (1.7.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (2.3.0)
    http-parser (1.2.1)
      ffi-compiler (>= 1.0, < 2.0)
    http_accept_language (2.1.1)
    http_parser.rb (0.6.0)
    httpclient (2.8.3)
    i18n (1.12.0)
      concurrent-ruby (~> 1.0)
    i18n-js (3.8.0)
      i18n (>= 0.6.6)
    impressionist (1.6.1)
      nokogiri (~> 1)
    jasmine-core (3.4.0)
    jasmine-jquery-rails (2.0.3)
    jasmine-rails (0.15.0)
      jasmine-core (>= 1.3, < 4.0)
      phantomjs (>= 1.9)
      railties (>= 3.2.0)
      sprockets-rails
    jbuilder (2.11.5)
      actionview (>= 5.0.0)
      activesupport (>= 5.0.0)
    jquery-atwho-rails (1.5.4)
    jquery-datatables (1.10.20)
    jquery-rails (4.5.0)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    json (2.6.2)
    json_expressions (0.9.0)
    jwt (2.5.0)
    launchy (2.5.0)
      addressable (~> 2.7)
    lazyload-rails (0.5.0)
      nokogiri (~> 1.5)
    lemmatizer (0.2.2)
    letter_opener (1.8.1)
      launchy (>= 2.2, < 3)
    listen (3.7.1)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    loadcss-rails (2.0.1)
    loofah (2.18.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    maildir (2.2.1)
    mailman (0.7.0)
      activesupport (>= 2.3.4)
      i18n (>= 0.4.1)
      listen (>= 0.4.1)
      mail (>= 2.0.3)
      maildir (>= 0.5.0)
    marcel (1.0.2)
    matrix (0.4.2)
    memoist (0.16.2)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    method_source (1.0.0)
    mime-types (3.4.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2022.0105)
    mimemagic (0.3.10)
      nokogiri (~> 1)
      rake
    mini_mime (1.1.2)
    mini_portile2 (2.8.0)
    minitest (5.16.3)
    minitest-reporters (1.5.0)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    mocha (1.14.0)
    mono_logger (1.1.1)
    multi_json (1.15.0)
    multi_xml (0.6.0)
    multipart-post (2.2.3)
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    mustermann-grape (1.0.2)
      mustermann (>= 1.0.0)
    mysql2 (0.5.4)
    naught (1.1.0)
    netrc (0.11.0)
    nifty-generators (0.4.6)
    nio4r (2.5.8)
    nokogiri (1.13.9)
      mini_portile2 (~> 2.8.0)
      racc (~> 1.4)
    nokogumbo (2.0.5)
      nokogiri (~> 1.8, >= 1.8.4)
    oauth (0.5.6)
    oauth2 (1.4.7)
      faraday (>= 0.8, < 2.0)
      jwt (>= 1.0, < 3.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    omniauth (1.9.1)
      hashie (>= 3.4.6)
      rack (>= 1.6.2, < 3)
    omniauth-facebook (9.0.0)
      omniauth-oauth2 (~> 1.2)
    omniauth-github (1.4.0)
      omniauth (~> 1.5)
      omniauth-oauth2 (>= 1.4.0, < 2.0)
    omniauth-google-oauth2 (0.8.1)
      jwt (>= 2.0)
      oauth2 (~> 1.1)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (>= 1.6)
    omniauth-oauth (1.1.0)
      oauth
      omniauth (~> 1.0)
    omniauth-oauth2 (1.7.2)
      oauth2 (~> 1.4)
      omniauth (>= 1.9, < 3)
    omniauth-twitter (1.4.0)
      omniauth-oauth (~> 1.1)
      rack
    openssl (3.0.0)
    os (1.1.4)
    pagy (5.10.1)
      activesupport
    paperclip (6.1.0)
      activemodel (>= 4.2.0)
      activesupport (>= 4.2.0)
      mime-types
      mimemagic (~> 0.3.0)
      terrapin (~> 0.6.0)
    parallel (1.22.1)
    parser (3.1.2.1)
      ast (~> 2.4.1)
    passenger (6.0.14)
      rack
      rake (>= 0.8.1)
    phantomjs (2.1.1.0)
    php-serialize (1.3.0)
    power_assert (2.0.1)
    pry (0.14.1)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-rails (0.3.9)
      pry (>= 0.10.4)
    public_suffix (5.0.0)
    puma (5.6.5)
      nio4r (~> 2.0)
    racc (1.6.0)
    rack (2.2.4)
    rack-accept (0.4.5)
      rack (>= 0.4)
    rack-cors (1.1.1)
      rack (>= 2.0.0)
    rack-openid (1.4.2)
      rack (>= 1.1.0)
      ruby-openid (>= 2.1.8)
    rack-proxy (0.7.0)
      rack
    rack-test (2.0.2)
      rack (>= 1.3)
    rails (5.2.8.1)
      actioncable (= 5.2.8.1)
      actionmailer (= 5.2.8.1)
      actionpack (= 5.2.8.1)
      actionview (= 5.2.8.1)
      activejob (= 5.2.8.1)
      activemodel (= 5.2.8.1)
      activerecord (= 5.2.8.1)
      activestorage (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      bundler (>= 1.3.0)
      railties (= 5.2.8.1)
      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.0.3)
      activesupport (>= 4.2.0)
      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-perftest (0.0.7)
    rails_autolink (1.1.6)
      rails (> 3.1)
    railties (5.2.8.1)
      actionpack (= 5.2.8.1)
      activesupport (= 5.2.8.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rainbow (3.1.1)
    rake (13.0.6)
    rb-fsevent (0.11.0)
    rb-inotify (0.10.1)
      ffi (~> 1.0)
    rb-readline (0.5.5)
    rdiscount (2.2.0.2)
    react-rails (2.6.2)
      babel-transpiler (>= 0.7.0)
      connection_pool
      execjs
      railties (>= 3.2)
      tilt
    recaptcha (5.12.3)
      json
    redis (4.8.0)
    redis-namespace (1.9.0)
      redis (>= 4)
    regexp_parser (2.6.0)
    representable (3.2.0)
      declarative (< 0.1.0)
      trailblazer-option (>= 0.1.1, < 0.2.0)
      uber (< 0.2.0)
    request_store (1.4.1)
      rack (>= 1.4)
    responders (3.0.1)
      actionpack (>= 5.0)
      railties (>= 5.0)
    resque (2.3.0)
      mono_logger (~> 1.0)
      multi_json (~> 1.0)
      redis-namespace (~> 1.6)
      sinatra (>= 0.9.2)
    rest-client (2.1.0)
      http-accept (>= 1.7.0, < 2.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    retriable (3.1.2)
    reverse_markdown (1.1.0)
      nokogiri
    rexml (3.2.5)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    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-support (3.11.0)
    rubocop (1.33.0)
      json (~> 2.3)
      parallel (~> 1.10)
      parser (>= 3.1.0.0)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 1.8, < 3.0)
      rexml (>= 3.2.5, < 4.0)
      rubocop-ast (>= 1.19.1, < 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)
    rubocop-rails (2.15.2)
      activesupport (>= 4.2.0)
      rack (>= 1.1)
      rubocop (>= 1.7.0, < 2.0)
    rubocop-rake (0.6.0)
      rubocop (~> 1.0)
    ruby-openid (2.9.2)
    ruby-progressbar (1.11.0)
    ruby2_keywords (0.0.5)
    rubyzip (2.3.2)
    sanitize (5.2.3)
      crass (~> 1.0.2)
      nokogiri (>= 1.8.0)
      nokogumbo (~> 2.0)
    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
    scrypt (3.0.7)
      ffi-compiler (>= 1.0, < 2.0)
    selenium-webdriver (4.2.1)
      childprocess (>= 0.5, < 5.0)
      rexml (~> 3.2, >= 3.2.5)
      rubyzip (>= 1.2.2, < 3.0)
      websocket (~> 1.0)
    semantic_range (3.0.0)
    sentry-delayed_job (5.4.1)
      delayed_job (>= 4.0)
      sentry-ruby (~> 5.4.1)
    sentry-rails (5.4.2)
      railties (>= 5.0)
      sentry-ruby (~> 5.4.2)
    sentry-resque (5.4.1)
      resque (>= 1.24)
      sentry-ruby (~> 5.4.1)
    sentry-ruby (5.4.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
    sentry-ruby-core (5.3.1)
      concurrent-ruby
    sentry-sidekiq (5.3.1)
      sentry-ruby-core (~> 5.3.1)
      sidekiq (>= 3.0)
    sidekiq (6.5.6)
      connection_pool (>= 2.2.5)
      rack (~> 2.0)
      redis (>= 4.5.0, < 5)
    signet (0.17.0)
      addressable (~> 2.8)
      faraday (>= 0.17.5, < 3.a)
      jwt (>= 1.5, < 3.0)
      multi_json (~> 1.10)
    simple_oauth (0.3.1)
    simplecov (0.21.2)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
      simplecov_json_formatter (~> 0.1)
    simplecov-html (0.12.3)
    simplecov_json_formatter (0.1.3)
    sinatra (1.0)
      rack (>= 1.0)
    skylight (5.3.3)
      activesupport (>= 5.2.0)
    sprockets (4.1.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.4.2)
      actionpack (>= 5.2)
      activesupport (>= 5.2)
      sprockets (>= 3.0.0)
    sqlite3 (1.5.3)
      mini_portile2 (~> 2.8.0)
    teaspoon (1.1.5)
      railties (>= 3.2.5, < 6)
    teaspoon-mocha (2.3.3)
      teaspoon (>= 1.0.0)
    terrapin (0.6.0)
      climate_control (>= 0.0.3, < 1.0)
    terser (1.1.12)
      execjs (>= 0.3.0, < 3)
    test-unit (3.5.3)
      power_assert
    thor (1.2.1)
    thread_safe (0.3.6)
    tilt (2.0.11)
    timecop (0.9.5)
    trailblazer-option (0.1.2)
    turbolinks (5.2.1)
      turbolinks-source (~> 5.2)
    turbolinks-source (5.2.0)
    twitter (7.0.0)
      addressable (~> 2.3)
      buftok (~> 0.2.0)
      equalizer (~> 0.0.11)
      http (~> 4.0)
      http-form_data (~> 2.0)
      http_parser.rb (~> 0.6.0)
      memoizable (~> 0.4.0)
      multipart-post (~> 2.0)
      naught (~> 1.0)
      simple_oauth (~> 0.3.0)
    tzinfo (1.2.10)
      thread_safe (~> 0.1)
    uber (0.1.0)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.7)
    unicode-display_width (2.3.0)
    web-console (3.7.0)
      actionview (>= 5.0)
      activemodel (>= 5.0)
      bindex (>= 0.4.0)
      railties (>= 5.0)
    webmock (3.18.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    webpacker (5.4.3)
      activesupport (>= 5.2)
      rack-proxy (>= 0.6.1)
      railties (>= 5.2)
      semantic_range (>= 2.3.0)
    webrick (1.7.0)
    websocket (1.2.9)
    websocket-driver (0.7.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.5)
    whenever (1.0.0)
      chronic (>= 0.6.3)
    will_paginate (3.3.1)
    will_paginate-bootstrap4 (0.2.2)
      will_paginate (~> 3.0, >= 3.0.0)
    xpath (3.2.0)
      nokogiri (~> 1.8)

PLATFORMS
  ruby

DEPENDENCIES
  action-cable-testing
  activerecord-session_store
  authlogic (= 4.4.2)
  authlogic-oid
  byebug
  capybara
  ci_reporter_test_unit
  codecov
  coffee-rails (~> 5.0.0)
  composite_primary_keys
  critical-path-css-rails (~> 4.1.1)
  execjs
  figaro
  fog-google (= 1.19.0)
  fog-local (= 0.8.0)
  font-awesome-rails
  friendly_id
  gemoji
  geocoder
  georuby (= 2.0)
  google-cloud-storage
  grape
  grape-entity
  grape-rails-cache
  grape-swagger (~> 1.5.0)
  grape-swagger-entity (= 0.5.1)
  grape-swagger-rails
  grape-swagger-ui
  http_accept_language
  i18n-js (>= 3.0.0.rc11)
  impressionist
  jasmine-jquery-rails
  jasmine-rails
  jbuilder (~> 2.11)
  jquery-atwho-rails
  jquery-datatables
  jquery-rails
  json_expressions
  lazyload-rails
  lemmatizer (~> 0.2.2)
  letter_opener
  listen (~> 3.7.1)
  loadcss-rails (~> 2.0.1)
  mailman
  mimemagic (~> 0.3.10)
  minitest-reporters (~> 1.5.0)
  mocha (~> 1.14)
  mustermann (= 3.0.0)
  mysql2 (>= 0.4.4)
  nifty-generators
  omniauth (~> 1.9)
  omniauth-facebook (~> 9.0)
  omniauth-github (~> 1.4)
  omniauth-google-oauth2
  omniauth-twitter
  openssl (~> 3.0.0)
  pagy (>= 3.8.3)
  paperclip (~> 6.1.0)
  passenger
  phantomjs
  php-serialize
  pry-rails
  puma (~> 5.6)
  rack-cors
  rack-openid
  rack-test (= 2.0.2)
  rails (= 5.2.8.1)
  rails-controller-testing
  rails-dom-testing
  rails-i18n (~> 5.1.3)
  rails-perftest
  rails_autolink
  rake (~> 13.0.6)
  rb-readline
  rdiscount (~> 2.2)
  react-rails
  recaptcha
  responders (~> 3.0)
  rest-client
  reverse_markdown
  rspec
  rubocop (~> 1.33.0)
  rubocop-performance
  rubocop-rails
  rubocop-rake
  ruby-openid
  sanitize
  sassc (~> 2.4.0)
  sassc-rails
  scrypt (~> 3)
  selenium-webdriver (~> 4.2.1)
  sentry-delayed_job
  sentry-rails
  sentry-resque
  sentry-ruby
  sentry-sidekiq
  sidekiq
  simplecov
  skylight
  sqlite3 (~> 1.5.3)
  teaspoon-mocha
  terser (~> 1.1.12)
  test-unit
  timecop
  turbolinks (~> 5)
  twitter
  tzinfo-data
  web-console (>= 3.3.0)
  webmock (~> 3.18)
  webpacker
  whenever
  will_paginate (>= 3.0.6)
  will_paginate-bootstrap4

RUBY VERSION
   ruby 2.7.3p183

BUNDLED WITH
   2.3.24