Skip to content

Instantly share code, notes, and snippets.

@floehopper
Created January 31, 2017 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floehopper/79341ba0205a7d95fe0cd8ca369f8551 to your computer and use it in GitHub Desktop.
Save floehopper/79341ba0205a7d95fe0cd8ca369f8551 to your computer and use it in GitHub Desktop.
GDS - Manuals Publisher - Bundler version issue - Stack trace
cannot load such file -- active_model/translation (LoadError)
$BUNDLE_DIR/gems/gems/activemodel-3.2.22.3/lib/active_model/validations.rb:49:in `block in <module:Validations>'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:121:in `class_eval'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:121:in `append_features'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `include'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `block in append_features'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `each'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `append_features'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `include'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `block in append_features'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `each'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `append_features'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `include'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `block in append_features'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `each'
$BUNDLE_DIR/gems/gems/activesupport-3.2.22.3/lib/active_support/concern.rb:113:in `append_features'
$BUNDLE_DIR/gems/gems/mongoid_rails_migrations-1.0.0/lib/mongoid_rails_migrations/models/data_migration.rb:2:in `include'
$BUNDLE_DIR/gems/gems/mongoid_rails_migrations-1.0.0/lib/mongoid_rails_migrations/models/data_migration.rb:2:in `<class:DataMigration>'
$BUNDLE_DIR/gems/gems/mongoid_rails_migrations-1.0.0/lib/mongoid_rails_migrations/models/data_migration.rb:1:in `<top (required)>'
$BUNDLE_DIR/gems/gems/mongoid_rails_migrations-1.0.0/lib/mongoid_rails_migrations.rb:10:in `require'
$BUNDLE_DIR/gems/gems/mongoid_rails_migrations-1.0.0/lib/mongoid_rails_migrations.rb:10:in `<top (required)>'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/runtime.rb:91:in `require'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/runtime.rb:91:in `block (2 levels) in require'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/runtime.rb:86:in `each'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/runtime.rb:86:in `block in require'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/runtime.rb:75:in `each'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/runtime.rb:75:in `require'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler.rb:106:in `require'
$PROJECT_ROOT/config/application.rb:9:in `<top (required)>'
$RUBY_DIR/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
$RUBY_DIR/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
$PROJECT_ROOT/config/environment.rb:2:in `<top (required)>'
$RUBY_DIR/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
$RUBY_DIR/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
$BUNDLE_DIR/gems/gems/cucumber-rails-1.4.0/lib/cucumber/rails.rb:7:in `<top (required)>'
$RUBY_DIR/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
$RUBY_DIR/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
$PROJECT_ROOT/features/support/env.rb:13:in `<top (required)>'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/rb_support/rb_language.rb:95:in `load'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/rb_support/rb_language.rb:95:in `load_code_file'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/runtime/support_code.rb:180:in `load_file'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/runtime/support_code.rb:83:in `block in load_files!'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/runtime/support_code.rb:82:in `each'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/runtime/support_code.rb:82:in `load_files!'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/runtime.rb:184:in `load_step_definitions'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/runtime.rb:42:in `run!'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/lib/cucumber/cli/main.rb:47:in `execute!'
$BUNDLE_DIR/gems/gems/cucumber-1.3.16/bin/cucumber:13:in `<top (required)>'
$BUNDLE_DIR/gems/bin/cucumber:23:in `load'
$BUNDLE_DIR/gems/bin/cucumber:23:in `<top (required)>'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/cli/exec.rb:74:in `load'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/cli/exec.rb:74:in `kernel_load'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/cli/exec.rb:27:in `run'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/cli.rb:332:in `exec'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/cli.rb:20:in `dispatch'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/cli.rb:11:in `start'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/exe/bundle:34:in `block in <top (required)>'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/lib/bundler/friendly_errors.rb:100:in `with_friendly_errors'
$RUBY_DIR/lib/ruby/gems/2.1.0/gems/bundler-1.13.0/exe/bundle:26:in `<top (required)>'
$RUBY_DIR/bin/bundle:23:in `load'
$RUBY_DIR/bin/bundle:23:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment