Skip to content

Instantly share code, notes, and snippets.

@rrouse
Created March 28, 2012 22:05
Show Gist options
  • Save rrouse/2230966 to your computer and use it in GitHub Desktop.
Save rrouse/2230966 to your computer and use it in GitHub Desktop.
pushd ${OPENSHIFT_REPO_DIR} > /dev/null
bundle exec rake db:migrate RAILS_ENV="production"
popd > /dev/null
remote: Emptying tmp dir: /var/lib/stickshift/65e64378d50247568571e6774076404f/acknowledged/jbossas-7/standalone/tmp/auth
remote: Emptying tmp dir: /var/lib/stickshift/65e64378d50247568571e6774076404f/acknowledged/jbossas-7/standalone/tmp/vfs
remote: Emptying tmp dir: /var/lib/stickshift/65e64378d50247568571e6774076404f/acknowledged/jbossas-7/standalone/tmp/work
remote: Running .openshift/action_hooks/deploy
remote: Bundler could not find compatible versions for gem "torquebox-security":
remote: In snapshot (Gemfile.lock):
remote: torquebox-security (2.0.0.cr1)
remote:
remote: In Gemfile:
remote: torquebox (= 2.0.0.cr1) depends on
remote: torquebox-security (= 2.0.0.cr1)
remote:
remote: Running `bundle update` will rebuild your snapshot from scratch, using only
remote: the gems in your Gemfile, which may resolve the conflict.
remote:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment