AgileVentures/LocalSupport

View on GitHub
Gemfile.lock

Summary

Maintainability
Test Coverage
GIT
  remote: https://github.com/AgileVentures/url_validator.git
  revision: 00f7246d39fae872dd198afda3638df88fa7dbd9
  specs:
    url_validator (0.1.0)
      addressable
      rails

GIT
  remote: https://github.com/tansaku/report_intermittent_fails
  revision: 461bf02a0c347e1cca26aa5f91e28a0ef46686bd
  branch: randomfail-endtoend
  specs:
    report_intermittent_fails (0.1.9)
      octokit (~> 4)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.2.4.1)
      actionpack (= 5.2.4.1)
      nio4r (~> 2.0)
      websocket-driver (>= 0.6.1)
    actionmailer (5.2.4.1)
      actionpack (= 5.2.4.1)
      actionview (= 5.2.4.1)
      activejob (= 5.2.4.1)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.2.4.1)
      actionview (= 5.2.4.1)
      activesupport (= 5.2.4.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.4.1)
      activesupport (= 5.2.4.1)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.2.4.1)
      activesupport (= 5.2.4.1)
      globalid (>= 0.3.6)
    activemodel (5.2.4.1)
      activesupport (= 5.2.4.1)
    activerecord (5.2.4.1)
      activemodel (= 5.2.4.1)
      activesupport (= 5.2.4.1)
      arel (>= 9.0)
    activestorage (5.2.4.1)
      actionpack (= 5.2.4.1)
      activerecord (= 5.2.4.1)
      marcel (~> 0.3.1)
    activesupport (5.2.4.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    administrate (0.12.0)
      actionpack (>= 4.2)
      actionview (>= 4.2)
      activerecord (>= 4.2)
      autoprefixer-rails (>= 6.0)
      datetime_picker_rails (~> 0.0.7)
      jquery-rails (>= 4.0)
      kaminari (>= 1.0)
      momentjs-rails (~> 2.8)
      sassc-rails (~> 2.1)
      selectize-rails (~> 0.6)
    airbrake (10.0.3)
      airbrake-ruby (~> 4.13)
    airbrake-ruby (4.14.1)
      rbtree3 (~> 0.5)
    annotate (3.1.1)
      activerecord (>= 3.2, < 7.0)
      rake (>= 10.4, < 14.0)
    arel (9.0.0)
    aruba (0.14.14)
      childprocess (>= 0.6.3, < 4.0.0)
      contracts (~> 0.9)
      cucumber (>= 1.3.19)
      ffi (~> 1.9)
      rspec-expectations (>= 2.99)
      thor (>= 0.19, < 2.0)
    ast (2.4.0)
    autoprefixer-rails (9.7.3)
      execjs
    backports (3.15.0)
    bcrypt (3.1.13)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    bootstrap3-datetimepicker-rails (4.17.47)
      momentjs-rails (>= 2.8.1)
    bootstrap_sortable_rails (1.11.2)
    breadcrumbs_on_rails (4.0.0)
      rails (>= 5.0)
    buftok (0.2.0)
    builder (3.2.4)
    byebug (11.1.1)
    capybara (3.31.0)
      addressable
      mini_mime (>= 0.1.3)
      nokogiri (~> 1.8)
      rack (>= 1.6.0)
      rack-test (>= 0.6.3)
      regexp_parser (~> 1.5)
      xpath (~> 3.2)
    childprocess (3.0.0)
    cliver (0.3.2)
    coderay (1.1.2)
    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)
    commonjs (0.2.7)
    concurrent-ruby (1.1.6)
    contracts (0.16.0)
    cookiejar (0.3.3)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    crass (1.0.6)
    cucumber (3.1.2)
      builder (>= 2.1.2)
      cucumber-core (~> 3.2.0)
      cucumber-expressions (~> 6.0.1)
      cucumber-wire (~> 0.0.1)
      diff-lcs (~> 1.3)
      gherkin (~> 5.1.0)
      multi_json (>= 1.7.5, < 2.0)
      multi_test (>= 0.1.2)
    cucumber-core (3.2.1)
      backports (>= 3.8.0)
      cucumber-tag_expressions (~> 1.1.0)
      gherkin (~> 5.0)
    cucumber-expressions (6.0.1)
    cucumber-rails (2.0.0)
      capybara (>= 2.12, < 4)
      cucumber (>= 3.0.2, < 4)
      mime-types (>= 2.0, < 4)
      nokogiri (~> 1.8)
      railties (>= 4.2, < 7)
    cucumber-rails-training-wheels (1.0.0)
      cucumber-rails (>= 1.1.1)
    cucumber-tag_expressions (1.1.1)
    cucumber-wire (0.0.1)
    database_cleaner (1.8.3)
    datetime_picker_rails (0.0.7)
      momentjs-rails (>= 2.8.1)
    debug_inspector (0.0.3)
    devise (4.7.1)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0)
      responders
      warden (~> 1.2.3)
    devise_invitable (2.0.1)
      actionmailer (>= 5.0)
      devise (>= 4.6)
    diff-lcs (1.3)
    docile (1.3.2)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    dotenv (2.7.5)
    dotenv-rails (2.7.5)
      dotenv (= 2.7.5)
      railties (>= 3.2, < 6.1)
    em-http-request (1.1.5)
      addressable (>= 2.3.4)
      cookiejar (!= 0.3.1)
      em-socksify (>= 0.3)
      eventmachine (>= 1.0.3)
      http_parser.rb (>= 0.6.0)
    em-socksify (0.3.2)
      eventmachine (>= 1.0.0.beta.4)
    em-synchrony (1.0.6)
      eventmachine (>= 1.0.0.beta.1)
    equalizer (0.0.11)
    erubi (1.9.0)
    eventmachine (1.2.7)
    eventmachine_httpserver (0.2.1)
    excon (0.71.0)
    execjs (2.7.0)
    factory_bot (5.2.0)
      activesupport (>= 4.2.0)
    factory_bot_rails (5.2.0)
      factory_bot (~> 5.2.0)
      railties (>= 4.2.0)
    faker (2.11.0)
      i18n (>= 1.6, < 2)
    faraday (1.0.0)
      multipart-post (>= 1.2, < 3)
    ffi (1.12.2)
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    figaro (1.1.1)
      thor (~> 0.14)
    font-awesome-rails (4.7.0.5)
      railties (>= 3.2, < 6.1)
    friendly_id (5.3.0)
      activerecord (>= 4.0.0)
    fullcalendar-rails (3.9.0.0)
      jquery-rails (>= 4.0.5, < 5.0.0)
      jquery-ui-rails (>= 5.0.2)
      momentjs-rails (>= 2.9.0)
    geocoder (1.6.2)
    gherkin (5.1.0)
    globalid (0.4.2)
      activesupport (>= 4.2.0)
    hashdiff (1.0.1)
    heroku-api (0.4.3)
      excon (~> 0.45)
      multi_json (~> 1.8)
    http (4.3.0)
      addressable (~> 2.3)
      http-cookie (~> 1.0)
      http-form_data (~> 2.2)
      http-parser (~> 1.2.0)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    http-form_data (2.2.0)
    http-parser (1.2.1)
      ffi-compiler (>= 1.0, < 2.0)
    http_parser.rb (0.6.0)
    httparty (0.18.0)
      mime-types (~> 3.0)
      multi_xml (>= 0.5.2)
    i18n (1.8.2)
      concurrent-ruby (~> 1.0)
    idn-ruby (0.1.0)
    interception (0.5)
    jar_wrapper (0.1.8)
      zip
    jaro_winkler (1.5.4)
    jasmine (3.5.1)
      jasmine-core (~> 3.5.0)
      phantomjs
      rack (>= 1.2.1)
      rake
    jasmine-core (3.5.0)
    jasmine-jquery-rails (2.0.3)
    jbuilder (2.10.0)
      activesupport (>= 5.0.0)
    jquery-rails (4.3.5)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (6.0.1)
      railties (>= 3.2.16)
    json (2.3.0)
    kaminari (1.1.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.1.1)
      kaminari-activerecord (= 1.1.1)
      kaminari-core (= 1.1.1)
    kaminari-actionview (1.1.1)
      actionview
      kaminari-core (= 1.1.1)
    kaminari-activerecord (1.1.1)
      activerecord
      kaminari-core (= 1.1.1)
    kaminari-core (1.1.1)
    kgio (2.11.3)
    koala (3.0.0)
      addressable
      faraday
      json (>= 1.8)
    launchy (2.5.0)
      addressable (~> 2.7)
    less (2.6.0)
      commonjs (~> 0.2.7)
    less-rails (5.0.0)
      actionpack (>= 5.0)
      less (~> 2.6.0)
      sprockets (~> 3.0)
    letter_opener (1.7.0)
      launchy (~> 2.2)
    libv8 (3.16.14.19)
    loofah (2.5.0)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    marcel (0.3.3)
      mimemagic (~> 0.3.2)
    memoizable (0.4.2)
      thread_safe (~> 0.3, >= 0.3.1)
    meta-tags (2.13.0)
      actionpack (>= 3.2.0, < 6.1)
    method_source (1.0.0)
    mime-types (3.3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2019.1009)
    mimemagic (0.3.3)
    mini_mime (1.0.2)
    mini_portile2 (2.4.0)
    minitest (5.14.0)
    momentjs-rails (2.20.1)
      railties (>= 3.1)
    multi_json (1.14.1)
    multi_test (0.1.2)
    multi_xml (0.6.0)
    multipart-post (2.1.1)
    mustermann (1.1.0)
      ruby2_keywords (~> 0.0.1)
    naught (1.1.0)
    newrelic_rpm (6.10.0.364)
    nio4r (2.5.2)
    nokogiri (1.10.9)
      mini_portile2 (~> 2.4.0)
    octokit (4.16.0)
      faraday (>= 0.9)
      sawyer (~> 0.8.0, >= 0.5.3)
    orm_adapter (0.5.0)
    parallel (1.19.1)
    paranoia (2.4.2)
      activerecord (>= 4.0, < 6.1)
    parser (2.7.0.2)
      ast (~> 2.4.0)
    pg (1.2.3)
    phantomjs (2.1.1.0)
    poltergeist (1.18.1)
      capybara (>= 2.1, < 4)
      cliver (~> 0.3.1)
      websocket-driver (>= 0.2.0)
    pry (0.13.0)
      coderay (~> 1.1)
      method_source (~> 1.0)
    pry-byebug (3.9.0)
      byebug (~> 11.0)
      pry (~> 0.13.0)
    pry-rescue (1.5.0)
      interception (>= 0.5)
      pry (>= 0.12.0)
    pry-stack_explorer (0.4.9.3)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
    public_suffix (4.0.3)
    puffing-billy (2.3.1)
      addressable (~> 2.5)
      em-http-request (~> 1.1, >= 1.1.0)
      em-synchrony
      eventmachine (~> 1.2)
      eventmachine_httpserver
      http_parser.rb (~> 0.6.0)
      multi_json
    puma (4.3.3)
      nio4r (~> 2.0)
    rack (2.2.2)
    rack-cors (1.1.1)
      rack (>= 2.0.0)
    rack-protection (2.0.8.1)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rack_session_access (0.2.0)
      builder (>= 2.0.0)
      rack (>= 1.0.0)
    railroady (1.5.3)
    rails (5.2.4.1)
      actioncable (= 5.2.4.1)
      actionmailer (= 5.2.4.1)
      actionpack (= 5.2.4.1)
      actionview (= 5.2.4.1)
      activejob (= 5.2.4.1)
      activemodel (= 5.2.4.1)
      activerecord (= 5.2.4.1)
      activestorage (= 5.2.4.1)
      activesupport (= 5.2.4.1)
      bundler (>= 1.3.0)
      railties (= 5.2.4.1)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.4)
      actionpack (>= 5.0.1.x)
      actionview (>= 5.0.1.x)
      activesupport (>= 5.0.1.x)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.3.0)
      loofah (~> 2.3)
    rails_autolink (1.1.6)
      rails (> 3.1)
    railties (5.2.4.1)
      actionpack (= 5.2.4.1)
      activesupport (= 5.2.4.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.19.0, < 2.0)
    rainbow (3.0.0)
    raindrops (0.19.1)
    rake (13.0.1)
    rbtree3 (0.6.0)
    redcarpet (3.5.0)
    ref (2.0.0)
    regexp_parser (1.6.0)
    responders (3.0.0)
      actionpack (>= 5.0)
      railties (>= 5.0)
    rspec-activemodel-mocks (1.1.0)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      rspec-mocks (>= 2.99, < 4.0)
    rspec-core (3.9.1)
      rspec-support (~> 3.9.1)
    rspec-expectations (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-mocks (3.9.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.9.0)
    rspec-rails (4.0.0)
      actionpack (>= 4.2)
      activesupport (>= 4.2)
      railties (>= 4.2)
      rspec-core (~> 3.9)
      rspec-expectations (~> 3.9)
      rspec-mocks (~> 3.9)
      rspec-support (~> 3.9)
    rspec-support (3.9.2)
    rubocop (0.79.0)
      jaro_winkler (~> 1.5.1)
      parallel (~> 1.10)
      parser (>= 2.7.0.1)
      rainbow (>= 2.2.2, < 4.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 1.4.0, < 1.7)
    rubocop-git (0.1.3)
      rubocop (>= 0.24.1)
    rubocop-rspec (1.38.1)
      rubocop (>= 0.68.1)
    ruby-progressbar (1.10.1)
    ruby2_keywords (0.0.1)
    safe_yaml (1.0.5)
    sass-rails (6.0.0)
      sassc-rails (~> 2.1, >= 2.1.1)
    sassc (2.2.1)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt
    sawyer (0.8.2)
      addressable (>= 2.3.5)
      faraday (> 0.8, < 2.0)
    selectize-rails (0.12.6)
    selenium (0.2.11)
      jar_wrapper
    selenium-client (1.2.18)
    shoulda (3.6.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (~> 3.0)
    shoulda-context (1.2.2)
    shoulda-matchers (3.1.3)
      activesupport (>= 4.0.0)
    show_me_the_cookies (5.0.0)
      capybara (>= 2, < 4)
    simple_oauth (0.3.1)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-html (0.12.1)
    sinatra (2.0.8.1)
      mustermann (~> 1.0)
      rack (~> 2.0)
      rack-protection (= 2.0.8.1)
      tilt (~> 2.0)
    spring (2.0.2)
      activesupport (>= 4.2)
    spring-commands-rspec (1.0.4)
      spring (>= 0.9.1)
    sprockets (3.7.2)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sucker_punch (2.1.2)
      concurrent-ruby (~> 1.0)
    therubyracer (0.12.3)
      libv8 (~> 3.16.14.15)
      ref
    thor (0.20.3)
    thread_safe (0.3.6)
    tilt (2.0.10)
    timecop (0.9.1)
    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)
    twitter-bootstrap-rails (3.2.2)
      actionpack (>= 3.1)
      execjs (>= 2.2.2, >= 2.2)
      less-rails (>= 2.5.0)
      railties (>= 3.1)
    twitter-text (3.0.0)
      idn-ruby
      unf (~> 0.1.0)
    tzinfo (1.2.7)
      thread_safe (~> 0.1)
    uglifier (4.2.0)
      execjs (>= 0.3.0, < 3)
    underscore-rails (1.8.3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.6)
    unicode-display_width (1.6.1)
    unicorn (5.5.5)
      kgio (~> 2.6)
      raindrops (~> 0.7)
    uri-handler (1.0.2)
    vcr (5.1.0)
    warden (1.2.8)
      rack (>= 2.0.6)
    webmock (3.8.3)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    websocket-driver (0.7.1)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.4)
    xpath (3.2.0)
      nokogiri (~> 1.8)
    zip (2.0.2)

PLATFORMS
  ruby

DEPENDENCIES
  administrate
  airbrake
  annotate
  aruba (~> 0.14.14)
  binding_of_caller
  bootstrap3-datetimepicker-rails
  bootstrap_sortable_rails (~> 1.11.2)
  breadcrumbs_on_rails
  capybara (~> 3.31)
  coffee-rails (= 5.0.0)
  cucumber-rails
  cucumber-rails-training-wheels
  database_cleaner (= 1.8.3)
  devise (~> 4.7)
  devise_invitable (~> 2.0)
  dotenv-rails
  execjs
  factory_bot_rails
  faker (~> 2.11)
  figaro
  font-awesome-rails
  friendly_id (~> 5.3.0)
  fullcalendar-rails
  geocoder
  heroku-api
  httparty
  jasmine (~> 3.5)
  jasmine-jquery-rails (= 2.0.3)
  jbuilder
  jquery-rails
  koala
  launchy
  less-rails (~> 5.0)
  letter_opener
  meta-tags (~> 2.13)
  momentjs-rails
  newrelic_rpm
  nokogiri (~> 1.10)
  paranoia (~> 2.4)
  pg (~> 1.2)
  phantomjs
  poltergeist
  pry-byebug
  pry-rescue
  pry-stack_explorer
  puffing-billy (~> 2.3)
  puma
  rack-cors
  rack_session_access
  railroady
  rails (~> 5.2.4)
  rails-controller-testing
  rails_autolink
  redcarpet
  report_intermittent_fails!
  rspec-activemodel-mocks
  rspec-rails
  rubocop-git
  rubocop-rspec (>= 1.28)
  sass-rails (~> 6.0)
  selenium
  selenium-client
  shoulda
  show_me_the_cookies (~> 5.0)
  simplecov
  sinatra
  spring-commands-rspec
  sprockets
  sucker_punch (~> 2.1)
  therubyracer
  timecop
  twitter (~> 7.0)
  twitter-bootstrap-rails (= 3.2.2)
  twitter-text (~> 3.0)
  uglifier
  underscore-rails
  unicorn
  uri-handler
  url_validator!
  vcr
  webmock (~> 3.8)

RUBY VERSION
   ruby 2.6.5p114

BUNDLED WITH
   2.1.4