rubygems / bundler

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

bundle command can't find a spec for a gem, but it's present in Gemfile.lock #5865

Closed alex-bogomolov closed 7 years ago

alex-bogomolov commented 7 years ago

The bundler command and the rails command don't work. It says that it can't find an friends_alchemy_cms spec, but it's present in Gemfile.lock. This gem is served from the file system, because it is a fork of Alchemy CMS.

Error Report

Questions

Please fill out answers to these questions, it'll help us figure out why things are going wrong.

Yes.

Backtrace

RuntimeError: Unable to find a spec satisfying friends_alchemy_cms (>= 4.0) in the set. Perhaps the lockfile is corrupted?
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:39:in `block in for'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:24:in `loop'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:24:in `for'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/spec_set.rb:79:in `materialize'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/definition.rb:199:in `missing_dependencies'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/installer.rb:219:in `block in resolve_if_need'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/ui/shell.rb:127:in `with_level'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/ui/shell.rb:86:in `silence'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/installer.rb:216:in `resolve_if_need'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/installer.rb:78:in `run'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/installer.rb:24:in `install'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/install.rb:70:in `run'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:186:in `block in install'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/settings.rb:100:in `temporary'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:185:in `install'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:35:in `block in <top (required)>'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'
  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/exe/bundle:27:in `<top (required)>'
  /Users/admin/.rbenv/versions/2.3.3/bin/bundle:22:in `load'
  /Users/admin/.rbenv/versions/2.3.3/bin/bundle:22:in `<main>'

Environment

Bundler   1.15.1
Rubygems  2.5.2
Ruby      2.3.3p222 (2016-11-21 revision 56859) [x86_64-darwin16]
GEM_HOME  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0
GEM_PATH  /Users/admin/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0:/Users/admin/.gem/ruby/2.3.0
Git       2.11.0 (Apple Git-81)
Platform  x86_64-darwin-16
OpenSSL   OpenSSL 1.0.2h  3 May 2016

Bundler settings

git.allow_insecure
  Set for the current user (/Users/admin/.bundle/config): "true"
build.libv8
  Set for the current user (/Users/admin/.bundle/config): "--with-system-v8"
jobs
  Set for your local app (/Users/admin/Desktop/Codica/el-digital/projects/luxury-dreams/.bundle/config): "8"
env
  Set via BUNDLE_ENV: "development"

Gemfile

Gemfile

source 'http://rubygems.org'

gem 'rails', '4.2.6'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'
gem "fastercsv"

# Using friends gems like CMS, CRM etc...
friends_gem_path = (ENV['BUNDLE_ENV'] == "development" ? "../../gems" : "vendor/gems")

# set a specific gem version to make shure all updates are loaded to the main app
{
  'jqajax_core2'  => 0,
  'friends_alchemy_cms' => '4.0',
  'friends_crm'  => '1.8',
  'friends_accounts'  => 0,
  'bootybox'  => 0,
  'friends_pricings'  => 0,
  'princexml-webservice-client'  => 0,
  'travel_industry_api'  => '1.0.5',
  'elds_ci_deploy' => 0,
  'scribble_cms' => 0
}.each do |g, v|
  gem g, ">= #{v}",          :path => "#{friends_gem_path}/#{g}"
end

# UI
gem 'bootstrap-sass', '< 3.3.6'
gem 'modernizr-rails'
gem "draper"
gem 'font-awesome-sass'
gem "htmlcompressor"
gem 'ga_events'
gem 'haml'
gem 'figaro'
gem 'rest-client'
gem 'parallel'
gem 'activerecord-import'
gem 'timezone', '~> 1.0'
gem 'phonelib'
gem 'pry'
gem 'unicorn'

# Deploy Maintain etc
group :development do
  gem 'friends_gem_deploy',       :path => "#{friends_gem_path}/friends_gem_deploy"
  gem 'i18n_yaml_sorter'
  gem 'binding_of_caller'
  gem 'capistrano-unicorn-nginx', '~> 4.0.0'
end

gem 'sitemap_generator'
gem 'redis-rails'

group :production, :staging do
  gem 'therubyracer'
  gem 'newrelic_rpm'
end

group :test do
  gem 'simplecov', :require => false
  gem "fuubar"
  gem 'capybara'
  gem "rspec-its"
  gem 'rspec-activemodel-mocks'
  gem 'test_after_commit'
end

group :development, :test do
  gem 'byebug'
  gem 'rspec-rails', '~> 3.0'
  gem "rspec"

  gem 'pry-nav'
  gem 'pry-rails'
  gem 'active_record_query_trace'
end

gem "factory_girl_rails"
gem 'daemons'

Gemfile.lock

PATH
  remote: ../../gems/bootybox
  specs:
    bootybox (0.0.9)
      bootstrap-sass (~> 3.3.3)
      gem_config
      haml-rails
      handlebars_assets (= 0.23)
      sprockets
      sprockets-rails (< 4.0)

PATH
  remote: ../../gems/elds_ci_deploy
  specs:
    elds_ci_deploy (0.0.1)

PATH
  remote: ../../gems/friends_accounts
  specs:
    friends_accounts (0.0.1)
      devise
      friends_alchemy_cms (>= 3.1)
      friends_crm
      ga_events
      omniauth-facebook
      omniauth-instagram

PATH
  remote: ../../gems/friends_alchemy_cms
  specs:
    friends_alchemy_cms (4.0)
      actionpack-action_caching (= 1.1.1)
      actionpack-page_caching
      active_model_serializers (~> 0.8.1)
      activerecord-session_store
      acts-as-taggable-on (~> 3.5.0)
      acts_as_list (~> 0.3.0)
      alphabetical_paginate (>= 2.3.2)
      awesome_nested_set (~> 3.0.0.rc.2)
      bootybox
      cancan (~> 1.6.10)
      coffee-rails (~> 4.0.0)
      coffee-script-source (= 1.7.1)
      compass-rails
      devise (>= 3.0.4)
      dragonfly (= 1.0.7)
      haml-rails (~> 0.9)
      jqajax_core2
      jquery-rails (~> 3.1.0)
      jquery-ui-rails (= 4.2.1)
      kaminari (~> 0.15.0)
      magiclabs-userstamp (~> 2.1.0)
      mysql2 (~> 0.3.18)
      non-stupid-digest-assets (~> 1.0.3)
      paranoia
      pry
      rails (>= 4.0.4)
      rb-readline
      sass-rails
      sassy-buttons (~> 0.2.6)
      scribble_cms (>= 0.82)
      select2-rails (~> 3.4)
      shoulda-matchers (~> 3.1)
      simple_form (~> 3.3)
      smart_search (>= 0.0.79)
      sprockets-rails (<= 2.3.3)
      turbolinks (~> 2.0)
      tvdeyen-handles_sortable_columns (~> 0.1.5)
      uglifier (>= 1.3.0)
      unscoped_associations
      warden (= 1.2.3)

PATH
  remote: ../../gems/friends_crm
  specs:
    friends_crm (2.3)
      activerecord-session_store
      capistrano-sidekiq
      draper
      exception_notification
      friendly_extensions (>= 0.2.6)
      friends_alchemy_cms (>= 4.0)
      ga_events
      generic_resources (= 0.1.1)
      gruff
      nokogiri
      paranoia (~> 2.0)
      passenger
      permalinker (>= 1.0.3)
      pry
      redis-rails
      redis-store
      rubyzip
      selenium-webdriver
      sidekiq (= 5.0.2)
      sinatra
      smart_search (>= 0.0.78)
      timecop
      whenever
      will_paginate

PATH
  remote: ../../gems/friends_gem_deploy
  specs:
    friends_gem_deploy (0.5)
      capistrano (>= 3.8.1)
      capistrano-bundler (~> 1.2)
      capistrano-rails (~> 1.2)
      capistrano-sidekiq
      maruku

PATH
  remote: ../../gems/friends_pricings
  specs:
    friends_pricings (1.0)
      credit_card_validator
      friends_alchemy_cms (>= 4.0)
      friends_crm (>= 2.0)
      maruku
      shoulda-matchers (~> 3.1)
      timecop

PATH
  remote: ../../gems/jqajax_core2
  specs:
    jqajax_core2 (0.0.82)
      coffee-rails
      jquery-rails
      jquery-ui-rails
      sass-rails

PATH
  remote: ../../gems/princexml-webservice-client
  specs:
    princexml-webservice-client (0.0.8)
      rails
      rest-client

PATH
  remote: ../../gems/scribble_cms
  specs:
    scribble_cms (0.85)
      dragonfly
      friendly_extensions (~> 0.2.6)
      smart_search (~> 0.0.79)

PATH
  remote: ../../gems/travel_industry_api
  specs:
    travel_industry_api (1.0.5)
      carrierwave
      countries
      friends_crm (>= 2.0)
      friends_pricings (>= 1.0)
      poltergeist
      simple_form

GEM
  remote: http://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)
    actionpack-action_caching (1.1.1)
      actionpack (>= 4.0.0, < 5.0)
    actionpack-page_caching (1.1.0)
      actionpack (>= 4.0.0, < 6)
    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.8.3)
      activemodel (>= 3.0)
    active_record_query_trace (1.5.4)
    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.19.0)
      activerecord (>= 3.2)
    activerecord-session_store (1.1.0)
      actionpack (>= 4.0, < 5.2)
      activerecord (>= 4.0, < 5.2)
      multi_json (~> 1.11, >= 1.11.2)
      rack (>= 1.5.2, < 3)
      railties (>= 4.0, < 5.2)
    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)
    acts-as-taggable-on (3.5.0)
      activerecord (>= 3.2, < 5)
    acts_as_list (0.3.0)
      activerecord (>= 3.0)
    addressable (2.5.1)
      public_suffix (~> 2.0, >= 2.0.2)
    airbrussh (1.3.0)
      sshkit (>= 1.6.1, != 1.7.0)
    alphabetical_paginate (2.3.2)
    amatch (0.4.0)
      mize
      tins (~> 1.0)
    arel (6.0.4)
    autoprefixer-rails (7.1.2.2)
      execjs
    awesome_nested_set (3.0.3)
      activerecord (>= 4.0.0, < 5)
    base_app (1.0.6)
    bcrypt (3.1.11)
    binding_of_caller (0.7.2)
      debug_inspector (>= 0.0.1)
    bootstrap-sass (3.3.5.1)
      autoprefixer-rails (>= 5.0.0.1)
      sass (>= 3.3.0)
    builder (3.2.3)
    byebug (9.0.6)
    cancan (1.6.10)
    capistrano (3.8.2)
      airbrussh (>= 1.0.0)
      i18n
      rake (>= 10.0.0)
      sshkit (>= 1.9.0)
    capistrano-bundler (1.2.0)
      capistrano (~> 3.1)
      sshkit (~> 1.2)
    capistrano-rails (1.3.0)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)
    capistrano-sidekiq (0.10.0)
      capistrano
      sidekiq (>= 3.4)
    capistrano-unicorn-nginx (4.0.0)
      capistrano (>= 3.1)
      sshkit (>= 1.2.0)
    capybara (2.14.4)
      addressable
      mime-types (>= 1.16)
      nokogiri (>= 1.3.3)
      rack (>= 1.0.0)
      rack-test (>= 0.5.4)
      xpath (~> 2.0)
    carrierwave (1.1.0)
      activemodel (>= 4.0.0)
      activesupport (>= 4.0.0)
      mime-types (>= 1.16)
    childprocess (0.7.1)
      ffi (~> 1.0, >= 1.0.11)
    chronic (0.10.2)
    chunky_png (1.3.8)
    cliver (0.3.2)
    coderay (1.1.1)
    coffee-rails (4.0.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.0)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.7.1)
    compass (1.0.3)
      chunky_png (~> 1.2)
      compass-core (~> 1.0.2)
      compass-import-once (~> 1.0.5)
      rb-fsevent (>= 0.9.3)
      rb-inotify (>= 0.9)
      sass (>= 3.3.13, < 3.5)
    compass-core (1.0.3)
      multi_json (~> 1.0)
      sass (>= 3.3.0, < 3.5)
    compass-import-once (1.0.5)
      sass (>= 3.2, < 3.5)
    compass-rails (3.0.2)
      compass (~> 1.0.0)
      sass-rails (< 5.1)
      sprockets (< 4.0)
    concurrent-ruby (1.0.5)
    connection_pool (2.2.1)
    countries (2.0.8)
      i18n_data (~> 0.7.0)
      money (~> 6.7)
      sixarm_ruby_unaccent (~> 1.1)
      unicode_utils (~> 1.4)
    credit_card_validator (1.3.2)
      base_app (>= 1.0.5)
    daemons (1.2.4)
    debug_inspector (0.0.3)
    devise (4.3.0)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 5.2)
      responders
      warden (~> 1.2.3)
    diff-lcs (1.3)
    docile (1.1.5)
    domain_name (0.5.20170404)
      unf (>= 0.0.5, < 1.0.0)
    dragonfly (1.0.7)
      addressable (~> 2.3)
      multi_json (~> 1.0)
      rack
    draper (2.1.0)
      actionpack (>= 3.0)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      request_store (~> 1.0)
    erubis (2.7.0)
    exception_notification (4.2.1)
      actionmailer (>= 4.0, < 6)
      activesupport (>= 4.0, < 6)
    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.12.1)
      multipart-post (>= 1.2, < 3)
    fastercsv (1.5.5)
    ffi (1.9.18)
    figaro (1.1.1)
      thor (~> 0.14)
    font-awesome-sass (4.7.0)
      sass (>= 3.2)
    friendly_extensions (0.2.7)
      rails
    fuubar (2.2.0)
      rspec-core (~> 3.0)
      ruby-progressbar (~> 1.4)
    ga_events (1.3.0)
      rails (>= 3.1)
    gem_config (0.3.1)
    generic_resources (0.1.1)
      gem_config (~> 0)
      kaminari (~> 0)
      rails (>= 4.0.4, < 5.0)
    globalid (0.4.0)
      activesupport (>= 4.2.0)
    gruff (0.7.0)
      rmagick (~> 2.13, >= 2.13.4)
    haml (4.0.7)
      tilt
    haml-rails (0.9.0)
      actionpack (>= 4.0.1)
      activesupport (>= 4.0.1)
      haml (>= 4.0.6, < 5.0)
      html2haml (>= 1.0.1)
      railties (>= 4.0.1)
    handlebars_assets (0.23.0)
      execjs (~> 2.0)
      multi_json (~> 1.0)
      sprockets (>= 2.0.0)
      tilt (>= 1.2)
    hashie (3.5.6)
    html2haml (2.2.0)
      erubis (~> 2.7.0)
      haml (>= 4.0, < 6)
      nokogiri (>= 1.6.0)
      ruby_parser (~> 3.5)
    htmlcompressor (0.3.1)
    http-cookie (1.0.3)
      domain_name (~> 0.5)
    i18n (0.8.6)
    i18n_data (0.7.0)
    i18n_yaml_sorter (0.2.0)
    jbuilder (1.5.3)
      activesupport (>= 3.0.0)
      multi_json (>= 1.2.0)
    jquery-rails (3.1.4)
      railties (>= 3.0, < 5.0)
      thor (>= 0.14, < 2.0)
    jquery-ui-rails (4.2.1)
      railties (>= 3.2.16)
    json (1.8.6)
    jwt (1.5.6)
    kaminari (0.15.1)
      actionpack (>= 3.0.0)
      activesupport (>= 3.0.0)
    kgio (2.11.0)
    libv8 (3.16.14.19)
    loofah (2.0.3)
      nokogiri (>= 1.5.9)
    magiclabs-userstamp (2.1.0)
    mail (2.6.6)
      mime-types (>= 1.16, < 4)
    maruku (0.7.3)
    method_source (0.8.2)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_portile2 (2.2.0)
    minitest (5.10.2)
    mize (0.3.2)
      protocol
    modernizr-rails (2.7.1)
    money (6.9.0)
      i18n (>= 0.6.4, < 0.9)
    multi_json (1.12.1)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    mysql2 (0.3.21)
    net-scp (1.2.1)
      net-ssh (>= 2.6.5)
    net-ssh (4.1.0)
    netrc (0.11.0)
    newrelic_rpm (4.2.0.334)
    nokogiri (1.8.0)
      mini_portile2 (~> 2.2.0)
    non-stupid-digest-assets (1.0.9)
      sprockets (>= 2.0)
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    omniauth (1.6.1)
      hashie (>= 3.4.6, < 3.6.0)
      rack (>= 1.6.2, < 3)
    omniauth-facebook (4.0.0)
      omniauth-oauth2 (~> 1.2)
    omniauth-instagram (1.1.0)
      omniauth (~> 1)
      omniauth-oauth2 (~> 1)
    omniauth-oauth2 (1.4.0)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
    orm_adapter (0.5.0)
    parallel (1.11.2)
    paranoia (2.3.1)
      activerecord (>= 4.0, < 5.2)
    passenger (5.1.5)
      rack
      rake (>= 0.8.1)
    permalinker (1.0.3)
      friendly_extensions
    phonelib (0.6.12)
    poltergeist (1.15.0)
      capybara (~> 2.1)
      cliver (~> 0.3.1)
      websocket-driver (>= 0.2.0)
    protocol (1.0.1)
      ruby_parser (~> 3.0)
    pry (0.10.4)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-nav (0.2.4)
      pry (>= 0.9.10, < 0.11.0)
    pry-rails (0.3.6)
      pry (>= 0.10.4)
    public_suffix (2.0.5)
    rack (1.6.8)
    rack-protection (1.5.3)
      rack
    rack-test (0.6.3)
      rack (>= 1.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-deprecated_sanitizer (1.0.3)
      activesupport (>= 4.2.0.alpha)
    rails-dom-testing (1.0.8)
      activesupport (>= 4.2.0.beta, < 5.0)
      nokogiri (~> 1.6)
      rails-deprecated_sanitizer (>= 1.0.1)
    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)
    raindrops (0.18.0)
    rake (12.0.0)
    rb-fsevent (0.10.2)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rb-readline (0.5.4)
    redis (3.3.3)
    redis-actionpack (5.0.1)
      actionpack (>= 4.0, < 6)
      redis-rack (>= 1, < 3)
      redis-store (>= 1.1.0, < 1.4.0)
    redis-activesupport (5.0.3)
      activesupport (>= 3, < 6)
      redis-store (~> 1.3.0)
    redis-rack (2.0.2)
      rack (>= 1.5, < 3)
      redis-store (>= 1.2, < 1.4)
    redis-rails (5.0.2)
      redis-actionpack (>= 5.0, < 6)
      redis-activesupport (>= 5.0, < 6)
      redis-store (>= 1.2, < 2)
    redis-store (1.3.0)
      redis (>= 2.2)
    ref (2.0.0)
    request_store (1.3.2)
    responders (2.4.0)
      actionpack (>= 4.2.0, < 5.3)
      railties (>= 4.2.0, < 5.3)
    rest-client (2.0.2)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rmagick (2.16.0)
    rspec (3.6.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
    rspec-activemodel-mocks (1.0.3)
      activemodel (>= 3.0)
      activesupport (>= 3.0)
      rspec-mocks (>= 2.99, < 4.0)
    rspec-core (3.6.0)
      rspec-support (~> 3.6.0)
    rspec-expectations (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-its (1.2.0)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.6.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.6.0)
    rspec-rails (3.6.0)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      railties (>= 3.0)
      rspec-core (~> 3.6.0)
      rspec-expectations (~> 3.6.0)
      rspec-mocks (~> 3.6.0)
      rspec-support (~> 3.6.0)
    rspec-support (3.6.0)
    ruby-progressbar (1.8.1)
    ruby_parser (3.9.0)
      sexp_processor (~> 4.1)
    rubyzip (1.2.1)
    sass (3.4.25)
    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)
    sassy-buttons (0.2.6)
      compass (>= 0.12.2)
    select2-rails (3.5.10)
      thor (~> 0.14)
    selenium-webdriver (3.4.4)
      childprocess (~> 0.5)
      rubyzip (~> 1.0)
    sexp_processor (4.9.0)
    shoulda-matchers (3.1.2)
      activesupport (>= 4.0.0)
    sidekiq (5.0.2)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      rack-protection (>= 1.5.0)
      redis (~> 3.3, >= 3.3.3)
    simple_form (3.5.0)
      actionpack (> 4, < 5.2)
      activemodel (> 4, < 5.2)
    simplecov (0.14.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.1)
    sinatra (1.4.8)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    sitemap_generator (5.3.1)
      builder (~> 3.0)
    sixarm_ruby_unaccent (1.1.2)
    slop (3.6.0)
    smart_search (0.0.79)
      amatch
      friendly_extensions
      mysql2
      rails (>= 4.0.4)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (2.3.3)
      actionpack (>= 3.0)
      activesupport (>= 3.0)
      sprockets (>= 2.8, < 4.0)
    sshkit (1.14.0)
      net-scp (>= 1.1.2)
      net-ssh (>= 2.8.0)
    test_after_commit (1.1.0)
      activerecord (>= 3.2)
    therubyracer (0.12.3)
      libv8 (~> 3.16.14.15)
      ref
    thor (0.19.4)
    thread_safe (0.3.6)
    tilt (2.0.7)
    timecop (0.9.1)
    timezone (1.2.8)
    tins (1.15.0)
    turbolinks (2.5.3)
      coffee-rails
    tvdeyen-handles_sortable_columns (0.1.5)
    tzinfo (1.2.3)
      thread_safe (~> 0.1)
    uglifier (3.2.0)
      execjs (>= 0.3.0, < 3)
    unf (0.1.4)
      unf_ext
    unf_ext (0.0.7.4)
    unicode_utils (1.4.0)
    unicorn (5.3.0)
      kgio (~> 2.6)
      raindrops (~> 0.7)
    unscoped_associations (0.7.1)
      activerecord (>= 3.2.0, < 5.1.0)
    warden (1.2.3)
      rack (>= 1.0)
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.2)
    whenever (0.9.7)
      chronic (>= 0.6.3)
    will_paginate (3.1.6)
    xpath (2.1.0)
      nokogiri (~> 1.3)

PLATFORMS
  ruby

DEPENDENCIES
  active_record_query_trace
  activerecord-import
  binding_of_caller
  bootstrap-sass (< 3.3.6)
  bootybox!
  byebug
  capistrano-unicorn-nginx (~> 4.0.0)
  capybara
  daemons
  draper
  elds_ci_deploy!
  factory_girl_rails
  fastercsv
  figaro
  font-awesome-sass
  friends_accounts!
  friends_alchemy_cms (>= 4.0)!
  friends_crm (>= 1.8)!
  friends_gem_deploy!
  friends_pricings!
  fuubar
  ga_events
  haml
  htmlcompressor
  i18n_yaml_sorter
  jbuilder (~> 1.2)
  jqajax_core2!
  modernizr-rails
  newrelic_rpm
  parallel
  phonelib
  princexml-webservice-client!
  pry
  pry-nav
  pry-rails
  rails (= 4.2.6)
  redis-rails
  rest-client
  rspec
  rspec-activemodel-mocks
  rspec-its
  rspec-rails (~> 3.0)
  scribble_cms!
  simplecov
  sitemap_generator
  test_after_commit
  therubyracer
  timezone (~> 1.0)
  travel_industry_api (>= 1.0.5)!
  unicorn

BUNDLED WITH
   1.12.5
segiddins commented 7 years ago

Can you give us a script we can use to reproduce the issue, please? (Since you're Gemfile uses a bunch of path gems, we won't be able to install it anyways)

colby-swandale commented 7 years ago

ping @alex-bogomolov

colby-swandale commented 7 years ago

I'm closing this for now. If you're still experiencing your original issue don't be afraid to re-open this ticket.