Skip to content

Instantly share code, notes, and snippets.

@jcmuller
Last active December 21, 2015 17:49
Show Gist options
  • Save jcmuller/6343223 to your computer and use it in GitHub Desktop.
Save jcmuller/6343223 to your computer and use it in GitHub Desktop.
$ 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: "git@github.com:challengepost...
^
Gemfile syntax error:
Gemfile:12: syntax error, unexpected ':', expecting $end
gem "sso", git: "git@github.com: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: "git@github.com: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