rubygems / bundler

Manage your Ruby application's gem dependencies
https://bundler.io
MIT License
4.88k stars 2k forks source link

1.4.3 adds unspecified dependencies to Gemfile.lock #5364

Closed jcoyne closed 7 years ago

jcoyne commented 7 years ago

Here is my Gemfile.lock. kaminari-activerecord has appeared, but I don't see what is requiring it. Kaminari 1.0.1 does have this dependency, but I'm locked to kaminari 0.17.0

GIT
  remote: https://github.com/jcoyne/flipflop.git
  revision: 0eecddade9890548c92b1e8aa681512f1db01469
  branch: hydra
  specs:
    flipflop (2.2.1)
      activesupport (>= 4.0)

GIT
  remote: https://github.com/projecthydra-labs/hyrax.git
  revision: 9d9de88c0a01146891509cd4780b38b2681aa455
  specs:
    hyrax (0.0.1.alpha)
      active_attr (~> 0.9.0)
      active_fedora-noid (~> 2.0)
      almond-rails (~> 0.0.1)
      awesome_nested_set (~> 3.1)
      blacklight (~> 6.6)
      blacklight-gallery (~> 0.1)
      breadcrumbs_on_rails (~> 3.0)
      browse-everything (>= 0.10.5)
      carrierwave (~> 0.9)
      clipboard-rails (~> 1.5)
      daemons (~> 1.1)
      dry-equalizer (~> 0.2)
      dry-struct (~> 0.1)
      dry-validation (~> 0.9)
      flipflop (~> 2.2)
      flot-rails (~> 0.0.6)
      font-awesome-rails (~> 4.2)
      hydra-editor (~> 3.1)
      hydra-head (~> 10.3)
      hydra-works (~> 0.15)
      jquery-datatables-rails (~> 3.4.0)
      jquery-ui-rails (~> 5.0)
      json-schema
      kaminari_route_prefix (~> 0.0.1)
      legato (~> 0.3)
      mailboxer (~> 0.12)
      nest (~> 2.0)
      oauth
      oauth2 (~> 1.2)
      posix-spawn
      power_converter (~> 0.1, >= 0.1.2)
      qa (~> 0.8)
      rails_autolink (~> 1.1)
      railties (~> 5.0)
      rdf-rdfxml
      redis-namespace (~> 1.5.2)
      redlock (~> 0.1.2)
      select2-rails (~> 3.5.9)
      signet
      tinymce-rails (~> 4.1)
      tinymce-rails-imageupload (~> 4.0.17.beta)
      yaml_db (~> 0.2)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.0.1)
      actionpack (= 5.0.1)
      nio4r (~> 1.2)
      websocket-driver (~> 0.6.1)
    actionmailer (5.0.1)
      actionpack (= 5.0.1)
      actionview (= 5.0.1)
      activejob (= 5.0.1)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.0.1)
      actionview (= 5.0.1)
      activesupport (= 5.0.1)
      rack (~> 2.0)
      rack-test (~> 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.0.1)
      activesupport (= 5.0.1)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    active-fedora (11.1.1)
      active-triples (~> 0.11.0)
      activemodel (>= 4.2, < 6)
      activesupport (>= 4.2.4, < 6)
      deprecation
      ldp (~> 0.6.0)
      rsolr (>= 1.1.2, < 3)
      solrizer (~> 3.4)
    active-triples (0.11.0)
      activemodel (>= 3.0.0)
      activesupport (>= 3.0.0)
      rdf (~> 2.0, >= 2.0.2)
      rdf-vocab
    active_attr (0.9.0)
      activemodel (>= 3.0.2, < 5.1)
      activesupport (>= 3.0.2, < 5.1)
    active_elastic_job (1.7.0)
      aws-sdk (~> 2)
      rails (>= 4.2)
    active_fedora-noid (2.0.1)
      active-fedora (>= 9.7, < 12)
      noid (~> 0.9)
      rails (>= 4.2.7.1, < 6)
    activejob (5.0.1)
      activesupport (= 5.0.1)
      globalid (>= 0.3.6)
    activemodel (5.0.1)
      activesupport (= 5.0.1)
    activerecord (5.0.1)
      activemodel (= 5.0.1)
      activesupport (= 5.0.1)
      arel (~> 7.0)
    activerecord-import (0.17.0)
      activerecord (>= 3.2)
    activesupport (5.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
    almond-rails (0.0.3)
      rails (>= 4.2, < 6)
    apartment (1.2.0)
      activerecord (>= 3.1.2, < 6.0)
      rack (>= 1.3.6)
    arel (7.1.4)
    ast (2.3.0)
    atomic (1.1.99)
    autoprefixer-rails (6.7.0)
      execjs
    awesome_nested_set (3.1.1)
      activerecord (>= 4.0.0, < 5.1)
    aws-sdk (2.7.1)
      aws-sdk-resources (= 2.7.1)
    aws-sdk-core (2.7.1)
      aws-sigv4 (~> 1.0)
      jmespath (~> 1.0)
    aws-sdk-resources (2.7.1)
      aws-sdk-core (= 2.7.1)
    aws-sigv4 (1.0.0)
    babel-source (5.8.35)
    babel-transpiler (0.7.0)
      babel-source (>= 4.0, < 6)
      execjs (~> 2.0)
    bcrypt (3.1.11)
    blacklight (6.7.3)
      bootstrap-sass (~> 3.2)
      deprecation
      globalid
      kaminari (>= 0.15)
      nokogiri (~> 1.6)
      rails (>= 4.2, < 6)
      rsolr (>= 1.0.6, < 3)
      twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
    blacklight-access_controls (0.6.1)
      blacklight (~> 6.0)
      cancancan (~> 1.8)
      deprecation (~> 1.0)
    blacklight-gallery (0.7.0)
      blacklight (~> 6.3)
      bootstrap-sass (~> 3.0)
      openseadragon (>= 0.2.0)
      rails
    bootstrap-sass (3.3.7)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
    breadcrumbs_on_rails (3.0.1)
    browse-everything (0.11.1)
      addressable (~> 2.5)
      aws-sdk
      bootstrap-sass
      dropbox-sdk (>= 1.6.2)
      font-awesome-rails
      google-api-client (~> 0.9)
      google_drive
      httparty
      rails (>= 3.1)
      ruby-box
      sass-rails
      signet
      skydrive
    builder (3.2.3)
    byebug (9.0.6)
    cancancan (1.15.0)
    capybara (2.11.0)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    carrierwave (0.11.2)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      json (>= 1.7)
      mime-types (>= 1.16)
      mimemagic (>= 0.3.0)
    clipboard-rails (1.5.16)
    coffee-rails (4.1.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.1.x)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.4)
    concurrent-ruby-ext (1.0.4)
      concurrent-ruby (= 1.0.4)
    config (1.4.0)
      activesupport (>= 3.0)
      deep_merge (~> 1.1.1)
    connection_pool (2.2.1)
    coveralls (0.8.18)
      json (>= 1.8, < 3)
      simplecov (~> 0.12.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
      tins (~> 1.6)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    daemons (1.2.4)
    debug_inspector (0.0.2)
    deep_merge (1.1.1)
    deprecation (1.0.0)
      activesupport
    devise (4.2.0)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 5.1)
      responders
      warden (~> 1.2.3)
    devise-guests (0.5.0)
      devise
    devise-i18n (1.1.1)
    diff-lcs (1.2.5)
    docile (1.1.5)
    dropbox-sdk (1.6.5)
      json
    dry-configurable (0.5.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.2.3)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.0)
    dry-logic (0.4.1)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
    dry-struct (0.1.1)
      dry-configurable (~> 0.1)
      dry-equalizer (~> 0.2)
      dry-types (~> 0.9, >= 0.9.0)
      ice_nine (~> 0.11)
    dry-types (0.9.4)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.10.5)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      dry-types (~> 0.9, >= 0.9.0)
    ebnf (1.1.0)
      rdf (~> 2.0)
      sxp (~> 1.0)
    erubis (2.7.0)
    excon (0.54.0)
    execjs (2.7.0)
    factory_girl (4.8.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.8.0)
      factory_girl (~> 4.8.0)
      railties (>= 3.0.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.11.0)
      faraday (>= 0.7.4, < 1.0)
    fcrepo_wrapper (0.7.0)
      ruby-progressbar
    flot-rails (0.0.7)
      jquery-rails
    fog-aws (1.1.0)
      fog-core (~> 1.38)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
    fog-core (1.43.0)
      builder
      excon (~> 0.49)
      formatador (~> 0.2)
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
    font-awesome-rails (4.7.0.1)
      railties (>= 3.2, < 5.1)
    formatador (0.2.5)
    globalid (0.3.7)
      activesupport (>= 4.1.0)
    google-api-client (0.9.23)
      addressable (~> 2.3)
      googleauth (~> 0.5)
      httpclient (~> 2.7)
      hurley (~> 0.1)
      memoist (~> 0.11)
      mime-types (>= 1.6)
      representable (~> 2.3.0)
      retriable (~> 2.0)
    google_drive (2.1.2)
      google-api-client (>= 0.9.0, < 1.0.0)
      googleauth (>= 0.5.0, < 1.0.0)
      nokogiri (>= 1.5.3, < 2.0.0)
    googleauth (0.5.1)
      faraday (~> 0.9)
      jwt (~> 1.4)
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
    haml (4.0.7)
      tilt
    hamster (3.0.0)
      concurrent-ruby (~> 1.0)
    hashdiff (0.3.2)
    hiredis (0.6.1)
    honeybadger (2.7.2)
    htmlentities (4.3.4)
    httmultiparty (0.3.16)
      httparty (>= 0.7.3)
      mimemagic
      multipart-post
    http_logger (0.5.1)
    httparty (0.14.0)
      multi_xml (>= 0.5.2)
    httpclient (2.8.3)
    hurley (0.2)
    hydra-access-controls (10.3.4)
      active-fedora (>= 10.0.0, < 12)
      activesupport (>= 4, < 6)
      blacklight (>= 5.16)
      blacklight-access_controls (~> 0.6)
      cancancan (~> 1.8)
      deprecation (~> 1.0)
    hydra-core (10.3.4)
      hydra-access-controls (= 10.3.4)
      railties (>= 4.0.0, < 6)
    hydra-derivatives (3.2.1)
      active-fedora (>= 9.0, < 12)
      activesupport (>= 4.0, < 6)
      deprecation
      mime-types (> 2.0, < 4.0)
      mini_magick (>= 3.2, < 5)
    hydra-editor (3.1.2)
      active-fedora (>= 9.0.0)
      almond-rails (~> 0.0.3)
      cancancan (~> 1.8)
      rails (>= 4.2.0, < 6)
      simple_form (~> 3.2)
      sprockets-es6
    hydra-file_characterization (0.3.3)
      activesupport (>= 3.0.0)
    hydra-head (10.3.4)
      hydra-access-controls (= 10.3.4)
      hydra-core (= 10.3.4)
      rails (>= 3.2.6)
    hydra-pcdm (0.9.0)
      active-fedora (>= 10, < 12)
      mime-types (>= 1)
    hydra-works (0.15.0)
      hydra-derivatives (~> 3.0)
      hydra-file_characterization (~> 0.3, >= 0.3.3)
      hydra-pcdm (>= 0.9)
      om (~> 3.1)
    i18n (0.7.0)
    ice_nine (0.11.2)
    iiif-presentation (0.1.0)
      activesupport (>= 3.2.18)
      faraday (~> 0.9.0)
      json
    iiif_manifest (0.1.2)
      activesupport (>= 4)
      iiif-presentation (~> 0.1.0)
    inflecto (0.0.2)
    ipaddress (0.8.3)
    is_it_working (1.1.0)
    iso-639 (0.2.8)
    jbuilder (2.6.1)
      activesupport (>= 3.0.0, < 5.1)
      multi_json (~> 1.2)
    jmespath (1.3.1)
    jquery-datatables-rails (3.4.0)
      actionpack (>= 3.1)
      jquery-rails
      railties (>= 3.1)
      sass-rails
    jquery-rails (4.2.2)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.5)
      railties (>= 3.2.16)
    json (2.0.3)
    json-ld (2.1.2)
      multi_json (~> 1.12)
      rdf (~> 2.1)
    json-schema (2.7.0)
      addressable (>= 2.4)
    jwt (1.5.6)
    kaminari (0.17.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kaminari-activerecord (1.0.1)
      activerecord
      kaminari-core (= 1.0.1)
    kaminari-core (1.0.1)
    kaminari_route_prefix (0.0.2)
      kaminari (~> 0.16)
    ldp (0.6.3)
      deprecation
      faraday
      http_logger
      json-ld
      rdf (>= 1.1)
      rdf-isomorphic
      rdf-turtle
      rdf-vocab (>= 0.8)
      slop
    legato (0.7.0)
      multi_json
    link_header (0.0.8)
    little-plugger (1.1.4)
    logging (2.1.0)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
    lograge (0.4.1)
      actionpack (>= 4, < 5.1)
      activesupport (>= 4, < 5.1)
      railties (>= 4, < 5.1)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    mailboxer (0.14.0)
      carrierwave (>= 0.5.8)
      rails (>= 4.2.0)
    memoist (0.15.0)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mimemagic (0.3.2)
    mini_magick (4.6.0)
    mini_portile2 (2.1.0)
    minitest (5.10.1)
    mods (2.1.0)
      iso-639
      nokogiri
      nom-xml (~> 0.6.0)
    multi_json (1.12.1)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    nest (2.1.0)
      redic
    nio4r (1.2.1)
    noid (0.9.0)
    nokogiri (1.7.0.1)
      mini_portile2 (~> 2.1.0)
    nom-xml (0.6.0)
      activesupport (>= 3.2.18)
      i18n
      nokogiri
    oauth (0.5.1)
    oauth2 (1.3.0)
      faraday (>= 0.8, < 0.11)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    om (3.1.1)
      activemodel
      activesupport
      nokogiri (>= 1.4.2)
      solrizer (~> 3.3)
    openseadragon (0.3.2)
      rails (> 3.2.0)
    orm_adapter (0.5.0)
    os (0.9.6)
    parser (2.3.3.1)
      ast (~> 2.2)
    peek (0.2.0)
      coffee-rails
      concurrent-ruby (>= 0.9.0)
      concurrent-ruby-ext (>= 0.9.0)
      railties (>= 3.0.0)
    peek-faraday (2.0.0)
      atomic (>= 1.0.0)
      faraday
      faraday_middleware
      peek
    peek-git (1.0.2)
      peek
    peek-performance_bar (1.2.1)
      peek (>= 0.1.0)
    peek-pg (1.3.0)
      concurrent-ruby
      concurrent-ruby-ext
      peek
      pg
    peek-redis (1.2.0)
      atomic (>= 1.0.0)
      peek
      redis
    peek-sidekiq (1.0.3)
      atomic (>= 1.0.0)
      peek
      sidekiq
    pg (0.19.0)
    posix-spawn (0.3.13)
    power_converter (0.1.2)
    powerpack (0.1.1)
    public_suffix (2.0.5)
    puma (3.6.2)
    qa (0.11.0)
      activerecord-import
      deprecation
      faraday
      nokogiri (~> 1.6)
      rails (>= 4.2.0, < 6.0)
    rack (2.0.1)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (5.0.1)
      actioncable (= 5.0.1)
      actionmailer (= 5.0.1)
      actionpack (= 5.0.1)
      actionview (= 5.0.1)
      activejob (= 5.0.1)
      activemodel (= 5.0.1)
      activerecord (= 5.0.1)
      activesupport (= 5.0.1)
      bundler (>= 1.3.0, < 2.0)
      railties (= 5.0.1)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.1)
      actionpack (~> 5.x)
      actionview (~> 5.x)
      activesupport (~> 5.x)
    rails-dom-testing (2.0.2)
      activesupport (>= 4.2.0, < 6.0)
      nokogiri (~> 1.6)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    rails_autolink (1.1.6)
      rails (> 3.1)
    railties (5.0.1)
      actionpack (= 5.0.1)
      activesupport (= 5.0.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.2.1)
    rake (12.0.0)
    rdf (2.2.3)
      hamster (~> 3.0)
      link_header (~> 0.0, >= 0.0.8)
    rdf-aggregate-repo (2.1.0)
      rdf (~> 2.0)
    rdf-isomorphic (2.0.0)
      rdf (~> 2.0)
    rdf-rdfa (2.1.1)
      haml (~> 4.0)
      htmlentities (~> 4.3)
      rdf (~> 2.0)
      rdf-aggregate-repo (~> 2.0)
      rdf-xsd (~> 2.0)
    rdf-rdfxml (2.0.0)
      htmlentities (~> 4.3)
      rdf (~> 2.0)
      rdf-rdfa (~> 2.0)
      rdf-xsd (~> 2.0)
    rdf-turtle (2.2.0)
      ebnf (~> 1.1)
      rdf (~> 2.2)
    rdf-vocab (2.2.1)
      rdf (~> 2.2)
    rdf-xsd (2.1.0)
      rdf (~> 2.1)
    redic (1.5.0)
      hiredis
    redis (3.3.3)
    redis-namespace (1.5.2)
      redis (~> 3.0, >= 3.0.4)
    redlock (0.1.8)
      redis (~> 3, >= 3.0.0)
    representable (2.3.0)
      uber (~> 0.0.7)
    responders (2.3.0)
      railties (>= 4.2.0, < 5.1)
    retriable (2.1.0)
    riiif (0.4.1)
      rails (> 3.2.0)
    rolify (5.1.0)
    rsolr (1.1.2)
      builder (>= 2.1.2)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-rails (3.5.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rubocop (0.47.0)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    rubocop-rspec (1.10.0)
      rubocop (>= 0.42.0)
    ruby-box (1.15.0)
      addressable
      json
      multipart-post
      oauth2
    ruby-progressbar (1.8.1)
    rubyzip (1.2.0)
    safe_yaml (1.0.4)
    sass (3.4.23)
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    secure_headers (3.6.0)
      useragent
    select2-rails (3.5.10)
      thor (~> 0.14)
    sidekiq (4.2.9)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      rack-protection (>= 1.5.0)
      redis (~> 3.2, >= 3.2.1)
    signet (0.7.3)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (~> 1.5)
      multi_json (~> 1.10)
    simple_form (3.4.0)
      actionpack (> 4, < 5.1)
      activemodel (> 4, < 5.1)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    skydrive (1.2.0)
      activesupport
      httmultiparty
      httparty (>= 0.11.0)
      oauth2 (>= 0.9.2)
    slop (4.4.1)
    solr_wrapper (0.20.0)
      faraday
      ruby-progressbar
      rubyzip
    solrizer (3.4.1)
      activesupport
      daemons
      nokogiri
      stomp
      xml-simple
    spring (1.7.2)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-es6 (0.9.2)
      babel-source (>= 5.8.11)
      babel-transpiler
      sprockets (>= 3.0.0)
    sprockets-rails (3.2.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    stomp (1.4.3)
    sxp (1.0.0)
      rdf (~> 2.0)
    term-ansicolor (1.4.0)
      tins (~> 1.0)
    thor (0.19.4)
    thread_safe (0.3.5)
    tilt (2.0.5)
    tins (1.13.0)
    tinymce-rails (4.5.2)
      railties (>= 3.1.1)
    tinymce-rails-imageupload (4.0.17.beta)
      railties (>= 3.2, < 6)
      tinymce-rails (~> 4.0)
    turbolinks (5.0.1)
      turbolinks-source (~> 5)
    turbolinks-source (5.0.0)
    twitter-typeahead-rails (0.11.1.pre.corejavascript)
      actionpack (>= 3.1)
      jquery-rails
      railties (>= 3.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uber (0.0.15)
    uglifier (3.0.4)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (1.1.3)
    useragent (0.16.8)
    warden (1.2.6)
      rack (>= 1.0)
    web-console (3.4.0)
      actionview (>= 5.0)
      activemodel (>= 5.0)
      debug_inspector
      railties (>= 5.0)
    webmock (2.3.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
    xml-simple (1.1.5)
    xpath (2.0.0)
      nokogiri (~> 1.3)
    yaml_db (0.4.2)
      rails (>= 3.0, < 5.1)
      rake (>= 0.8.7)
    zk (1.9.6)
      zookeeper (~> 1.4.0)
    zookeeper (1.4.11)

PLATFORMS
  ruby

DEPENDENCIES
  active-fedora (>= 11.1.1)
  active_elastic_job (~> 1.7)
  apartment
  blacklight (~> 6.7)
  byebug
  capybara
  coffee-rails (~> 4.1.0)
  config (~> 1.2, >= 1.2.1)
  coveralls
  devise
  devise-guests (~> 0.3)
  devise-i18n
  factory_girl_rails
  fcrepo_wrapper (~> 0.4)
  flipflop!
  fog-aws
  honeybadger (~> 2.0)
  hyrax!
  iiif_manifest (~> 0.1.2)
  is_it_working
  jbuilder (~> 2.0)
  jquery-rails
  lograge
  mods (~> 2.1)
  peek
  peek-faraday
  peek-git
  peek-performance_bar
  peek-pg
  peek-redis
  peek-sidekiq
  pg
  puma
  rails (= 5.0.1)
  rails-controller-testing
  riiif (~> 0.3)
  rolify
  rsolr (~> 1.1.2)
  rspec
  rspec-rails
  rubocop (~> 0.47.0)
  rubocop-rspec (~> 1.10.0)
  sass-rails (~> 5.0)
  secure_headers
  sidekiq
  simplecov
  solr_wrapper (~> 0.10)
  spring (~> 1.7)
  turbolinks
  uglifier (>= 1.3.0)
  web-console (>= 3.3.0)
  webmock
  zk

BUNDLED WITH
   1.14.3
segiddins commented 7 years ago

Can you please share the full output of bundle env? Thanks!

jcoyne commented 7 years ago

Sure.

Environment

Bundler   1.14.3
Rubygems  2.6.8
Ruby      2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
Git       2.10.1 (Apple Git-78)
Platform  x86_64-darwin-16

Bundler settings

gem.test
  Set for the current user (/Users/jcoyne/.bundle/config): "rspec"
gem.mit
  Set for the current user (/Users/jcoyne/.bundle/config): "false"
gem.coc
  Set for the current user (/Users/jcoyne/.bundle/config): "true"
build.nokogiri
  Set for the current user (/Users/jcoyne/.bundle/config): "--use-system-libraries"

Gemfile

Gemfile

source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.0.1'
# Use sqlite3 as the database for Active Record
gem 'pg'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
gem 'coffee-rails', '~> 4.1.0'
# See https://github.com/rails/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
# gem 'sdoc', '~> 0.4.0', group: :doc

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'

gem 'active-fedora', '>= 11.1.1'

gem 'puma'

# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'byebug'

  gem 'rspec'
  gem 'rspec-rails'

  gem 'coveralls', require: false
  gem 'simplecov', require: false

  gem 'fcrepo_wrapper', '~> 0.4'
  gem 'solr_wrapper', '~> 0.10'

  gem 'rubocop', '~> 0.47.0'
  gem 'rubocop-rspec', '~> 1.10.0'
end

group :test do
  gem 'capybara'
  gem 'factory_girl_rails'
  gem 'rails-controller-testing'
  gem 'webmock'
end

group :development do
  # Access an IRB console on exception pages or by using <%= console %> in views
  gem 'web-console', '>= 3.3.0'

  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
  gem 'spring', '~> 1.7'
end

gem 'blacklight', '~> 6.7'

gem 'hyrax', git: 'https://github.com/projecthydra-labs/hyrax.git'
gem 'rsolr', '~> 1.1.2'

gem 'devise'
gem 'devise-guests', '~> 0.3'
gem 'devise-i18n'

gem 'apartment'
gem 'config', '~> 1.2', '>= 1.2.1'
gem 'is_it_working'
gem 'rolify'

gem 'peek'
gem 'peek-faraday'
gem 'peek-git'
gem 'peek-performance_bar'
gem 'peek-pg'
gem 'peek-redis'

gem 'flipflop', git: 'https://github.com/jcoyne/flipflop.git', branch: 'hydra'
gem 'lograge'

gem 'zk'

gem 'mods', '~> 2.1'
gem 'riiif', '~> 0.3'

gem 'iiif_manifest', '~> 0.1.2'

group :aws do
  # TODO: Version 2.0 causes a failure in spec/lib/active_job/queue_adapters/better_active_elastic_job_adapter_spec.rb
  gem 'active_elastic_job', '~> 1.7'
  gem 'fog-aws'
end

gem 'peek-sidekiq'
gem 'sidekiq'

gem 'secure_headers'

gem 'honeybadger', '~> 2.0'

Gemfile.lock

GIT
  remote: https://github.com/jcoyne/flipflop.git
  revision: 0eecddade9890548c92b1e8aa681512f1db01469
  branch: hydra
  specs:
    flipflop (2.2.1)
      activesupport (>= 4.0)

GIT
  remote: https://github.com/projecthydra-labs/hyrax.git
  revision: 9d9de88c0a01146891509cd4780b38b2681aa455
  specs:
    hyrax (0.0.1.alpha)
      active_attr (~> 0.9.0)
      active_fedora-noid (~> 2.0)
      almond-rails (~> 0.0.1)
      awesome_nested_set (~> 3.1)
      blacklight (~> 6.6)
      blacklight-gallery (~> 0.1)
      breadcrumbs_on_rails (~> 3.0)
      browse-everything (>= 0.10.5)
      carrierwave (~> 0.9)
      clipboard-rails (~> 1.5)
      daemons (~> 1.1)
      dry-equalizer (~> 0.2)
      dry-struct (~> 0.1)
      dry-validation (~> 0.9)
      flipflop (~> 2.2)
      flot-rails (~> 0.0.6)
      font-awesome-rails (~> 4.2)
      hydra-editor (~> 3.1)
      hydra-head (~> 10.3)
      hydra-works (~> 0.15)
      jquery-datatables-rails (~> 3.4.0)
      jquery-ui-rails (~> 5.0)
      json-schema
      kaminari_route_prefix (~> 0.0.1)
      legato (~> 0.3)
      mailboxer (~> 0.12)
      nest (~> 2.0)
      oauth
      oauth2 (~> 1.2)
      posix-spawn
      power_converter (~> 0.1, >= 0.1.2)
      qa (~> 0.8)
      rails_autolink (~> 1.1)
      railties (~> 5.0)
      rdf-rdfxml
      redis-namespace (~> 1.5.2)
      redlock (~> 0.1.2)
      select2-rails (~> 3.5.9)
      signet
      tinymce-rails (~> 4.1)
      tinymce-rails-imageupload (~> 4.0.17.beta)
      yaml_db (~> 0.2)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.0.1)
      actionpack (= 5.0.1)
      nio4r (~> 1.2)
      websocket-driver (~> 0.6.1)
    actionmailer (5.0.1)
      actionpack (= 5.0.1)
      actionview (= 5.0.1)
      activejob (= 5.0.1)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.0.1)
      actionview (= 5.0.1)
      activesupport (= 5.0.1)
      rack (~> 2.0)
      rack-test (~> 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.0.1)
      activesupport (= 5.0.1)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    active-fedora (11.1.1)
      active-triples (~> 0.11.0)
      activemodel (>= 4.2, < 6)
      activesupport (>= 4.2.4, < 6)
      deprecation
      ldp (~> 0.6.0)
      rsolr (>= 1.1.2, < 3)
      solrizer (~> 3.4)
    active-triples (0.11.0)
      activemodel (>= 3.0.0)
      activesupport (>= 3.0.0)
      rdf (~> 2.0, >= 2.0.2)
      rdf-vocab
    active_attr (0.9.0)
      activemodel (>= 3.0.2, < 5.1)
      activesupport (>= 3.0.2, < 5.1)
    active_elastic_job (1.7.0)
      aws-sdk (~> 2)
      rails (>= 4.2)
    active_fedora-noid (2.0.1)
      active-fedora (>= 9.7, < 12)
      noid (~> 0.9)
      rails (>= 4.2.7.1, < 6)
    activejob (5.0.1)
      activesupport (= 5.0.1)
      globalid (>= 0.3.6)
    activemodel (5.0.1)
      activesupport (= 5.0.1)
    activerecord (5.0.1)
      activemodel (= 5.0.1)
      activesupport (= 5.0.1)
      arel (~> 7.0)
    activerecord-import (0.17.0)
      activerecord (>= 3.2)
    activesupport (5.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.0)
      public_suffix (~> 2.0, >= 2.0.2)
    almond-rails (0.0.3)
      rails (>= 4.2, < 6)
    apartment (1.2.0)
      activerecord (>= 3.1.2, < 6.0)
      rack (>= 1.3.6)
    arel (7.1.4)
    ast (2.3.0)
    atomic (1.1.99)
    autoprefixer-rails (6.7.0)
      execjs
    awesome_nested_set (3.1.1)
      activerecord (>= 4.0.0, < 5.1)
    aws-sdk (2.7.1)
      aws-sdk-resources (= 2.7.1)
    aws-sdk-core (2.7.1)
      aws-sigv4 (~> 1.0)
      jmespath (~> 1.0)
    aws-sdk-resources (2.7.1)
      aws-sdk-core (= 2.7.1)
    aws-sigv4 (1.0.0)
    babel-source (5.8.35)
    babel-transpiler (0.7.0)
      babel-source (>= 4.0, < 6)
      execjs (~> 2.0)
    bcrypt (3.1.11)
    blacklight (6.7.3)
      bootstrap-sass (~> 3.2)
      deprecation
      globalid
      kaminari (>= 0.15)
      nokogiri (~> 1.6)
      rails (>= 4.2, < 6)
      rsolr (>= 1.0.6, < 3)
      twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
    blacklight-access_controls (0.6.1)
      blacklight (~> 6.0)
      cancancan (~> 1.8)
      deprecation (~> 1.0)
    blacklight-gallery (0.7.0)
      blacklight (~> 6.3)
      bootstrap-sass (~> 3.0)
      openseadragon (>= 0.2.0)
      rails
    bootstrap-sass (3.3.7)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
    breadcrumbs_on_rails (3.0.1)
    browse-everything (0.11.1)
      addressable (~> 2.5)
      aws-sdk
      bootstrap-sass
      dropbox-sdk (>= 1.6.2)
      font-awesome-rails
      google-api-client (~> 0.9)
      google_drive
      httparty
      rails (>= 3.1)
      ruby-box
      sass-rails
      signet
      skydrive
    builder (3.2.3)
    byebug (9.0.6)
    cancancan (1.15.0)
    capybara (2.11.0)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    carrierwave (0.11.2)
      activemodel (>= 3.2.0)
      activesupport (>= 3.2.0)
      json (>= 1.7)
      mime-types (>= 1.16)
      mimemagic (>= 0.3.0)
    clipboard-rails (1.5.16)
    coffee-rails (4.1.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.1.x)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.4)
    concurrent-ruby-ext (1.0.4)
      concurrent-ruby (= 1.0.4)
    config (1.4.0)
      activesupport (>= 3.0)
      deep_merge (~> 1.1.1)
    connection_pool (2.2.1)
    coveralls (0.8.18)
      json (>= 1.8, < 3)
      simplecov (~> 0.12.0)
      term-ansicolor (~> 1.3)
      thor (~> 0.19.1)
      tins (~> 1.6)
    crack (0.4.3)
      safe_yaml (~> 1.0.0)
    daemons (1.2.4)
    debug_inspector (0.0.2)
    deep_merge (1.1.1)
    deprecation (1.0.0)
      activesupport
    devise (4.2.0)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 5.1)
      responders
      warden (~> 1.2.3)
    devise-guests (0.5.0)
      devise
    devise-i18n (1.1.1)
    diff-lcs (1.2.5)
    docile (1.1.5)
    dropbox-sdk (1.6.5)
      json
    dry-configurable (0.5.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.2.3)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.0)
    dry-logic (0.4.1)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
    dry-struct (0.1.1)
      dry-configurable (~> 0.1)
      dry-equalizer (~> 0.2)
      dry-types (~> 0.9, >= 0.9.0)
      ice_nine (~> 0.11)
    dry-types (0.9.4)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.10.5)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      dry-types (~> 0.9, >= 0.9.0)
    ebnf (1.1.0)
      rdf (~> 2.0)
      sxp (~> 1.0)
    erubis (2.7.0)
    excon (0.54.0)
    execjs (2.7.0)
    factory_girl (4.8.0)
      activesupport (>= 3.0.0)
    factory_girl_rails (4.8.0)
      factory_girl (~> 4.8.0)
      railties (>= 3.0.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.11.0.1)
      faraday (>= 0.7.4, < 1.0)
    fcrepo_wrapper (0.7.0)
      ruby-progressbar
    flot-rails (0.0.7)
      jquery-rails
    fog-aws (1.1.0)
      fog-core (~> 1.38)
      fog-json (~> 1.0)
      fog-xml (~> 0.1)
      ipaddress (~> 0.8)
    fog-core (1.43.0)
      builder
      excon (~> 0.49)
      formatador (~> 0.2)
    fog-json (1.0.2)
      fog-core (~> 1.0)
      multi_json (~> 1.10)
    fog-xml (0.1.2)
      fog-core
      nokogiri (~> 1.5, >= 1.5.11)
    font-awesome-rails (4.7.0.1)
      railties (>= 3.2, < 5.1)
    formatador (0.2.5)
    globalid (0.3.7)
      activesupport (>= 4.1.0)
    google-api-client (0.9.23)
      addressable (~> 2.3)
      googleauth (~> 0.5)
      httpclient (~> 2.7)
      hurley (~> 0.1)
      memoist (~> 0.11)
      mime-types (>= 1.6)
      representable (~> 2.3.0)
      retriable (~> 2.0)
    google_drive (2.1.2)
      google-api-client (>= 0.9.0, < 1.0.0)
      googleauth (>= 0.5.0, < 1.0.0)
      nokogiri (>= 1.5.3, < 2.0.0)
    googleauth (0.5.1)
      faraday (~> 0.9)
      jwt (~> 1.4)
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
    haml (4.0.7)
      tilt
    hamster (3.0.0)
      concurrent-ruby (~> 1.0)
    hashdiff (0.3.2)
    hiredis (0.6.1)
    honeybadger (2.7.2)
    htmlentities (4.3.4)
    httmultiparty (0.3.16)
      httparty (>= 0.7.3)
      mimemagic
      multipart-post
    http_logger (0.5.1)
    httparty (0.14.0)
      multi_xml (>= 0.5.2)
    httpclient (2.8.3)
    hurley (0.2)
    hydra-access-controls (10.3.4)
      active-fedora (>= 10.0.0, < 12)
      activesupport (>= 4, < 6)
      blacklight (>= 5.16)
      blacklight-access_controls (~> 0.6)
      cancancan (~> 1.8)
      deprecation (~> 1.0)
    hydra-core (10.3.4)
      hydra-access-controls (= 10.3.4)
      railties (>= 4.0.0, < 6)
    hydra-derivatives (3.2.1)
      active-fedora (>= 9.0, < 12)
      activesupport (>= 4.0, < 6)
      deprecation
      mime-types (> 2.0, < 4.0)
      mini_magick (>= 3.2, < 5)
    hydra-editor (3.1.2)
      active-fedora (>= 9.0.0)
      almond-rails (~> 0.0.3)
      cancancan (~> 1.8)
      rails (>= 4.2.0, < 6)
      simple_form (~> 3.2)
      sprockets-es6
    hydra-file_characterization (0.3.3)
      activesupport (>= 3.0.0)
    hydra-head (10.3.4)
      hydra-access-controls (= 10.3.4)
      hydra-core (= 10.3.4)
      rails (>= 3.2.6)
    hydra-pcdm (0.9.0)
      active-fedora (>= 10, < 12)
      mime-types (>= 1)
    hydra-works (0.15.0)
      hydra-derivatives (~> 3.0)
      hydra-file_characterization (~> 0.3, >= 0.3.3)
      hydra-pcdm (>= 0.9)
      om (~> 3.1)
    i18n (0.7.0)
    ice_nine (0.11.2)
    iiif-presentation (0.1.0)
      activesupport (>= 3.2.18)
      faraday (~> 0.9.0)
      json
    iiif_manifest (0.1.2)
      activesupport (>= 4)
      iiif-presentation (~> 0.1.0)
    inflecto (0.0.2)
    ipaddress (0.8.3)
    is_it_working (1.1.0)
    iso-639 (0.2.8)
    jbuilder (2.6.1)
      activesupport (>= 3.0.0, < 5.1)
      multi_json (~> 1.2)
    jmespath (1.3.1)
    jquery-datatables-rails (3.4.0)
      actionpack (>= 3.1)
      jquery-rails
      railties (>= 3.1)
      sass-rails
    jquery-rails (4.2.2)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (5.0.5)
      railties (>= 3.2.16)
    json (2.0.3)
    json-ld (2.1.2)
      multi_json (~> 1.12)
      rdf (~> 2.1)
    json-schema (2.7.0)
      addressable (>= 2.4)
    jwt (1.5.6)
    kaminari (0.17.0)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kaminari_route_prefix (0.0.2)
      kaminari (~> 0.16)
    ldp (0.6.3)
      deprecation
      faraday
      http_logger
      json-ld
      rdf (>= 1.1)
      rdf-isomorphic
      rdf-turtle
      rdf-vocab (>= 0.8)
      slop
    legato (0.7.0)
      multi_json
    link_header (0.0.8)
    little-plugger (1.1.4)
    logging (2.1.0)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
    lograge (0.4.1)
      actionpack (>= 4, < 5.1)
      activesupport (>= 4, < 5.1)
      railties (>= 4, < 5.1)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    mail (2.6.4)
      mime-types (>= 1.16, < 4)
    mailboxer (0.14.0)
      carrierwave (>= 0.5.8)
      rails (>= 4.2.0)
    memoist (0.15.0)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mimemagic (0.3.2)
    mini_magick (4.6.0)
    mini_portile2 (2.1.0)
    minitest (5.10.1)
    mods (2.1.0)
      iso-639
      nokogiri
      nom-xml (~> 0.6.0)
    multi_json (1.12.1)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    nest (2.1.0)
      redic
    nio4r (1.2.1)
    noid (0.9.0)
    nokogiri (1.7.0.1)
      mini_portile2 (~> 2.1.0)
    nom-xml (0.6.0)
      activesupport (>= 3.2.18)
      i18n
      nokogiri
    oauth (0.5.1)
    oauth2 (1.3.0)
      faraday (>= 0.8, < 0.11)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    om (3.1.1)
      activemodel
      activesupport
      nokogiri (>= 1.4.2)
      solrizer (~> 3.3)
    openseadragon (0.3.2)
      rails (> 3.2.0)
    orm_adapter (0.5.0)
    os (0.9.6)
    parser (2.3.3.1)
      ast (~> 2.2)
    peek (0.2.0)
      coffee-rails
      concurrent-ruby (>= 0.9.0)
      concurrent-ruby-ext (>= 0.9.0)
      railties (>= 3.0.0)
    peek-faraday (2.0.0)
      atomic (>= 1.0.0)
      faraday
      faraday_middleware
      peek
    peek-git (1.0.2)
      peek
    peek-performance_bar (1.2.1)
      peek (>= 0.1.0)
    peek-pg (1.3.0)
      concurrent-ruby
      concurrent-ruby-ext
      peek
      pg
    peek-redis (1.2.0)
      atomic (>= 1.0.0)
      peek
      redis
    peek-sidekiq (1.0.3)
      atomic (>= 1.0.0)
      peek
      sidekiq
    pg (0.19.0)
    posix-spawn (0.3.13)
    power_converter (0.1.2)
    powerpack (0.1.1)
    public_suffix (2.0.5)
    puma (3.6.2)
    qa (0.11.0)
      activerecord-import
      deprecation
      faraday
      nokogiri (~> 1.6)
      rails (>= 4.2.0, < 6.0)
    rack (2.0.1)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (5.0.1)
      actioncable (= 5.0.1)
      actionmailer (= 5.0.1)
      actionpack (= 5.0.1)
      actionview (= 5.0.1)
      activejob (= 5.0.1)
      activemodel (= 5.0.1)
      activerecord (= 5.0.1)
      activesupport (= 5.0.1)
      bundler (>= 1.3.0, < 2.0)
      railties (= 5.0.1)
      sprockets-rails (>= 2.0.0)
    rails-controller-testing (1.0.1)
      actionpack (~> 5.x)
      actionview (~> 5.x)
      activesupport (~> 5.x)
    rails-dom-testing (2.0.2)
      activesupport (>= 4.2.0, < 6.0)
      nokogiri (~> 1.6)
    rails-html-sanitizer (1.0.3)
      loofah (~> 2.0)
    rails_autolink (1.1.6)
      rails (> 3.1)
    railties (5.0.1)
      actionpack (= 5.0.1)
      activesupport (= 5.0.1)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rainbow (2.2.1)
    rake (12.0.0)
    rdf (2.2.3)
      hamster (~> 3.0)
      link_header (~> 0.0, >= 0.0.8)
    rdf-aggregate-repo (2.1.0)
      rdf (~> 2.0)
    rdf-isomorphic (2.0.0)
      rdf (~> 2.0)
    rdf-rdfa (2.1.1)
      haml (~> 4.0)
      htmlentities (~> 4.3)
      rdf (~> 2.0)
      rdf-aggregate-repo (~> 2.0)
      rdf-xsd (~> 2.0)
    rdf-rdfxml (2.0.0)
      htmlentities (~> 4.3)
      rdf (~> 2.0)
      rdf-rdfa (~> 2.0)
      rdf-xsd (~> 2.0)
    rdf-turtle (2.2.0)
      ebnf (~> 1.1)
      rdf (~> 2.2)
    rdf-vocab (2.2.1)
      rdf (~> 2.2)
    rdf-xsd (2.1.0)
      rdf (~> 2.1)
    redic (1.5.0)
      hiredis
    redis (3.3.3)
    redis-namespace (1.5.2)
      redis (~> 3.0, >= 3.0.4)
    redlock (0.1.8)
      redis (~> 3, >= 3.0.0)
    representable (2.3.0)
      uber (~> 0.0.7)
    responders (2.3.0)
      railties (>= 4.2.0, < 5.1)
    retriable (2.1.0)
    riiif (0.4.1)
      rails (> 3.2.0)
    rolify (5.1.0)
    rsolr (1.1.2)
      builder (>= 2.1.2)
    rspec (3.5.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
    rspec-core (3.5.4)
      rspec-support (~> 3.5.0)
    rspec-expectations (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-mocks (3.5.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.5.0)
    rspec-rails (3.5.2)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.5.0)
      rspec-expectations (~> 3.5.0)
      rspec-mocks (~> 3.5.0)
      rspec-support (~> 3.5.0)
    rspec-support (3.5.0)
    rubocop (0.47.0)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    rubocop-rspec (1.10.0)
      rubocop (>= 0.42.0)
    ruby-box (1.15.0)
      addressable
      json
      multipart-post
      oauth2
    ruby-progressbar (1.8.1)
    rubyzip (1.2.0)
    safe_yaml (1.0.4)
    sass (3.4.23)
    sass-rails (5.0.6)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    secure_headers (3.6.0)
      useragent
    select2-rails (3.5.10)
      thor (~> 0.14)
    sidekiq (4.2.9)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      rack-protection (>= 1.5.0)
      redis (~> 3.2, >= 3.2.1)
    signet (0.7.3)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (~> 1.5)
      multi_json (~> 1.10)
    simple_form (3.4.0)
      actionpack (> 4, < 5.1)
      activemodel (> 4, < 5.1)
    simplecov (0.12.0)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.0)
    skydrive (1.2.0)
      activesupport
      httmultiparty
      httparty (>= 0.11.0)
      oauth2 (>= 0.9.2)
    slop (4.4.1)
    solr_wrapper (0.20.0)
      faraday
      ruby-progressbar
      rubyzip
    solrizer (3.4.1)
      activesupport
      daemons
      nokogiri
      stomp
      xml-simple
    spring (1.7.2)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-es6 (0.9.2)
      babel-source (>= 5.8.11)
      babel-transpiler
      sprockets (>= 3.0.0)
    sprockets-rails (3.2.0)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    stomp (1.4.3)
    sxp (1.0.0)
      rdf (~> 2.0)
    term-ansicolor (1.4.0)
      tins (~> 1.0)
    thor (0.19.4)
    thread_safe (0.3.5)
    tilt (2.0.5)
    tins (1.13.0)
    tinymce-rails (4.5.2)
      railties (>= 3.1.1)
    tinymce-rails-imageupload (4.0.17.beta)
      railties (>= 3.2, < 6)
      tinymce-rails (~> 4.0)
    turbolinks (5.0.1)
      turbolinks-source (~> 5)
    turbolinks-source (5.0.0)
    twitter-typeahead-rails (0.11.1.pre.corejavascript)
      actionpack (>= 3.1)
      jquery-rails
      railties (>= 3.1)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    uber (0.0.15)
    uglifier (3.0.4)
      execjs (>= 0.3.0, < 3)
    unicode-display_width (1.1.3)
    useragent (0.16.8)
    warden (1.2.6)
      rack (>= 1.0)
    web-console (3.4.0)
      actionview (>= 5.0)
      activemodel (>= 5.0)
      debug_inspector
      railties (>= 5.0)
    webmock (2.3.2)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
    xml-simple (1.1.5)
    xpath (2.0.0)
      nokogiri (~> 1.3)
    yaml_db (0.4.2)
      rails (>= 3.0, < 5.1)
      rake (>= 0.8.7)
    zk (1.9.6)
      zookeeper (~> 1.4.0)
    zookeeper (1.4.11)

PLATFORMS
  ruby

DEPENDENCIES
  active-fedora (>= 11.1.1)
  active_elastic_job (~> 1.7)
  apartment
  blacklight (~> 6.7)
  byebug
  capybara
  coffee-rails (~> 4.1.0)
  config (~> 1.2, >= 1.2.1)
  coveralls
  devise
  devise-guests (~> 0.3)
  devise-i18n
  factory_girl_rails
  fcrepo_wrapper (~> 0.4)
  flipflop!
  fog-aws
  honeybadger (~> 2.0)
  hyrax!
  iiif_manifest (~> 0.1.2)
  is_it_working
  jbuilder (~> 2.0)
  jquery-rails
  lograge
  mods (~> 2.1)
  peek
  peek-faraday
  peek-git
  peek-performance_bar
  peek-pg
  peek-redis
  peek-sidekiq
  pg
  puma
  rails (= 5.0.1)
  rails-controller-testing
  riiif (~> 0.3)
  rolify
  rsolr (~> 1.1.2)
  rspec
  rspec-rails
  rubocop (~> 0.47.0)
  rubocop-rspec (~> 1.10.0)
  sass-rails (~> 5.0)
  secure_headers
  sidekiq
  simplecov
  solr_wrapper (~> 0.10)
  spring (~> 1.7)
  turbolinks
  uglifier (>= 1.3.0)
  web-console (>= 3.3.0)
  webmock
  zk

BUNDLED WITH
   1.14.3
olleolleolle commented 7 years ago

I can confirm that with JRuby 1.7.26, Rubygems 2.6.10, Bundler 1.14.3, it's not possible to construct a lockfile for my project. I'll try to post a small reproducible thing.

segiddins commented 7 years ago

This seems to be fixed as of 1.15.1. Please open a new issue if the problem persists.