GIT
  remote: git://github.com/lelylan/redis-throttle.git
  revision: d3224106021a59b678d300354b3ec1d5e2390374
  specs:
    redis-throttle (0.0.1)
      activesupport
      hiredis
      rack
      rack-throttle
      redis
      redis-namespace

GEM
  remote: https://rubygems.org/
  specs:
    actionmailer (4.2.6)
      actionpack (= 4.2.6)
      actionview (= 4.2.6)
      activejob (= 4.2.6)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 1.0, >= 1.0.5)
    actionpack (4.2.6)
      actionview (= 4.2.6)
      activesupport (= 4.2.6)
      rack (~> 1.6)
      rack-test (~> 0.6.2)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (4.2.6)
      activesupport (= 4.2.6)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 1.0, >= 1.0.5)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    active_model_serializers (0.9.5)
      activemodel (>= 3.2)
    activejob (4.2.6)
      activesupport (= 4.2.6)
      globalid (>= 0.3.0)
    activemodel (4.2.6)
      activesupport (= 4.2.6)
      builder (~> 3.1)
    activerecord (4.2.6)
      activemodel (= 4.2.6)
      activesupport (= 4.2.6)
      arel (~> 6.0)
    activerecord-import (0.13.0)
      activerecord (>= 3.0)
    activesupport (4.2.6)
      i18n (~> 0.7)
      json (~> 1.7, >= 1.7.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    addressable (2.3.8)
    annotate (2.7.1)
      activerecord (>= 3.2, < 6.0)
      rake (>= 10.4, < 12.0)
    ansi (1.5.0)
    arel (6.0.3)
    ast (2.2.0)
    axiom-types (0.1.1)
      descendants_tracker (~> 0.0.4)
      ice_nine (~> 0.11.0)
      thread_safe (~> 0.3, >= 0.3.1)
    bcrypt (3.1.11)
    bcrypt-ruby (3.1.5)
      bcrypt (>= 3.1.3)
    better_errors (2.1.1)
      coderay (>= 1.0.0)
      erubis (>= 2.6.6)
      rack (>= 0.9.0)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    brakeman (3.3.0)
    builder (3.2.2)
    bullet (5.0.0)
      activesupport (>= 3.0.0)
      uniform_notifier (~> 1.9.0)
    byebug (8.2.5)
    choice (0.2.0)
    chronic (0.10.2)
    climate_control (0.0.3)
      activesupport (>= 3.0)
    cocaine (0.5.8)
      climate_control (>= 0.0.3, < 1.0)
    codeclimate-engine-rb (0.3.1)
      virtus (~> 1.0)
    coderay (1.1.1)
    coercible (1.0.0)
      descendants_tracker (~> 0.0.1)
    colorize (0.7.7)
    concurrent-ruby (1.0.2)
    connection_pool (2.2.0)
    curb (0.8.8)
    cvss (0.99.0)
    dalli (2.7.6)
    data_mapper (1.2.0)
      dm-aggregates (~> 1.2.0)
      dm-constraints (~> 1.2.0)
      dm-core (~> 1.2.0)
      dm-migrations (~> 1.2.0)
      dm-serializer (~> 1.2.0)
      dm-timestamps (~> 1.2.0)
      dm-transactions (~> 1.2.0)
      dm-types (~> 1.2.0)
      dm-validations (~> 1.2.0)
    data_objects (0.10.17)
      addressable (~> 2.1)
    dawnscanner (1.6.2)
      cvss
      data_mapper
      dm-sqlite-adapter
      haml
      justify
      logger-colors
      ptools
      ruby_parser
      sqlite3
      sys-uname
      terminal-table
    debug_inspector (0.0.2)
    descendants_tracker (0.0.4)
      thread_safe (~> 0.3, >= 0.3.1)
    devise (4.0.2)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 5.1)
      responders
      warden (~> 1.2.3)
    devise_token_auth (0.1.37)
      devise (> 3.5.2, < 4.1)
      rails (< 6)
    dm-aggregates (1.2.0)
      dm-core (~> 1.2.0)
    dm-constraints (1.2.0)
      dm-core (~> 1.2.0)
    dm-core (1.2.1)
      addressable (~> 2.3)
    dm-do-adapter (1.2.0)
      data_objects (~> 0.10.6)
      dm-core (~> 1.2.0)
    dm-migrations (1.2.0)
      dm-core (~> 1.2.0)
    dm-serializer (1.2.2)
      dm-core (~> 1.2.0)
      fastercsv (~> 1.5)
      json (~> 1.6)
      json_pure (~> 1.6)
      multi_json (~> 1.0)
    dm-sqlite-adapter (1.2.0)
      dm-do-adapter (~> 1.2.0)
      do_sqlite3 (~> 0.10.6)
    dm-timestamps (1.2.0)
      dm-core (~> 1.2.0)
    dm-transactions (1.2.0)
      dm-core (~> 1.2.0)
    dm-types (1.2.2)
      bcrypt-ruby (~> 3.0)
      dm-core (~> 1.2.0)
      fastercsv (~> 1.5)
      json (~> 1.6)
      multi_json (~> 1.0)
      stringex (~> 1.4)
      uuidtools (~> 2.1)
    dm-validations (1.2.0)
      dm-core (~> 1.2.0)
    do_sqlite3 (0.10.17)
      data_objects (= 0.10.17)
    dspace_rest_client (2.2.6)
      activesupport (~> 4.2, >= 4.2.0)
      faraday (~> 0.9.2)
      json (~> 1.8, >= 1.8.3)
      net-http-persistent (~> 2.9, >= 2.9.4)
      resource_kit (~> 0.1.4)
    elasticsearch (1.0.17)
      elasticsearch-api (= 1.0.17)
      elasticsearch-transport (= 1.0.17)
    elasticsearch-api (1.0.17)
      multi_json
    elasticsearch-transport (1.0.17)
      faraday
      multi_json
    equalizer (0.0.11)
    erubis (2.7.0)
    execjs (2.6.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    fast_stack (0.2.0)
    fastercsv (1.5.5)
    feature (1.3.0)
    ffi (1.9.10)
    flamegraph (0.1.0)
      fast_stack
    flay (2.7.0)
      erubis (~> 2.7.0)
      ruby_parser (~> 3.0)
      sexp_processor (~> 4.0)
    flog (4.3.2)
      ruby_parser (~> 3.1, > 3.1.0)
      sexp_processor (~> 4.4)
    gitlab (3.6.1)
      httparty
      terminal-table
    globalid (0.3.6)
      activesupport (>= 4.1.0)
    haml (4.0.7)
      tilt
    hashie (3.4.4)
    hiredis (0.6.1)
    httparty (0.13.7)
      json (~> 1.8)
      multi_xml (>= 0.5.2)
    i18n (0.7.0)
    ice_nine (0.11.2)
    immigrant (0.3.5)
      activerecord (>= 3.0)
    json (1.8.3)
    json_pure (1.8.3)
    justify (1.0.2)
    jwt (1.5.1)
    launchy (2.4.3)
      addressable (~> 2.3)
    libarchive-static (1.0.5)
    logger-colors (1.0.0)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    mime-types (3.0)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0221)
    mimemagic (0.3.0)
    mina (0.3.8)
      open4 (~> 1.3.4)
      rake
    mini_portile2 (2.0.0)
    minitest (5.8.4)
    minitest-reporters (1.1.9)
      ansi
      builder
      minitest (>= 5.0)
      ruby-progressbar
    multi_json (1.12.0)
    multi_xml (0.5.5)
    multipart-post (2.0.0)
    net-http-persistent (2.9.4)
    nokogiri (1.6.7.2)
      mini_portile2 (~> 2.0.0.rc2)
    oauth (0.5.1)
    oauth2 (1.1.0)
      faraday (>= 0.8, < 0.10)
      jwt (~> 1.0, < 1.5.2)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    omniauth (1.3.1)
      hashie (>= 1.2, < 4)
      rack (>= 1.0, < 3)
    omniauth-facebook (3.0.0)
      omniauth-oauth2 (~> 1.2)
    omniauth-google-oauth2 (0.4.0)
      jwt (~> 1.5.0)
      multi_json (~> 1.3)
      omniauth (>= 1.1.1)
      omniauth-oauth2 (>= 1.3.1)
    omniauth-oauth (1.1.0)
      oauth
      omniauth (~> 1.0)
    omniauth-oauth2 (1.4.0)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
    omniauth-twitter (1.2.1)
      json (~> 1.3)
      omniauth-oauth (~> 1.1)
    open4 (1.3.4)
    orm_adapter (0.5.0)
    paperclip (4.3.6)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      cocaine (~> 0.5.5)
      mime-types
      mimemagic (= 0.3.0)
    parser (2.3.0.7)
      ast (~> 2.2)
    pg (0.18.4)
    phantomjs (2.1.1.0)
    powerpack (0.1.1)
    ptools (1.3.3)
    public_activity (1.5.0)
      actionpack (>= 3.0.0)
      activerecord (>= 3.0)
      i18n (>= 0.5.0)
      railties (>= 3.0.0)
    puma (3.4.0)
    pundit (1.1.0)
      activesupport (>= 3.0.0)
    rack (1.6.4)
    rack-cors (0.4.0)
    rack-mini-profiler (0.9.9.2)
      rack (>= 1.2.0)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rack-throttle (0.4.0)
      rack (>= 1.0.0)
    rails (4.2.6)
      actionmailer (= 4.2.6)
      actionpack (= 4.2.6)
      actionview (= 4.2.6)
      activejob (= 4.2.6)
      activemodel (= 4.2.6)
      activerecord (= 4.2.6)
      activesupport (= 4.2.6)
      bundler (>= 1.3.0, < 2.0)
      railties (= 4.2.6)
      sprockets-rails
    rails-api (0.4.0)
      actionpack (>= 3.2.11)
      railties (>= 3.2.11)
    rails-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.7)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6.0)
      rails-deprecated_sanitizer (>= 1.0.1)
    rails-erd (1.4.7)
      activerecord (>= 3.2)
      activesupport (>= 3.2)
      choice (~> 0.2.0)
      ruby-graphviz (~> 1.2)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    railties (4.2.6)
      actionpack (= 4.2.6)
      activesupport (= 4.2.6)
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.1.0)
    rake (11.1.2)
    rdoc (4.2.2)
      json (~> 1.4)
    redis (3.3.0)
    redis-namespace (1.5.2)
      redis (~> 3.0, >= 3.0.4)
    reek (4.0.1)
      codeclimate-engine-rb (~> 0.3.1)
      parser (~> 2.3, >= 2.3.0.6)
      rainbow (~> 2.0)
    resource_kit (0.1.5)
      addressable (~> 2.3.6)
    responders (2.2.0)
      railties (>= 4.2.0, < 5.1)
    rmagick (2.15.4)
    rubocop (0.39.0)
      parser (>= 2.3.0.7, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-graphviz (1.2.2)
    ruby-progressbar (1.8.0)
    ruby_parser (3.8.2)
      sexp_processor (~> 4.1)
    rubycritic (2.9.0)
      colorize
      flay (= 2.7.0)
      flog (= 4.3.2)
      launchy (= 2.4.3)
      parser (= 2.3.0.7)
      reek (= 4.0.1)
      ruby_parser (~> 3.8)
      virtus (~> 1.0)
    rubyzip (1.2.0)
    screencap (0.1.4)
      phantomjs
    sdoc (0.4.1)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    searchkick (1.3.0)
      activemodel
      elasticsearch (>= 1)
      hashie
    sexp_processor (4.7.0)
    shoulda (3.5.0)
      shoulda-context (~> 1.0, >= 1.0.1)
      shoulda-matchers (>= 1.4.1, < 3.0)
    shoulda-context (1.2.1)
    shoulda-matchers (2.8.0)
      activesupport (>= 3.0.0)
    sidekiq (4.1.2)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
    sinatra (1.4.7)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    slim (3.0.6)
      temple (~> 0.7.3)
      tilt (>= 1.3.3, < 2.1)
    spring (1.7.1)
    sprockets (3.6.0)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.0.4)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.11)
    stackprof (0.2.9)
    streamio-ffmpeg (1.0.0)
    stringex (1.5.1)
    sys-uname (1.0.2)
      ffi (>= 1.0.0)
    temple (0.7.6)
    terminal-table (1.5.2)
    thor (0.19.1)
    thread_safe (0.3.5)
    tilt (2.0.2)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unicode-display_width (1.0.5)
    uniform_notifier (1.9.0)
    uuidtools (2.1.5)
    virtus (1.0.5)
      axiom-types (~> 0.1)
      coercible (~> 1.0)
      descendants_tracker (~> 0.0, >= 0.0.3)
      equalizer (~> 0.0, >= 0.0.9)
    warden (1.2.6)
      rack (>= 1.0)
    web-console (2.3.0)
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
    whenever (0.9.4)
      chronic (>= 0.6.3)

PLATFORMS
  ruby

DEPENDENCIES
  active_model_serializers
  activerecord-import
  annotate
  bcrypt (~> 3.1.7)
  better_errors
  brakeman
  bullet
  byebug
  curb (~> 0.8.8)
  dalli
  dawnscanner
  devise
  devise_token_auth
  dspace_rest_client
  execjs
  feature
  flamegraph
  gitlab
  immigrant
  libarchive-static
  mimemagic
  mina
  minitest-reporters
  omniauth-facebook
  omniauth-google-oauth2
  omniauth-twitter
  paperclip
  pg
  public_activity
  puma
  pundit
  rack-cors
  rack-mini-profiler
  rails (= 4.2.6)
  rails-api
  rails-erd
  rainbow
  rdoc
  redis-throttle!
  rmagick
  rubocop
  rubycritic
  rubyzip
  screencap
  sdoc (~> 0.4.0)
  searchkick
  shoulda
  sidekiq
  sinatra
  slim
  spring
  stackprof
  streamio-ffmpeg (~> 1.0.0)
  web-console (~> 2.0)
  whenever

BUNDLED WITH
   1.12.1