Last active
December 21, 2015 17:49
-
-
Save jcmuller/6343223 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rvm ruby-1.9.3-p429@platform-dev-param --create | |
$ bundle check | |
Gemfile syntax error: | |
Gemfile:12: syntax error, unexpected ':', expecting $end | |
gem "sso", git: "[email protected]:challengepost... | |
^ | |
Gemfile syntax error: | |
Gemfile:12: syntax error, unexpected ':', expecting $end | |
gem "sso", git: "[email protected]:challengepost... | |
^ | |
$ rvm current | |
ruby-1.9.3-p429@platform-dev-param | |
$ bundle --version | |
Bundler version 1.2.1 | |
$ which bundle | |
/var/lib/jenkins/.rvm/gems/ruby-1.9.3-p429@platform-dev-param/bin/bundle | |
$ /var/lib/jenkins/.rvm/gems/ruby-1.9.3-p429@platform-dev-param/bin/bundle check | |
Gemfile syntax error: | |
Gemfile:12: syntax error, unexpected ':', expecting $end | |
gem "sso", git: "[email protected]:challengepost... | |
^ | |
$ gem install bundler | |
Fetching: bundler-1.3.5.gem (100%) | |
Successfully installed bundler-1.3.5 | |
1 gem installed | |
Installing ri documentation for bundler-1.3.5... | |
Installing RDoc documentation for bundler-1.3.5... | |
$ bundle check | |
Resolving dependencies..... | |
The following gems are missing | |
* redis-namespace (1.3.1) | |
* reimagine2 (2.0.9) | |
* sidekiq (2.13.1) | |
Install missing gems with `bundle install` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment